Getting Started with AI Insights
Configure AI Insights for your assistant in under 10 minutes.
Before You Start
- Have an AI Assistant created
- Assistant should be handling calls (or ready for test calls)
- Every assistant automatically includes a Call Summary insight (required)
Step 1: Navigate to Your Assistant's Insights Tab
- Go to AI Assistants in the main navigation
- Click on your assistant to edit it
- Click the Insights tab
You'll see:
- Call Summary insight (required, automatically included)
- Add More Insights button
- View Analytics button
- Delivery Configuration section
Step 2: Add Insights to Your Assistant
- Click Add More Insights
- Browse available insight templates by category:
- Sales: Lead Quality Score, Purchase Intent, Budget
- Support: Customer Sentiment, Issue Category, Satisfaction Score
- Summary: Action Items, Next Steps, Key Details
Popular Templates:
- Lead Quality Score (0-100): Measures buying intent
- Customer Sentiment (text): Positive/Neutral/Negative tone
- Action Items (array): Follow-up tasks from the conversation
- Key Details (object): Customer name, budget, timeline, pain points
- Select the insights you want (start with 2-5)
- Click Add to attach them to your assistant
Processing Time Guide:
- 1-5 insights: 5-15 seconds per call
- 5-10 insights: 15-30 seconds per call
- 10+ insights: 30-60+ seconds per call
Step 3: Configure Delivery (Optional)
In the Delivery Configuration section on the same page:
Portal (Always Enabled)
- Insights automatically appear in the analytics dashboard
- Accessible via the View Analytics button
- Exportable to CSV
Webhook (Optional)
- Check the Webhook checkbox
- Enter your HTTPS endpoint URL:
https://your-api.com/insights - Click Save
- Insights will be sent in real-time after each call
Requirements:
- Must use HTTPS (not HTTP)
- Must be publicly accessible
- Should return 200 OK within 5 seconds
Email (Optional)
- Check the Email checkbox
- Enter email address:
[email protected] - Click Save
- Receive insights via email after each call
Step 4: Test with a Call
- Call your assistant's phone number
- Have a conversation that includes relevant information
- End the call
- Wait 30-60 seconds for processing
Example test conversation:
"Hi, I'm interested in your service. My budget is around $5,000
and I'm looking to get started next month. Can you help me schedule
an appointment?"
Step 5: View Results
- Go back to your assistant's Insights tab
- Click View Analytics button
- Find your recent call in the list
- See extracted insights with their values
Example Results:
Call Summary: Customer inquired about service, mentioned $5,000 budget...
Lead Quality Score: 85
Action Items: ["Schedule appointment", "Send proposal"]
Key Details: {
"budget": 5000,
"timeline": "next month"
}
You can also view insights on individual calls:
- Go to Analytics → Calls
- Click on any call
- Scroll to the AI Insights section
Creating Custom Insights (Advanced)
If pre-built templates don't meet your needs:
- Go to Insights in the main navigation
- Click Create Custom Insight
- Fill in the details:
- Name: Descriptive identifier (e.g., "Property Size")
- Instructions: Detailed extraction rules
- Output Type: Text, Number, Boolean, Object, or Array
- Category: Sales, Support, Summary, or Custom
- Click Create
- Add the custom insight to your assistant via the Insights tab
Example Custom Insight:
Name: Property Size
Instructions: Extract the property size mentioned by the customer.
Look for square footage, lot size, or number of rooms.
Return the numeric value only (e.g., 2500 for "2,500 sq ft").
If not mentioned, return 0.
Output Type: Number
Next Steps
Best Practices
Do:
- Start with 2-5 essential insights (Call Summary is automatic)
- Test with 10-20 calls before going live
- Use pre-built templates when available
- Review extracted data regularly for accuracy
Don't:
- Add too many insights at once (slows processing)
- Skip the testing phase
- Expect 100% accuracy (AI is very good but not perfect)
- Forget to configure delivery if you need webhooks/email