DirectSnd is an SMS marketing software provider.
By setting up the integration connection within your fundraising account's Settings>Integrations>Directory tab, Anedot will send data from Donation and Lead Pages to DirectSnd.
At this time, Anedot does not send custom field data to DirectSnd. If an international phone number is applied by a supporter, the data will not be relayed successfully.
Connect Anedot to DirectSnd
To connect your Anedot account with DirectSnd, follow the steps below:
Select the Action Page(s) you would like to connect.
All pages are selected by default.
To exclude Action Pages, use a comma to separate a list of the Action Page IDs.
If needed, you can also scope the integration to Team access.
Apply the DirectSnd API Key
Scroll down to the bottom right corner to Save your connection!
Action Pages, Teams, and credentials can be modified at any time post-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 |
Example Payload
Request Headers
{}
Request Body
{
"city": "New Orleans",
"email": "[email protected]",
"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