Page 1 of 1

Possibility to export lead to another lead

PostPosted: Thu Jun 13, 2013 8:24 am
by ehermouet
Hi all

it will be interesting that when we choose after call for exemple "redial this number in 1 month", that lead will be move in another lead list which is use the next month.

tks

Re: Possibility to export lead to another lead

PostPosted: Thu Jun 13, 2013 6:48 pm
by karlb
You can move a lead to another list w/non-agent API under the update_lead function.
list_id_field - 3-12 digits, this updates the 'list_id' field in the vicidial_list table

You would need to code your script to call the API.

Karl Babcock