Is the new triggers functionality about setting pr...
# 🌎general
c
Is the new triggers functionality about setting pre-requisite before the bot starts? E.g. only keywords like "help me with xxx" gets the bot started and everything else will not start the bot.
e
Hey @careful-keyboard-68830, the Triggers are meant to start conversations/workflows when sometime outside of the bot happens. Let's suppose there is a new user in your system and you want to send them a message somewhere, you would add a Webhook integration, and make requests to the webhook, that would be picked up by your Trigger and some processing would happen in your bot
People are using Zapier Tables a lot. You could add the Zapier integration and make a trigger for it, so that when there is a new row in the table, it notifies Botpress and the bot will do something
c
Ahh I see, thanks for the clarification. Will there/is there a functionality that causes the bot to start only when a certain string of words is being detected in the user reply?
e
Sure, you could use filters!
Documentation and tutorials are coming soon!