Node: WhatsApp Template
Send approved templates from flows running on WhatsApp Official channels.
When to use it
WhatsApp Official allows direct messages for 24 hours after the customer's latest message. Outside this window, use an approved template.
Use the Condition node to choose the path:
- Add the WhatsApp 24-hour window condition type
- Choose Is open or Is closed
- Connect each output to the appropriate action
This condition is evaluated only for WhatsApp Official channels. It is not applicable to other channel types.
Configure the node
- Drag WhatsApp Template from the Send category
- Click the node to open its settings
- Add a mapping
- Select a WhatsApp Official channel
- Select an approved template from that channel
- Fill every template variable
- Save the configuration
Mappings by channel
Templates belong to the channel where they were registered. If the same flow can run on multiple official channels, add one mapping per channel.
At runtime, the node identifies the conversation channel and sends only its mapped template. If no mapping exists or the template is not approved, the flow uses the Error output when connected.
Variables
Each 1, 2, and subsequent parameter accepts:
- Fixed text
- Flow variables
- Customer data available in the variable picker
Example:
{{1}} = {{customer.name}}
{{2}} = {{order_number}}Example flow
Condition: channel = WhatsApp Official
└─ Condition: 24-hour window is open
├─ Yes → Text Message
└─ Else → WhatsApp TemplateRestrictions
- Available only for WhatsApp Official channels
- Lists only approved templates
- Each template must belong to the conversation channel
- Not available in bulk silent campaign flows