- Integrations
- /
- Mailjet
- /
- Actions
- /
- Mailjet Send Email
ActionMailjetUpdated May 2026
How do I send email via Mailjet?
Short answer: Drop the "Mailjet → Mailjet 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.
| Field | Type | Required | Description |
|---|---|---|---|
From Email fromEmail | Required | From Email | |
From Name fromName | string | Optional | From Name |
To Email toEmail | Required | To Email | |
To Name toName | string | Optional | To Name |
Subject subject | string | Required | Message subject line. |
HTML Body htmlBody | html | Required | HTML 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.