On this page
Get Involved
The email step is deprecated and will be removed in a future version of Flowpipe. Use the message step to send messages.
The email step is used to send an email message.
Arguments
Argument | Type | Optional? | Description |
---|---|---|---|
to | List<String> | Required | A list of recipient email addresses to which |
bcc | List<String> | Optional | A list of recipient email addresses to which to send the message via bcc. |
body | String | Optional | The message body. |
cc | List<String> | Optional | A list of recipient email addresses to which to send the message via cc. |
content_type | String | Optional | The content type of the email body, e.g. text/plain, text/html to send the message. |
from | String | Optional | The email address of the sender. |
host | String | Optional | The DNS name of the SMTP host to send the mail through. |
port | Number | Optional | The TCP port on the SMTP host. |
sender_name | String | Optional | A friendly display name of the sender |
smtp_password | String | Optional | Password to log in to the SMTP server. |
smtp_username | String | Optional | Username to log in to the SMTP server. |
subject | String | Optional | The message subject. |
This step also supports the common step arguments and attributes.