WhatsApp Output node
Sends the flow's response back over WhatsApp to the conversation that triggered it — or to any number your automation targets.
WhatsApp Output (whatsapp_output) closes the WhatsApp loop: it sends the reply back to the sender (or a specified number) through your connected session.

Configuration
Open the node (double-click) to edit it. Key fields:
- Node ID / Name — the identifier used in variables and the display name on the canvas.
- Message — the text/variable to send.
- Recipient — defaults to the conversation that triggered the run.
Inputs & outputs
It receives the reply content and emits the delivery result. Downstream nodes reference its output with {{node_id.field}} — see the variables reference.
Example
… → LLM Agent → WhatsApp Output ({{llm_agent.response}})See also: WhatsApp channel · Application nodes