Troubleshooting
Insights Not Appearing
Check:
- Group is attached to the assistant
- Call was made after group attachment
- Wait 30-60 seconds for processing
- Check Insights → Analytics for error messages
Common causes:
- Insights only extract from NEW calls after attachment
- Processing takes time (especially for 10+ insights)
- Poor audio quality affects transcription
Inaccurate Results
Causes:
- Poor call transcription (bad audio)
- Vague insight instructions
- Information not clearly stated in call
Solutions:
- Improve audio quality
- Make instructions more specific
- Test with clearer call content
- Use pre-built templates as reference
Webhook Not Working
Check:
- URL is HTTPS (not HTTP)
- Publicly accessible (not localhost)
- Returns 200 OK status
- Responds within 5 seconds
Test your endpoint:
curl -X POST https://your-endpoint.com/insights \
-H "Content-Type: application/json" \
-d '{"test": "data"}'
Review Delivery Log: Insights → Analytics → Delivery Log for specific errors
Email Not Received
Check:
- Email address is correct
- Spam/junk folder
- Whitelist [email protected]
- Delivery log for bounce messages
Can't Attach Group
Issue: "Already attached" error
Solution: Each assistant can only have ONE group. Detach the existing group first:
- AI Assistants → Select assistant → Insights tab
- Click Detach on existing group
- Attach new group
Slow Processing
If taking longer than 2 minutes:
- Reduce number of insights (keep under 10)
- Simplify instructions
- Split into multiple focused groups
Normal processing times:
- 1-5 insights: 5-15 seconds
- 5-10 insights: 15-30 seconds
- 10+ insights: 30-60 seconds
Common Errors
"Transcription failed"
- Audio quality too poor
- Improve phone connection and reduce background noise
"Processing timeout"
- Too many insights or complex instructions
- Reduce insights or simplify
"Invalid format returned"
- AI couldn't match your output format
- Clarify instructions and add examples
"Webhook delivery failed"
- Endpoint not responding correctly
- Verify HTTPS, 200 OK response, under 5 seconds
"Rate limit exceeded"
- Too many API requests
- Wait 60 seconds and try again
Getting Help
Before contacting support, gather:
- Call ID (from Analytics)
- Assistant ID
- Insight Group name
- Error messages (screenshot)
- What you've tried
Contact:
- Email: [email protected]
- Live Chat: In dashboard (bottom right)