brevo · Schema

Brevo Email Event

Represents a webhook event payload delivered by Brevo when an email interaction occurs, including delivery status changes, opens, clicks, bounces, and spam reports.

Properties

Name Type Description
event string Type of email event that occurred.
email string Recipient email address associated with the event.
id integer Internal Brevo event identifier.
date string UTC date-time when the event occurred.
messageId string Unique identifier of the email message that triggered the event.
subject string Subject line of the email message.
tag string Tag assigned to the email for categorization and tracking.
sendingIp string IP address of the server used to send the email.
ts integer Unix timestamp in seconds when the event occurred.
ts_epoch integer Unix timestamp in milliseconds when the event occurred.
reason string Reason for the event if applicable, such as bounce error codes or spam filter details.
link string URL of the link that was clicked, present only for click events.
templateId integer ID of the template used for the email if applicable.
campaignId integer ID of the marketing campaign if the event is for a campaign email.
View JSON Schema on GitHub