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.
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 |
{"fromEmail": "{{trigger.from}}","fromName": "{{trigger.fromName}}","toEmail": "{{trigger.from}}","toName": "{{trigger.toName}}","subject": "e.g. Quick update"}
{"Messages": [{"To": [{"Email": "recipient@example.com","MessageID": 123456}],"Status": "success"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.