Basic Information

appmixer.brevo.core.SendEmail

1.0.0

Public

Sends a transactional email.

Input Ports

in

FieldTypeDescription
To expression Recipients
Subject text Email subject
Html body text HTML content of the email. Not required if Template ID is provided.
Text content text Text content of the email. Not required if Template ID is provided.
Sender Email text -
Sender Name text -
Reply-To Email text Email on which transactional mail recipients will be able to reply back.
Reply-To Name text -
CC expression List of email addresses and names of the recipients in cc.
BCC expression List of email addresses and names of the recipients in bcc.
Template ID number ID of the Brevo email template to use. When provided, HTML/Text content fields are ignored. Important: The template must be active in Brevo for the email to be sent. Even if the API returns success, inactive templates will not deliver emails.

Tips:
• Find template ID in Brevo dashboard → Marketing → Templates
• Template status must be 'Active' (not Draft or Inactive)
• Use template parameters below to populate {{params.variables}} in your template
• Check Brevo dashboard logs using the returned message ID to verify delivery
Template Params expression Add key/value pairs to populate Brevo template variables

Output Ports

out

FieldTypeDescription
Message ID -

Full Metadata