Skip to main content

Brevo

Connect Brevo (formerly Sendinblue).

Send Email

Inputs: Account; To (required) and optional CC; subject; HTML; optional plain text; sender email and optional sender name; optional reply-to; file attachments and/or attachment URL lists. Output: messageId.

Send Email from Template

Inputs: Account; templateId (number); To (required) and optional CC; parameters — repeatable name / value (use in Brevo as {{params.NAME}}). Output: messageId.

Create Email Template

Inputs: templateName; subject; HTML; sender email; optional sender name; is active (default true). Output: templateId (number).

Get Email Templates

Inputs: only include active templates (default true). Outputs: templates (repeatable): id, name, subject, senderName, senderEmail, replyTo, isActive, htmlContent, createdAt, modifiedAt; plus count.

Get Sent Email Content

Inputs: messageId from a send or Brevo logs. Outputs: email (recipient address), subject, htmlContent, date.

Activate Email Template / Deactivate Email Template

Input: templateId (number). No outputs.