Skip to main content
brevo.getEmailContent returns a recipient’s message body and event history by Brevo email UUID or send-action message ID.

Example

Inputs

Provide emailId: string. Optional second argument { account } selects the Brevo binding. For non-UUID values, Automate.ax uses the first transactional email record matching that message ID.

Output

Returns { email, subject, body?, date, events, attachmentCount?, templateId? }. Each event includes name, time, and optional ip, link, and subject. templateId may be a number, null, or absent. The action normalizes an absent event list to [] and fails if it can’t resolve the message ID in the connected account’s retained transactional logs.