-
-
Notifications
You must be signed in to change notification settings - Fork 191
Tracking answer
Complex chatbots may require to request some information to the user and then go on with the rest of the flow, in this example
The user receive a message "Please enter your email:"
, note that the Telegram Sender
node has an output, that means that the next message from the same user will be automatically re-routed to the rest of the flow connected to that output, continuing in this way the conversation. The Parse Node
scan the message for the email and store it the chat context, the final message just show the captured value "Your email is {{email}}"
.
After 5 minutes if inactivity from the user, the conversation is considered ended and the next messages will be routed the the root of the flow.
In order to enable the output pin Telegram Sender
check the track option in the configuration panel.