Skip to main content
With the Text node you send a text message to the user and the flow continues immediately. It is the most basic node for communicating with the user.

Configuration

  • Content: Write the text of the message you want to send to the user.

Variables in messages

You can insert variables to dynamically personalize the message:
Hello {{$user.names}}, the status of your order is: {{$memory.order.status}}

Limits by channel

ChannelMaximum characters
WhatsApp4,096
Facebook2,000
Instagram1,000
Web / Twitter4,096
Omnichannel2,000
The Text node does not wait for the user’s response. If you need to ask a question and capture the response, use the Question node.