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
Select which Action Pages you would like to sync with SendPulse (default: all Action Pages).
Optionally, you can also add Action Pages you want excluded from syncing with Planning Center (by ID, multiple values must be comma separated).
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).
Enter your List ID (pulled from the Mailing List you want to use).
Enter your Client ID (pulled from Account Settings > API tab).
Enter your Client Secret (pulled from Account Settings > API tab).
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 |
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