I’m digging into the details behind the Triggers feature for Custom Bots, specifically “when a customer clicks on a website element” and I’m trying to understand if it’s possible for this Trigger to feed specific data about the button, or the page that the button is on, to the Custom Bot.
The premise for us is that we have a pretty massive Help Center, and what I want to happen is that when a customer clicks on a button on certain pages in our app, it will automatically search the Help Center and return results based on the page that they are on. We’re currently doing this by feeding the page title into a search URL that opens in another browser tab, but I would love for this to be possible within the Messenger itself.
Has anyone done or achieved anything similar?