I am trying to post data to a url with multiple fields The post also has a login and password.
I think the post string should look like this:
http://smartenergy.vicihost.com/vicidial/non_agent_api.php?
function=add_lead&
vendor_lead_code=SEABOG007&
phone_number=1234567890&
first_name=JOSE&
last_name=LOERA&
address1=229 LA PAZ DR&
city=IMPERIAL&state=CA&
postal_code=92251&
country_code=USA&
email=loeraanimal@aol.com&
comments=sdsdssd&
(homeowner?)=YES&
(monthlyElecricBill?)=500&
user=4002&
pass=andresoro&
source=ceeintegrity&
list_id=5001&
campaign id=2001
When I try to enter this into the post to url function in Scriptmaster I get an error. Admittedly I am a beginner with ScriptMast so I appreciate any help anyone can provide me. Thanks, Andrew