In the ExportReport method, users are required to input the JObject string which contains the required information to export the transactional emails. Below is an example a successful JObject to submit emails.
{
"Period": "1 Sep 2021 - 16 Sep 2021",
"EmailToFilter": "test@test.com",
"DomainFilter":"enginemailer.com"
}
Note: The Key and Value is case sensitive, please follow correct upper and lowercase.
Parameter name (Case-sensitive) |
Description |
Nullable? |
Period |
The date range of the report. Start date can be as maximum as past 60 days. |
No |
EmailToFilter |
To filter the export result by email address. |
Yes |
DomainFilter |
To filter the export result by sender domain. |
Yes |