EzFlowEzFlow Docs
Node referenceMessaging

SENDER

SENDER node.

What it does

SENDER node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

The SENDER node looks up a configured sender by its ID (set on the node itself) and outputs the sender's email address as sender. This lets you dynamically resolve a "From" address without hardcoding it in every SEND_MAIL node. If the sender cannot be found, the node returns null gracefully rather than failing the Workflow.

Example

A multi-brand notification Workflow uses different sender identities per business unit. Place a SENDER node near the start of the flow, configure it with the appropriate sender ID, and wire its sender output to the replyTo or a MAPPER node that builds the email headers. Downstream SEND_MAIL nodes then use the resolved address as the reply-to identity.

On this page