Emarsys
Version 0.0.0
Check out the API docs here for more information.
Set up
To get set up with Emarsys you will need your API user Username and Password.
Information on how to generate these can be found here
When creating the credentials, on top of the default permissions, please also add the following ones:
campaign.responsesummary
campaign.responsesummary.filter
contact.getdata
contact.lookup
email.reporting.v1.campaigns.bulkResponseSummary
email.reporting.v1.campaigns.deliveryResults
If for some reason you cannot add the above permissions, please reach out to Emarsys support team and ask them to action this for you on the credentials you have created.
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | Custom backfill between 1 month and 2 years for Trend Reporting Summary; 90 days for Delivery Results and 2 years for other reports |
Incremental | ❌ | N/A |
API reliability | 🟢 | Reliable |
Reports detail
⬇️ Report | 🔑 Incremental key | 🔑 Primary key | 📄 Link to API endpoint |
---|---|---|---|
Email Campaigns | N/A | ID | Email Campaigns |
Email Campaign Categories | N/A | ID | Email Campaign Categories |
Email Campaign Data | N/A | ID | Email Campaign Data |
Trend Reporting Summary | N/A | ID | Trend Reporting Summary |
Contact Data | N/A | ID | Get Contact Data |
Response Summary | N/A | CAMPAIGN_ID | Response Summary |
Delivery Results | N/A | N/A | Delivery Results |
Limitations
Contact Data
report columnsThe Get-Contact-Data endpoint of the API returns the columns as integers. You will need a transform to adjust these back to the proper field names.
You can find the mapping of the integer values to the Contact System Fields here in the API documentation.
Delivery Results
reportThe report can take several hours to complete.
Updated 13 days ago