How do I store the current URL as a bot step answer?

We’ll make use of the Goto step type and the system bot variable: infoReferer.

You can use it in the chat texts, response connections like:

{{infoReferer}}

If you need to use the parameters in the response Advanced conditions or Response connection conditions, then the way to go would be to use the GoTo step, use

{{infoReferer}}

in the value setting:

Note: the answer value will not be displayed in the bot, only chat message and response if those are configured.

Edit this page