Open a Flow with a link

(Hooman) #1

is there a way to open a flow with link? for example when a user clicks on the link in email then he be able to see specefic flow in the chat bot.

(Karen Barker) #2

Hi Hooman,

If you’re building your bot on either Facebook or the Web Messenger then you’ll be able to send metadata into the bot by construction a URL query string. E.g. http://m.me/mybot?ref=myparam. You could then use the Flow Trigger to trigger a flow with a matching keyword to that passed as the ref parameter.

I hope this helps. :slight_smile:

1 Like