Skip to content
  • There are no suggestions because the search field is empty.

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:

  1. Go to Settings > Integrations > Directory in your Anedot account.

  2. Click + New Connection.

  3. Select DirectSnd from the list.

  4. Choose which Action Pages to connect:

    • All are selected by default.

    • To exclude pages, enter a comma-separated list of their IDs.

  5. (Optional) Limit the sync to a specific Team.

  6. Enter your DirectSnd API Key.

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

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