Page 1 of 1

Best Way To Import Web Leads Into VICIdial?

PostPosted: Wed Aug 24, 2022 3:22 pm
by bronson
Is it possible to instantly import web leads into vicidial in real-time?

If a lead submits their information on a website, is there a way to instantly pipe that lead info into vicidial? Or is the only option to manually import through the admin interface?

Re: Best Way To Import Web Leads Into VICIdial?

PostPosted: Thu Aug 25, 2022 11:52 am
by striker
you can use the vicidial non agent api
check out the below link
http://vicidial.org/docs/NON-AGENT_API.txt
and check the API

add_lead - adds a new lead to the vicidial_list table with several fields and options
eg:
http://server/vicidial/non_agent_api.ph ... ame=Wilson

Re: Best Way To Import Web Leads Into VICIdial?

PostPosted: Sat Aug 27, 2022 10:36 am
by bronson
striker wrote:you can use the vicidial non agent api
check out the below link
http://vicidial.org/docs/NON-AGENT_API.txt
and check the API

add_lead - adds a new lead to the vicidial_list table with several fields and options
eg:
http://server/vicidial/non_agent_api.ph ... ame=Wilson


Thanks, Striker. I will look into this.