send email
This block is part of the postmark group and was last modified in core v10.3.13.
send email v10.2.1 Updated v10.3.13sends a single email.
- flow
flow - connection required
postmarkconnection - subject required
valueThe subject of the e-mail you are trying to send
- 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.
- html required
valueContents of the e-mail itself.
- text version
valueText version of the email. If the text version is not set it will just strip the HTML version of all HTML tags.
- 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: value feeds the subject pin; open connection feeds the flow pin; with values feeds the array_to pin; create suppressions feeds the connection pin; value feeds the from pin; value feeds the html pin; the flow out pin feeds branch.

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.
- with values: feeds into this block. Returns an array of values.
- concatenate values: feeds into this block.
- branch: this block feeds into it.
- return: this block feeds into it. Returns the added custom pins as data-pins on the function execute.
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
