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:

Limits by channel

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.