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.

In pins 11 + flow
  • flow
    flow
  • connection required
    lettermintconnection
  • subject required
    value

    The subject of the e-mail you are trying to send

  • from required
    value

    The 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
    value

    Reply To override email address.

  • to required
    array

    The e-mail addresses you are trying to send this e-mail to.

  • cc
    array

    The e-mail addresses set as the CC for this email.

  • bcc
    array

    The e-mail addresses set as the BCC for this email.

  • html required
    value

    Contents of the e-mail itself.

  • text version
    value

    Text version of the email. If the text version is not set it will strip the HTML version of all HTML tags.

  • tag
    value

    Optional tag for grouping/filtering messages in Lettermint.

  • attachment
    file
Out pins 4 + flow
  • 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.

Studio canvas example for the send email block: typical wiring for send email.

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