mify.email.send
Node ID: mify.email.send
Category: email
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
to (required) | string | Recipient email address |
subject (required) | string | Email subject |
body (required) | string | Email body (HTML or plain text) |
cc | string | CC recipients (comma-separated) |
bcc | string | BCC recipients (comma-separated) |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
messageId | string | Sent message ID |
success | boolean |