Post-Call Analysis
After every call, HubTalk AI runs an analysis pipeline that extracts structured data from the conversation. Configure analysis variables to capture the insights that matter to your business.How It Works
- The call ends and a transcript is generated
- The LLM analyzes the conversation against your configured variables
- Results are stored and delivered via webhook and displayed in the dashboard
- Data can be exported as CSV from the Call Detail section
Analysis Variables
You define custom analysis variables in the agent’s Post-call Analysis settings. Each variable instructs the LLM to extract or compute a specific value from the conversation.Variable Types
| Type | Description | Example |
|---|---|---|
| Text | Free-form text extraction | Call summary, key topics discussed |
| Selector | Pick from predefined options | ”interested” / “not interested” / “callback” |
| Boolean | True/false determination | ”Did the caller agree to the offer?” |
| Number | Numeric extraction | Debt amount mentioned, callback count |
Built-in Analytics
Every call automatically includes:| Field | Description |
|---|---|
summary | LLM-generated summary of the conversation |
sentiment_analysis | Caller sentiment: positive, neutral, or negative |
full_transcript | Complete text transcript with role labels |
conversation | Structured conversation split by role (agent/user) |
Webhook Delivery
All analysis results are included in the webhook payload underanalytics_data.reports.dynamic_reports. Each configured variable appears as a report entry with:
Dashboard & Export
- Analytics section — View aggregated metrics across calls
- Call Detail section — Drill into individual calls with full transcripts and analysis
- CSV Export — Download call details including all analysis variables