How to I set a bot message with a continue shortcut and when user click that button it will continue with another message let’s continue message and so forth within the same flow. I created a filter on the second message to match message equal continue but it didnt work.
How to continue the flow
kellseyshaw
(Kellsey Shaw)
#2
Hi Bryan,
A message that has shortcuts doesn’t wait for the user to respond. A question should really be used when you want to pause for the user to answer.
Shortcuts should contain keywords/phrases that would trigger another flow. So if you sent a message with the word Continue and you had a Flow that was triggered by the keyword Continue, that would work.