Get Delivery Reports
To get a report consisting of key data points such as bounces, sent, deliveries etc.
Request Type
- GET
Request URL
https://campaigns.zoho.com/emailapi/v2/reports/delivery/summary
Content-Type
application/json
List of Response Body Attributes
Parameters | Data Type | Description |
data | JSON Object | |
summary | JSON Object | Contains the overview of various aspects of email delivery. |
total_sent_count | Integer | Total emails sent. |
total_delivered_count | Integer | Total emails delivered. |
total_opened_count | Integer | Total emails opened. |
total_click_count | Integer | Total links clicked in emails. |
total_bounce_count | Integer | Total emails bounced. |
total_spam_count | Integer | Total emails landed in spam. |
stats | JSON Object | Stats of various aspects of email delivery at a particular time. |
spam_count | Integer | Number of emails landed in spam. |
delivered_count | Integer | Number of emails delivered. |
opened_count | Integer | Number of emails opened. |
bounce_count | Integer | Number of emails bounced. |
click_count | Integer | Number of links clicked in emails. |
sent_count | Integer | Number of emails sent. |
timestamp | Long | Time (in milliseconds) at which the report was generated. |
time_precision | String | Specifies the granularity of the time intervals for grouping the reports. |
response | JSON Object | Contains the response details of the API. |
code | Integer | Success or failure code. |
message | String | Success or failure message returned by the API. |
errors | JSON Object | Contains the error details of the API such as 'code' and 'message'. |
Sample Response - Success
Copied
Show full
Show less
Sample Response - Failure
Copied