EzFlowEzFlow Docs
Node referenceMessaging

SEND_MAIL

Send an email.

What it does

Send an email.

Inputs & outputs

Input handle
body
sendTo
subject
cc
replyTo
Output handle
internalCorrelationId

Configuration

NameTypeRequired
sendingMode'managed' | 'byok'No
replyTostringNo

Example

Example

A lead-nurture Workflow sends a personalised follow-up email after a form submission. Wire the upstream TEMPLATE_FILLER's body output to the body input, the form data's email field to sendTo, and set a static subject of "Thanks for reaching out". Configure Sending mode to managed to use EzFlow's built-in delivery, or byok to route through your own SMTP integration. The node returns an internalCorrelationId that you can store for delivery-status correlation. Optionally pipe a file attachment from a PDF_GENERATOR or GET_STORAGE_FILE node into the attachments input for richer emails.

On this page