Just started, I would want to know to get my bot to only read one trigger keyword, and is there also a way to send a message if a second trigger keyword is read, like “I’m sorry you have sent that keyword already”
Sending the trigger keyword multiple times
DanielBeckett
(Daniel Beckett)
#2
Hi Nathan,
You can setup a flow to use a New Message trigger that uses a specific trigger keyword.
The above example is using the word ‘Trigger’ as the key word. In the same flow you can then set an attribute so that you know the flow has already been triggered.
With the attribute set we can go ahead and add in a send message action that has a filter set so that it sends if the ‘Triggered’ attribute is empty and another one for Triggered = True.
&&
Here’s an example flow you can take a look at:
Hope that helps!
1 Like