WHATSAPP_TEMPLATE_FILLER
WHATSAPP_TEMPLATE_FILLER node.
What it does
WHATSAPP_TEMPLATE_FILLER node.
Inputs & outputs
| Input handle |
|---|
| None |
| Output handle |
|---|
| None |
Configuration
No configuration.
Example
How it works
WHATSAPP_TEMPLATE_FILLER resolves a WhatsApp-approved message template stored in EzFlow. Set the templateId on the node; at runtime, the node receives variable values from upstream nodes and resolves them against the template's positional parameters. It returns a template object — containing the template identifier and the resolved variable array — on its output port. Wire this output directly into a SEND_WHATSAPP node's template input.
Example
A payment-confirmation Workflow sends a WhatsApp notification after a successful charge. An upstream WEBHOOK_INBOUND node passes orderId and amount from the payment event. WHATSAPP_TEMPLATE_FILLER resolves those values into the approved "order_confirmation" template and outputs a template object. The SEND_WHATSAPP node receives template and the customer's destinationNumber and dispatches the message through your connected WhatsApp integration.