Skip to main content
listEmailEvents queries Brevo’s granular transactional event log with offset pagination.

Example

Inputs

limit defaults to 250 (maximum 5,000), offset to 0, and sort to desc. Filter by recipient email, provider event name, messageId, tags, or positive templateId. For time, use days (1–90) or provide both inclusive startDate and endDate in YYYY-MM-DD form, never both approaches. account selects the Brevo binding.

Output

Returns { events: EmailEvent[] }, where each event has date, email, event, messageId, and optional from, reason, tag, and templateId. The output does not include a total count or next token; advance offset by the number returned when fetching another page. Provider event filter names follow Brevo’s API vocabulary and are distinct from trigger helper names.