Web Messenger Prompt User

(ality) #1

I have a chatbot on my website. I want to trigger a flow after the user has been on a certain page for X minutes. Is that possible from within flowxo itself or would I have to write a seperate script that calls the certain flow after X amount of time on the page?

(Karen Barker) #2

Hi there,

Unfortunately we have no knowledge of what is happening on the web page from the bot so this wouldn’t be configurable with Flow XO. :disappointed:

(ality) #3

It it possible for the website to call a certain flow?

ie. writing a script that would call a certain flow after X minutes?

(Karen Barker) #4

Using the Web Messenger API you can send a message as the user. You should be able to use this within your script to trigger a flow.