DirectSnd
Anedot integrates with DirectSnd to send supporter data from Donation and Lead Pages for SMS marketing campaigns.
DirectSnd is an SMS marketing platform that helps you reach supporters through text messaging.
How It Works
Anedot sends supporter data from Donation and Lead Pages to DirectSnd once the integration is connected.
-
Custom field data is not sent.
-
International phone numbers are not supported and will fail to relay.
Connecting Anedot to DirectSnd
Follow these quick steps to set up the integration:
-
Go to Settings > Integrations > Directory in your Anedot account.
-
Click + New Connection.
-
Select DirectSnd from the list.
-
Choose which Action Pages to connect:
-
All are selected by default.
-
To exclude pages, enter a comma-separated list of their IDs.
-
-
(Optional) Limit the sync to a specific Team.
-
Enter your DirectSnd API Key.
-
Click Save in the bottom-right corner.
You can update Action Pages, Team settings, or API credentials anytime after setup.
Field Mapping
Relay Fields
The Anedot Fields match the Submission's Raw Data and the DirectSnd Fields match the Request Body relay.
Anedot Field | DirectSnd Field |
---|---|
address {city} | city |
address {region} | state |
phone | number |
address {postalCode} | zip_code |
lastName | last_name |
firstName | first_name |
“Anedot” | opt_in_method |
address {line1} | address_line_1 |
“False” | is_black_listed |
“False” | message_supress |
Payload Data
Request Headers
{}
Request Body
{
"city": "New Orleans",
"email": "admin@anedot.com",
"state": "LA",
"number": "2251231234",
"zip_code": "12345",
"last_name": "Dot",
"first_name": "Annie",
"opt_in_method": "Anedot",
"address_line_1": "1239 First St",
"is_black_listed": "False",
"message_supress": "False"
}
Response Body (Success)
{
"detail": "We are processing your request. Thank you!",
"status": "Success"
}
Response Body (Error)
{}
Response Status (Success)
200
Response Status (Error)
null