Skip to content
ActionMailjetUpdated May 2026

How do I send email via Mailjet?

Short answer: Drop the "MailjetMailjet Send Email" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
From Email
fromEmail
emailRequiredFrom Email
From Name
fromName
stringOptionalFrom Name
To Email
toEmail
emailRequiredTo Email
To Name
toName
stringOptionalTo Name
Subject
subject
stringRequiredMessage subject line.
HTML Body
htmlBody
htmlRequiredHTML Body
Sample request
{
"fromEmail": "{{trigger.from}}",
"fromName": "{{trigger.fromName}}",
"toEmail": "{{trigger.from}}",
"toName": "{{trigger.toName}}",
"subject": "e.g. Quick update"
}
Returns
{
"Messages": [
{
"To": [
{
"Email": "recipient@example.com",
"MessageID": 123456
}
],
"Status": "success"
}
]
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Mailjet Send Email.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Mailjet Send Email.

What does the Mailjet Send Email action do in Mailjet?
Transactional send with HTML/text body and template support. The European-headquartered alternative to SendGrid/Mailgun with strong EU-deliverability reputation.
What inputs does Mailjet Send Email require?
Required: From Email, To Email, Subject, HTML Body. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Mailjet returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Mailjet Send Email support batch operations?
Yes. Run Mailjet Send Email inside a Loop node to process arrays. Tiny Command handles Mailjet's rate limits automatically so you don't have to throttle manually.
More actions

Other Mailjet actions.

Send mailjet send email from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.