send email with template
This block is part of the postmark group and was last modified in core v10.3.13.
send email with template v10.2.1 Updated v10.3.13sends a single email with a template.
- flow
flow - connection required
postmarkconnection - from required
valueThe e-mail address you are trying to send this e-mail from, could be multiple seperated with a comma, e.g.
email1@example.com, email2@example.com. A name can also be set by using"Name" email1@example.com - reply to
valueReply To override email address. Defaults to the Reply To set in the sender signature.
- to required
arrayThe e-mail addresses you are trying to send this e-mail to.
- cc
v10.3.13arrayThe e-mail addresses set as the CC for this email.
- bcc
v10.3.13arrayThe e-mail addresses set as the BCC for this email.
- template id required
valueThe template id. • Hidden when other fields are filled
- template alias required
valueThe template alias. • Hidden when other fields are filled
- template model required
objectThe object being parsed with the template.
- attachment
file - track
conditionWill track the opening of the email. If not set the postmark server setting will be used.
- flow
flow - connection
postmarkconnection - success
condition - error
value - response
object
postmark |
A typical wiring for send email with template: value feeds the from pin; open connection feeds the flow pin; new object feeds the template_model pin; create suppressions feeds the connection pin; value feeds the template_id pin; value feeds the template_alias pin; the flow out pin feeds branch; the value out pin feeds free lock.

Commonly used with
In production blueprints, this block is most often wired together with:
- value: feeds into this block. Simply returns the provided value.
- open connection: feeds into this block. Opens a new postmark connection using the given API token.
- branch: this block feeds into it.
- new object: feeds into this block. Builds a new object filled with the given fields.
- add to top of array: feeds into this block. Adds your given value to your given array.
- with values: feeds into this block. Returns an array of values.
Version history
Introduced in v10.2.1.
Last modified in v10.3.13.
Service documentation
External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.Back to
postmark Return to the main group to view all sub-groups Back to postmark Return to the group to view all blocks within this group
