Webhooks
Export all transactional events
This endpoint will submit a request to get the history of webhooks in the CSV file. The link to download that CSV file will send to the webhook link provided in notifyURL of the body payload.
post/webhooks/export
Request body
Example request
{
"days": 7,
"startDate": "2023-02-13T00:00:00.000+0000",
"endDate": "2023-02-17T00:00:00.000+0000",
"sort": "desc",
"event": "request",
"notifyURL": "https://brevo.com",
"webhookId": 2345,
"email": "example@brevo.com"
}Response
Request accepted
Example response
{
"processId": 78
}