Send Email
Sends an email through one of your mail accounts.
An action in the Network group.
Its type is action.send_mail.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
out |
out | execution out | — |
to |
To | data in | String |
cc |
Cc | data in | String |
bcc |
Bcc | data in | String |
subject |
Subject | data in | String |
body |
Body | data in | String |
state |
state | data out | Object{to: String, subject: String, sent: Boolean, error: String} |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| Account | accountId |
— | chosen from MAIL_ACCOUNT |
| To | to |
— | — |
| Cc | cc |
— | — |
| Bcc | bcc |
— | — |
| Subject | subject |
— | — |
| Body | body |
— | — |
| Send as HTML | html |
false |
— |