GET /inbound/events
This endpoint will show the list of all the events for the received emails. When no date range is provided, the last 30 days of events are returned by default.
Servers
- https://api.brevo.com/v3
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
endDate |
String | No |
Mandatory if startDate is used. Ending date (YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss.SSSZ) till which you want to fetch the list. Maximum time period that can be selected is 30 days. Must not be in the future. |
limit |
Integer | No |
Number of documents returned per page Default value: 100 |
sort |
String | No |
Sort the results in the ascending/descending order of record creation Valid values:
Default value: "desc" |
sender |
String | No |
Email address of the sender. |
startDate |
String | No |
Mandatory if endDate is used. Starting date (YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss.SSSZ) from which you want to fetch the list. Maximum time period that can be selected is 30 days. Must not be in the future. |
offset |
Integer | No |
Index of the first document on the page Default value: 0 |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.