Page 1 of 1

Automatic Outbound Auto Dial

PostPosted: Tue Dec 07, 2010 9:01 pm
by ejaboneta
Sorry for the bad subject title, couldn't think of a better name. I have a web site that generates leads... People fill out the form and we give them a call.

This is what what I'm trying to do: When someone fills out the form, the lead gets put into the GoAutoDial campaign and whoever is logged in will get the call.

I don't need step by step instructions, I just wanted to know the best way to do this. The fastest way to call the lead after they submit their request.

If I add the lead to the lead list, how long does it take to load it into the hopper? Should I just manually run the hopper script as well?

PostPosted: Tue Dec 07, 2010 10:15 pm
by williamconley
depending on your call volume and system load, that's certainly a possible method. if you have a light load, i'd go that way.

you could actually add it to the hopper yourself if you wanted to go a little farther.

you can use non_agent_api.php

PostPosted: Thu Dec 09, 2010 9:16 pm
by caloy
you can use non_agent_api.php to add leads, use the add_lead and add_to_hopper options, check the NON-AGENT_API.txt documentation for more details.

online laeds loading

PostPosted: Wed Dec 15, 2010 9:13 am
by striker
hi

you can do this by the following way

1.ebable the ftp in the goautodial server with a username and password
2.locate the ftp directory as /usr/share/astguiclient/LEADS_IN
3.send your webleads to this ftp dirctory in the follwing format
|||||9999999999||striker||||||ny|usa||| ... @gmail.com|||

4.and cron the VICIDIAL_IN_leads.pl --forcelistid=100
5 so the leads fallingin to the LEAD_in dir will be loaded in list 100
6.thenassign that to any campaign

still facing problem pm me