Transfer leads with a specified disposition to another list
Leads statused with a specific disposition can be moved to another list. For instance, SALE leads could be sent to another list, so that quality control could call them back after several days and ensure the product was delivered and working to their satisfaction. Or DROP calls could be sent to a list in another campaign, so that those customers can be given more care. You can even send different statuses to multiple other lists (exp. "STATUS 1" to LIST A, while sending "STATUS 2" to LIST B). You will just need to affix _1 to the end of each specific variable comment (The next would be _2 then _3 and so on). The Script example below shows exactly how this would work. You can send leads to up to 99 different lists.
The script need to be placed in either (or both) of the following fields in Campaigns or Ingroups:
DISPO CALL URL
NO AGENT CALL URL (this field relies on the hopper to dispo the lead so it CAN NOT be used with No Hopper Dialing)
[edit] Script
VARhttp://serverIP/agc/dispo_move_list. ... o_file_1=1[edit] Script Variables
Everything in black lettering should be entered exactly as is appears.
serverIP : The URL for the web server. This should be the local IP to avoid firewall problems. For hosted customers it would be their access URL of company.vicihost.com
new_list_id=XXXXX : The LIST_ID that you want the matching status leads to be transferred into.
sale_status=SALE---SSALE---XSALE : This represents the Status indicated to be transferred. If more than 1 Status will be moved to the same list, you can have them all in the same entry, separated by a triple dash ---. In the case of the Script example above Statuses SALE, SSALE, & XSALE are all different, but would all be sent to same list.
reset_dialed=Y : (Y or N) When set to Y, the "called_since_last_reset" flag on the lead is reset, allowing for the lead to be able to dialed again immediately. While N leaves the lead with the Called Status of "Called".
log_to_file=1 : (either 0 or 1) if set to 1, will create a log file in the agc directory. While 0 will not.