Skip to main content
SendPulse
Updated over 3 months ago

SendPulse is an email/digital marketing software and CRM that helps organizations reach their supporters across various digital platforms (emails but also messaging, chatbots, etc).

Our integration sends data collected from Action Pages to SendPulse's system.


Connect Anedot to Sendpulse

  1. Select which Action Pages you would like to sync with SendPulse (default: all Action Pages).

  2. Optionally, you can also add Action Pages you want excluded from syncing with Planning Center (by ID, multiple values must be comma separated).

  3. Optionally, you can also scope the integration to only send team-specific data to SendPulse (if no team is selected it will sync all Action Pages specified in the fields above).

  4. Enter your List ID (pulled from the Mailing List you want to use).

  5. Enter your Client ID (pulled from Account Settings > API tab).

  6. Enter your Client Secret (pulled from Account Settings > API tab).

  7. Once you save the credentials, you are all set!

The Action Pages, Team, and credentials can be modified at any time post-setup.

If you receive an error, please contact our Support team here and attach an image of the error message you have received for further assistance.


Data Relays

  • We send relays for financial and non-financial pages.

  • Push Unsent (failed donations, all donations) + date range for relays works for financial pages.

Data in SendPulse

Once your data is relayed successfully, it will appear in the Mailing List under the “Contacts” tab.


Field Mapping

Contact Fields

Anedot Field

SendPulse Field

email

email

address {postalCode}

zip

address {city}

city

created_at

date

“firstName lastName”

name

phone

phone

address {region}

state

total_amount (x100)

amount

address {line1}

street

address {line2}

street2


Payload Data

Request Headers

{} 

Request Body

{
"emails": [{
"email": "[email protected]",
"variables": {
"zip": "70112",
"city": "New Orleans",
"date": "2023-02-09T21:48:41.586Z",
"name": "Annie Dot",
"phone": "2252501301",
"state": "LA",
"amount": 50.0,
"street": "1340 Poydras St",
"street2": null
}
}]
}

Request Body (Error)

null 

Response Body (Success)

{
"result": true
}

Response Body (Error)

{} 

Response Status (Success)

200 

Response Status (Error)

null 
Did this answer your question?