EzFlowEzFlow Docs
Node referenceMessaging

SMS_TEMPLATE_FILLER

SMS_TEMPLATE_FILLER node.

What it does

SMS_TEMPLATE_FILLER node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

SMS_TEMPLATE_FILLER renders a plain-text SMS template stored in EzFlow. Configure the node with a templateId; at runtime, it receives variable values from upstream nodes and injects them into the template body. The rendered text is returned on the body output port. Wire body directly into a SEND_SMS node to dispatch the message.

Example

A delivery-notification Workflow fires after a shipment status update. An SMS template reads "Hi {{name}}, your order {{orderId}} is out for delivery. Expected by {{eta}}." The SMS_TEMPLATE_FILLER node resolves name, orderId, and eta from the upstream event data and outputs the complete message string. The SEND_SMS node then sends it to the customer's phone number.

On this page