DirectSnd
Updated over a week ago

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 Team access.

  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 Field

DirectSnd Field

address {city}

city

email

email

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 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": "123 First St",
"is_black_listed": "False",
"message_supress": "False"
}

Response Body (Success)

{
"detail": "We are processing your request. Thank you!",
"status": "Success"
}

Did this answer your question?