ActionPostmarkUpdated September 2026

How do I send a Postmark template email?

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

Postmark Send Template Email in Postmark — 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
Template ID
TemplateId
stringOptionalNumeric ID of the Postmark template, or use Template Alias instead
Template Alias
TemplateAlias
stringOptionalString alias of the template (alternative to Template ID)
From
From
stringRequiredSender email (must be a verified sender signature)
To
To
stringRequiredRecipient email address
Template Variables (JSON)
TemplateModel
stringOptionalJSON object with template variable values, e.g. {"name": "John", "product": "Acme"}
Tag
Tag
stringOptionalTag for categorizing this email in Postmark analytics
Reply-To
ReplyTo
stringOptionalReply-to email address
Sample request
{
"TemplateId": "e.g. 12345",
"TemplateAlias": "e.g. welcome-email",
"From": "noreply@yourcompany.com",
"To": "recipient@example.com",
"TemplateModel": "{\"name\": \"John\", \"action_url\": \"https://example.com\"}"
}
Returns
{
"To": "recipient@example.com",
"Message": "OK",
"ErrorCode": 0,
"MessageID": "abc-123-def-456",
"SubmittedAt": "2025-01-15T12:00:00.0000000Z"
}

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

Triggered by

Apps that pair well as the trigger for Postmark Send Template Email.

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

FAQ

Questions about Postmark Send Template Email.

What does the Postmark Send Template Email action do in Postmark?
Fires a pre-built template with merge model. For production transactional patterns where templates are reviewed in Postmark UI and reused.
What inputs does Postmark Send Template Email require?
Required: From, To. 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 Postmark returns an error?
The run history shows the failed step with its input and the error message Postmark returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does Postmark Send Template Email support batch operations?
Run Postmark Send Template Email inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Postmark's rate limits.
More actions

Other Postmark actions.

Postmark Send Template Email in Postmark — start free