Data collection automatically extracts structured information from conversation transcripts using LLM-powered analysis. This enables you to capture valuable data points without manual processing, improving operational efficiency and data accuracy.
Data collection analyzes conversation transcripts to identify and extract specific information you define. The extracted data is structured according to your specifications and made available for downstream processing and analysis.
Data collection supports four data types to handle various information formats:
In the Analysis tab of your agent settings, navigate to the Data collection section.

Click Add item to create a new data extraction rule.
Configure each item with:
email, customer_rating)The description field is passed to the LLM and should be as specific as possible about what to extract and how to format it.
Data collection items are limited to 40 per agent for Trial and Enterprise plans, and 25 per agent for other plans.
Contact Information:
email: “Extract the customer’s email address in standard format (user@domain.com)”phone_number: “Extract the customer’s phone number including area code”full_name: “Extract the customer’s complete name as provided”Business Data:
issue_category: “Classify the customer’s issue into one of: technical, billing, account, or general”satisfaction_rating: “Extract any numerical satisfaction rating given by the customer (1-10 scale)”order_number: “Extract any order or reference number mentioned by the customer”Behavioral Data:
was_angry: “Determine if the customer expressed anger or frustration during the call”requested_callback: “Determine if the customer requested a callback or follow-up”When the requested data cannot be found or is ambiguous in the transcript, the extraction will return null or empty values. Consider:
Use for text-based information that doesn’t fit other types.
Examples:
Best practices:
Extract contact information, qualification criteria, and interest levels from sales conversations.
Gather structured data about customer preferences, feedback, and behavior patterns for strategic insights.
Capture issue categories, resolution details, and satisfaction scores for operational improvements.
Extract required disclosures, consents, and regulatory information for audit trails.
Extracted data is available through Post-call Webhooks for integration with CRM systems, databases, and analytics platforms.