EzFlowEzFlow Docs
Node referenceMessaging

TEMPLATE_FILLER

TEMPLATE_FILLER node.

What it does

TEMPLATE_FILLER node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

TEMPLATE_FILLER renders an HTML email template stored in EzFlow. Configure the node with a templateId (the ID of the template to render). At runtime, the node receives variable values from upstream nodes on its input ports and injects them into the template's placeholder fields. The fully rendered HTML is returned on the body output port, ready to be wired directly into a SEND_MAIL node.

Example

An order-confirmation template contains placeholders for customerName, orderId, and totalAmount. Place a TEMPLATE_FILLER node after a WEBHOOK_INBOUND trigger, configure its templateId, and wire the upstream fields into it. The rendered body HTML flows straight into a SEND_MAIL node to send the confirmation email — no manual HTML construction needed.

On this page