Page 1 of 1

Custom Lists Email

PostPosted: Wed Oct 31, 2018 4:32 am
by hansg
Hi,

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

Re: Custom Lists Email

PostPosted: Fri Nov 02, 2018 8:56 am
by mflorell
I would first recommend upgrading your system first, since the version you are using is over 18 months old at this point, and we have added several features related to this in that timeframe.

Re: Custom Lists Email

PostPosted: Fri Nov 02, 2018 12:01 pm
by hansg
mflorell wrote:I would first recommend upgrading your system first, since the version you are using is over 18 months old at this point, and we have added several features related to this in that timeframe.


Hi Matt,

I have actually upgraded to the most recent version yesterday. I am still facing the same problem.

Re: Custom Lists Email

PostPosted: Sat Nov 03, 2018 10:20 am
by mflorell
You need to have "--A--CF_uses_custom_fields--B--" in your settings container if you want to use Custom List Fields.

This is mentioned in the doc for this feature,
http://vicidial.org/docs/DISPO_SEND_EMAIL.txt

Re: Custom Lists Email

PostPosted: Sat Nov 03, 2018 12:53 pm
by hansg
mflorell wrote:You need to have "--A--CF_uses_custom_fields--B--" in your settings container if you want to use Custom List Fields.

This is mentioned in the doc for this feature,
http://vicidial.org/docs/DISPO_SEND_EMAIL.txt


Thanks Matt I will give this a go and see if it works.

Re: Custom Lists Email

PostPosted: Sun Nov 04, 2018 7:20 pm
by hansg
mflorell wrote:You need to have "--A--CF_uses_custom_fields--B--" in your settings container if you want to use Custom List Fields.

This is mentioned in the doc for this feature,
http://vicidial.org/docs/DISPO_SEND_EMAIL.txt


I have tried this out and put --A--CF_uses_custom_fields--B-- in the email body as directed in the doc.

When I receive the email, My custom fields are just displaying as:

Amount of Debt: --A--Q1--B--
Employment Status: --A--Q2--B--
Homeowner: --A--Q3--B--

Is that the correct method of adding the custom lists? My custom list labels are "Q1", "Q2" and "Q3"

Re: Custom Lists Email

PostPosted: Tue Nov 06, 2018 8:52 am
by mflorell
That should work, I confirmed it works on my development system.