Triggering flow automatically?

#1

Hey Flow XO Team,

Is there a way to trigger flow automatically w/o any user interaction. I.e. I have a web bot with welcome text and I’d like to trigger a welcome flow immediately after the welcome text. Is this possible?

Thanks.

(Daniel Beckett) #2

You can setup a New Message trigger and add ‘start’ as a keyword. When the user connects to the bot a start message is sent in the background which will trigger the flow. :slight_smile:

#3

Ok cool! Thanks Daniel!