Automation Editor
...
Building Automations
AI chatbots
Conversation memory
2min
the automation chat widget provides two actions for saving and recalling values from conversation memory conversation memory is temporarily stored in the system's database on the server memories are scoped to the conversation uuid, so they can only be accessed in the course of a single conversation session with the chat widget if the user reloads the web page, the chat widget generates a new conversation uuid when it reloads to persist information across multiple chat sessions, use browser storage docid ed 35fg8yaetqtikero5 instead to save a value, use the "save chat conversation memory" action the action requires the conversation uuid, the memory name, and the value to save use the "recall chat conversation memory" action to fetch a named memory value if the named memory has not been stored, an empty value will be emitted the most common usage of conversation memory is to determine when to invoke goal automations, where the parent will check if an item is in conversation memory if not, a goal automation is executed and it will save the value into conversation memory when the goal is achieved