Custom Lists Email
Posted: Wed Oct 31, 2018 4:32 am
Hi,
I currently have DISPO URL set to send an email when a lead is dispositioned.
It currently send the customer information in the email using Settings Container like below (which works perfect):
I want to include my custom fields in this email. How can I do this?
I have tried using the my custom List Labels:
Can't get it to work. Any suggestions?
Edit - Also Including my URL Log. The log shows --A--Q1--B-- as "10000" which is correct but when the email is received it just displays as --A--Q1--B-- instead of 10000
I currently have DISPO URL set to send an email when a lead is dispositioned.
- Code: Select all
VARhttp://192.168.0.55/agc/dispo_send_email.php?container_id=Email&CF_uses_custom_fields=Y&Q1=--A--Q1--B--&lead_id=--A--lead_id--B--&call_id=--A--call_id--B--&dispo=--A--dispo--B--&user=--A--user--B--&pass=--A--pass--B--&sale_status=5TR&log_to_file=1
It currently send the customer information in the email using Settings Container like below (which works perfect):
- Code: Select all
Phone Number: --A--phone_number--B--
Title: --A--title--B--
First Name: --A--first_name--B--
last Name: --A--last_name--B--
Address1: --A--address1--B--
Address2: --A--address2--B--
Address3: --A--address3--B--
City: --A--city--B--
Postcode: --A--postal_code--B--
User Comments: --A--comments--B--
I want to include my custom fields in this email. How can I do this?
I have tried using the my custom List Labels:
- Code: Select all
--A--Q1--B--
Can't get it to work. Any suggestions?
Edit - Also Including my URL Log. The log shows --A--Q1--B-- as "10000" which is correct but when the email is received it just displays as --A--Q1--B-- instead of 10000
- Code: Select all
http://192.168.0.55/agc/dispo_send_email.php?container_id=Email&CF_uses_custom_fields=Y&Q1=10000&lead_id=10599208&call_id=M0310950480010599208&dispo=5TR&user=6666&pass=password&sale_status=5TR&log_to_file=1