If you're using Revv, you can automatically have any phone numbers entered into your Revv forms sent to a designated Tatango list. Follow these steps to get your integration set up.
Revv-Tatango Integration Steps
Log into Tatango.
My Account > Integrations
Select All Apps
In pop-up box, select your List Name
Select Next
Map the following fields:
6. Select Next
7. Copy Webhook URL and set to the side.
Revv-Tatango Integration Steps - Part 2
Log into Revv
Select Utilities > Integrations
Click Green + > Webhook
Paste Webhook URL, from step 7 above, into Endpoint URL in Revv.
Select POST
Charge Created: Checked
Lead Created: Checked
Click Green + next to Additional Charge Data every time you add a field from below (19 lines total)
Under CUSTOM FIELD add and map the following fields by copying and pasting the Custom Fields into Revv (must be lower case).
Click Save
CUSTOM FIELD | CHARGE |
page_uid | Page ID |
page_name | Page Name |
revv_uid | Revv UID |
referer | Referer |
source_code | Source Code |
source_url | Source URL |
utm_term | Utm Term |
utm_source | Utm Source |
utm_medium | Utm Medium |
utm_content | Utm Content |
utm_campaign | Utm Campaign |
sms_opt_in | Sms Accepted |
zip | Zip |
mobile | Mobile |
last_name | Last Name |
first_name | First Name |
created_at | Created At |
amount | Amount |
Click Green + next to Additional Lead Data every time you add a field from below (11 lines total).
Under CUSTOM FIELD add and map the following fields by copying and pasting the Custom Fields into Revv (must be lower case).
Select Active >> Save at bottom of page.
CUSTOM FIELD | CHARGE |
page_uid | Page Revv UID |
page_name | Page Name |
referer | Referer |
source_url | Source URL |
source | Source |
sms_opt_in | Sms Opt In |
zip | Zip |
mobile | Number |
last_name | Last Name |
first_name | First Name |
REVV Page Setup
Log into Revv
Select My Pages > Donation Page you are editing
Select Creative tab
Scroll down to CSS Override and paste the appropriate CSS code into the open text field. By doing this you are adding the word “optional” into the mobile field which is required by the carriers.
Donation Page CSS:
label[for=donation_mobile_number] {
display: none;
}
label[for=donation_mobile_number]:after {
content: " (Optional)";
}
LEAD page CSS:
label[for=petition_mobile_number] {
display: none;
}
label[for=petition_mobile_number]:after {
content: " (Optional)";
}
Your Mobile field will look like this:
Select Donation Fields tab on left.
Scroll down to Additional Fields section.
If using a DONATION PAGE follow these instructions to set up the correct form fields.
Select Donation Fields
Show Phone: Unchecked
Show Mobile: Checked
Require Mobile: Unchecked
Mobile Opt In: Unchecked
Copy and paste approved disclaimer into “Display a short disclaimer to donors” text box. Reach out to your CSM if you do not have this on hand.
Select Save
If using a PETITION PAGE follow these instructions.
Select Donation Fields
Show Mobile: Checked
Require Mobile: Unchecked
Mobile Opt-In: Unchecked
Copy and paste disclaimer into “Display a short disclaimer to donors” text box.
Make disclaimer text 8pt. font.
Select Save.
INTEGRATION FUNCTIONALITY
Check to see if integration is working by logging back into Tatango.
My Account > API > API logs
If you see "200 OK" in green, the integration is working. If you do NOT see a green "200 OK", check your previous work to find where the error is.