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.Documentation Index
Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
| Channel | Maximum characters |
|---|---|
| 4,096 | |
| 2,000 | |
| 1,000 | |
| Web / Twitter | 4,096 |
| Omnichannel | 2,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.