This event will trigger everytime a reply is received, meaning whenever a user replies to any input in the flow. This is triggered even before the reply is processed and validated. This is useful when you need to execute a specific flow / automation whenever the user replies to the bot.
text
, number
, email
, url
, date
, time
, phone
, buttons
, picture choice
, payment
, rating
, file
, cards
.Type and name ultimately can help you filter the reply event by input type and/or name.
By default, when an event is executed, the session will end and not return to the main flow. Use a Return block to return to the main flow. This allows you to have the flexibility to conditionally end the session.
This event will trigger everytime a reply is received, meaning whenever a user replies to any input in the flow. This is triggered even before the reply is processed and validated. This is useful when you need to execute a specific flow / automation whenever the user replies to the bot.
text
, number
, email
, url
, date
, time
, phone
, buttons
, picture choice
, payment
, rating
, file
, cards
.Type and name ultimately can help you filter the reply event by input type and/or name.
By default, when an event is executed, the session will end and not return to the main flow. Use a Return block to return to the main flow. This allows you to have the flexibility to conditionally end the session.