Conversation variables

Conversation variables let you store and reuse information within the scope of a single conversation.

This makes them great for storing information that’s only relevant to the current conversation, but that you need to access in multiple Workflows. For example:

  • Items in a virtual shopping cart
  • Conversation-specific preferences
  • A checklist to track the completion of sub-Workflows

Read a conversation variable

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

Conversation variable in a text card