What are Output Settings?
Output Settings define what information your agent should extract and capture from each conversation. This data is then available via webhooks or API for use in your CRM, analytics, or other systems.Well-configured output settings turn every call into structured, actionable data.
AI Copilot Assistance
The AI Copilot can automatically suggest relevant output parameters based on your agent’s purpose and conversation goals. It analyzes your agent’s system prompt and knowledge base to recommend optimal data extraction fields.How AI Suggestions Work
Analyze Agent Context
The AI examines your agent’s role, system prompt, and knowledge base to understand its purpose.
Generate Suggestions
Based on the analysis, it suggests relevant output parameters for your use case.
Example AI Suggestions by Agent Type
| Agent Type | Suggested Parameters | Description |
|---|---|---|
| Sales Agent | lead_score, budget_range, decision_timeline | Qualify leads and track sales progress |
| Support Agent | issue_type, resolution_status, satisfaction_score | Track support tickets and outcomes |
| Booking Agent | appointment_date, service_type, confirmation_sent | Manage appointment scheduling |
| Survey Agent | survey_responses, feedback_rating, follow_up_needed | Collect structured feedback |
Output Parameters
Output Parameters are custom fields that your agent extracts from the conversation.Creating Output Parameters
Use AI Suggestions
Click the AI Copilot icon to get smart parameter suggestions based on your agent’s purpose.
Parameter Properties
| Property | Description | Example |
|---|---|---|
| Name | Field identifier | customer_interest |
| Type | Data type | string, number, boolean |
| Description | What to extract | ”Product the customer is interested in” |
Data Types
| Type | Use Case | Example Value |
|---|---|---|
| String | Names, products, feedback | ”Premium Plan” |
| Number | Quantities, ratings | 4.5 |
| Boolean | Yes/no decisions | true |
Example Output Parameters
Editing Modes
You can configure output parameters using two modes:UX Mode (Visual)
Text Mode (JSON)
For advanced users, switch to Text Mode to edit parameters as JSON:Output Enrichment with AI Suggestions
The AI Copilot can suggest relevant enrichment settings based on your agent’s use case and the data you’ll need for downstream processing.Smart Enrichment Recommendations
The AI analyzes your agent’s purpose to recommend which enrichment fields to enable. For example, a quality assurance agent would benefit from transcriptions and evaluations, while a lead generation agent might focus on success status and output parameters.
Available Enrichment Fields
| Field | Description | AI Suggests For |
|---|---|---|
| 📝 Transcription | Full conversation transcript | Quality assurance, compliance, training |
| 📋 Summary | AI-generated call summary | Management reporting, CRM integration |
| ✅ Success Status | Whether call achieved its goal | Performance tracking, optimization |
| 🆔 Call ID | Unique call identifier | System integration, debugging |
| 🤖 Agent ID | Playbook/agent identifier | Multi-agent tracking, analytics |
| ⏱️ Duration | Call length in seconds | Performance metrics, billing |
| 📅 Created | Call start timestamp | Scheduling analysis, reporting |
| 📊 Call Status | Final call status | Operational monitoring |
| ✅ Evaluations | Results of evaluation tests | Quality assurance, training |
Using AI Enrichment Suggestions
Get Recommendations
The AI will suggest relevant enrichment fields based on your agent’s configuration.
Webhook Configuration
Send call results to your external systems automatically.Setting Up Webhooks
Webhook Configuration Options
| Setting | Description |
|---|---|
| URL | Your webhook endpoint |
| Method | GET, POST, PUT, DELETE |
| Auth Header | Authentication (e.g., Bearer token) |
Example Webhook Payload
Best Practices
- Leverage AI Suggestions - Start with AI-generated parameters for your agent type
- Be Specific - “Customer’s budget range” is better than “budget”
- Use Appropriate Types - Boolean for yes/no, number for quantities
- Keep It Relevant - Only capture data you’ll actually use
- Test Extraction - Use the Playground to verify correct extraction
- Secure Webhooks - Always use authentication for sensitive data
- Optimize Enrichment - Enable only necessary enrichment fields
Smart Output Patterns
AI-Suggested Sales Call Parameters
AI-Suggested Customer Support Parameters
AI-Suggested Appointment Booking Parameters
Working with Copilot Suggestions
Reviewing Suggested Parameters
When the AI Copilot suggests output parameters, you’ll see:- Parameter Name - Suggested field name
- Data Type - Recommended type (string, number, boolean)
- Description - Clear explanation of what to extract
- Reasoning - Why this parameter is relevant to your agent
Accepting or Modifying Suggestions
- Accept All
- Review Individual
- Modify Before Accept
Click “Accept All” to add all suggested parameters at once.
You can always modify AI-suggested parameters after accepting them. The suggestions are a starting point to accelerate your configuration.

