The Extract Entities action is a powerful tool that automatically pulls specific, structured information from a user’s past conversation history. It uses LLM (Large Language Model) capabilities to intelligently extract data - such as addresses, names, or dates - based on what the user has already said, and saves them into variables for later use. This allows for seamless automation of data capture without needing the user to re-enter information.Documentation Index
Fetch the complete documentation index at: https://docs.chatzy.ai/llms.txt
Use this file to discover all available pages before exploring further.

Configuration Fields
-
Conversation ID: A unique identifier for the conversation from which data will be extracted. Using the
{{conversation_id}}variable ensures that the current conversation’s context is used. -
Entities: This is where you define what information you want to extract from the user’s conversation.
- Entity name: The name of the Entity that you want to extract (e.g.,
user_address,meeting_date,user_email) this isn’t a part work flow variables. - Entity format: The expected format of the data to extract such as
"Date","Email","Phone Number", or a custom-defined type.
- Entity name: The name of the Entity that you want to extract (e.g.,
-
Storage: Extracted entities are stored inside the journey’s workflow variables.
Theworkflow variablesis a dictionary, and within it,extracted_entitiesis another dictionary that holds all the extracted key–value pairs.
💡 Example: If the user previously said “My address is in Delhi” and you’ve configuredaddressas an entity, the Extract Entities action will analyze the conversation history and automatically save “Delhi” into theaddressvariable.
you can use extract-entities later in your flow as we’llThe Extracted entities are available in workflow variables and can be referenced using syntax. e.g.