Send notifications, reports, and alerts from within your workflows.
SYSTEM$SEND_EMAIL
so your workflows can deliver timely notifications, reports, and alerts to stakeholders in plain text or HTML, with optional attachments.
Send Messages
Attach Files
Route & Track
Template & Automate
send_email
Name | Definition | Format |
---|---|---|
to_addresses | One or more recipient addresses. | String or List |
subject | Email subject line. | String |
message_body | Email body content. | String |
from_address | Sender address to display. | String |
cc_addresses | One or more Cc recipients. | String or List |
bcc_addresses | One or more Bcc recipients. | String or List |
reply_to | Reply-to address. | String |
content_type | Content type, "text/plain" or "text/html" . | String |
attachments | Files to attach, each { filename, content, content_type } . | List of Objects |
priority | Delivery priority: "high" , "normal" , "low" . | String |
delivery_receipt | Request delivery receipt. | Boolean |
read_receipt | Request read receipt. | Boolean |
text/plain
or text/html
).send_email
; capture the message id from the response.content_type
that matches your body content.