Sendy is an email marketing platform that allows you to send newsletters through Amazon SES.
Our integration with Sendy relays the following Action Page data:
Financial Pages - relays all donation details and custom field information.
Non-Financial Pages - we do not send relays for this information.
Push Unsent (failed donations, all donations) + date range for relays works for all Action Pages, regardless of page type.
Connect Anedot to Sendy
To connect the accounts, you will want to:
Select which Action Pages you want to sync with Sendy (default: all Action Pages).
If you'd like, you can add Action Pages you want to be excluded from syncing with Sendy (by ID, multiple values must be comma separated).
Enter your Sendy.co URL.
Enter a List ID.
Once you save the credentials, you are all set!
The Action Pages, Team, and credentials can be modified at any time post-setup.
Data Relays
We only send relays for financial pages.
Relays include all donation details and custom field information.
Push Unsent (failed donations, all donations) + date range for relays works for all Action Pages, regardless of page type.
If there are 5 failed relay attempts in a row, the integration is marked “inactive” and no longer attempts relays.
Field Mapping
Anedot Field | Sendy Field |
“[REDACTED]”<br></br>(Sendy List Id from Setup, step 5) | list |
"firstName lastName " | name |
“true” | silent |
“true” | boolean |
Payload Data
Request Headers
{}
Request Body
{
"list": "[REDACTED]",
"name": "Annie Dot",
"email": "[email protected]",
"silent": "true",
"boolean": "true"
}
Response Body (Success)
{}
Response Body (Failure)
"<!DOCTYPE html>\n<html style=\"height:100%\">\n<head>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" />\n<title> 404 Not Found\r\n</title></head>\n<body style=\"color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;\">\n<div style=\"height:auto; min-height:100%; \"> <div style=\"text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;\">\n <h1 style=\"margin:0; font-size:150px; line-height:150px; font-weight:bold;\">404</h1>\n<h2 style=\"margin-top:20px;font-size: 30px;\">Not Found\r\n</h2>\n<p>The resource requested could not be found on this server!</p>\n</div></div><div style=\"color:#f0f0f0; font-size:12px;margin:auto;padding:0px 30px 0px 30px;position:relative;clear:both;height:100px;margin-top:-101px;background-color:#474747;border-top: 1px solid rgba(0,0,0,0.15);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;\">\n<br>Proudly powered by <a style=\"color:#fff;\" href=\"http://www.litespeedtech.com/error-page\">LiteSpeed Web Server</a><p>Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.</p></div></body></html>\n"
Response Body (Error)
{}
Response Status (Success)
200
Response Status (Failure)
400
Response Status (Error)
null