send email
This block is part of the lettermint group and was last modified in core v15.0.0.
send email v15.0.0 sends a single email via Lettermint.
- flow
flow - connection required
lettermintconnection - 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. A name can also be set by using
"Name" email@example.com. - reply to
valueReply To override email address.
- to required
arrayThe e-mail addresses you are trying to send this e-mail to.
- cc
arrayThe e-mail addresses set as the CC for this email.
- bcc
arrayThe 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 strip the HTML version of all HTML tags.
- tag
valueOptional tag for grouping/filtering messages in Lettermint.
- attachment
file
- flow
flow - connection
lettermintconnection - success
condition - error
value - response
object
lettermint |
A typical wiring for send email: a function trigger starts the flow; open connection feeds the connection pin; value feeds the subject pin; value feeds the from pin; value feeds the html pin; the flow out pin feeds debug.

Version history
Introduced in v15.0.0.
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
lettermint Return to the main group to view all sub-groups Back to lettermint Return to the group to view all blocks within this group
