ActionMailjetUpdated June 2026

How do I send email via Mailjet?

Short answer: You can mailjet send email in Mailjet by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Mailjet Mailjet Send Email action to a workflow, map its 6 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

Mailjet Send Email in Mailjet — start free
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. TinyCommand handles Mailjet's rate limits automatically so you don't have to throttle manually.
More actions

Other Mailjet actions.

Action
List Mailjet Contacts
Paginated contacts with filters. For sync workflows that mirror Mailjet to a warehouse or other email-marketing tool.
Mailjet Send Email in Mailjet — start free