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
Features
Feature | Support | Notes |
---|---|---|
Backfill | ✅ | Custom backfill between 1 month and 2 years for Trend Reporting Summary; 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 |
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.
Updated 1 day ago