Bot variables

Bot variables let you store and reuse information throughout your entire bot.

Any information you assign to a bot variable will be accessible across all Workflows and conversations. This makes bot variables useful for storing global information about your bot, like:

  • Your bot’s name
  • Your bot’s version number
  • Endpoints for your bot’s API calls

Read a bot variable

You can use {{bot.variablename}} or @bot.variablename to read a bot variable. For example, in a Text Card:

Bot variable in a text card