For more information on using API

GET http://webapi.mymarketing.co.il/api/automationreports/{id}/automationemailscampaignstatistic?includePreviewContent={includePreviewContent}

Get email campaigns statistics for a specific automation.

Request Information

URI Parameters

Name

Description

Type

Additional information

id

Automation id. Can be found using the endpoint "Get account's automations" or in the UI (go to Automations->Automations Lists->click on the automation's reports -> you'll find the id int the URL)

integer

Required

includePreviewContent

Whether or not to include the content of the email in the report.

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

ApiEmailCampaignReportList

Name

Description

Type

Additional information

total_items

Total of email campaign

integer
emails_report

List of of Email Campaign

Collection of ApiEmailCampaignReport

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.