Skip to main content
Version: Next

DirectSnd

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:

  1. 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 Teamaccess.
  2. Apply the DirectSnd API Key

  3. 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 FieldDirectSnd Field
address {city}city `
emailemail
address {region}state
phonenumber
address {postalCode}zip_code
lastNamelast_name
firstNamefirst_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": "annie@anedot.email",
"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