Cysora Developers
← All recipes
Public API

Weekly digest of what customers are asking

Who this is for: You want a recurring summary of what your agent handled last week to inform the sales process.

Outcome: A scheduled job pulls last week's inbox + conversation analysis and posts a digest to your channel of choice.

1. Pull the last 7 days of real conversations

The Lead Inbox endpoint returns cards with transcripts and stage timelines. Filter to non-test conversations and a 7-day window.

GET /api/v1/leads/inbox

2. Pull analytics + conversation analysis

Get the aggregate metrics and AI-generated insights already computed for the agent — they surface common obstacles, drop-off, and topics with no re-analysis needed.

GET /api/v1/analytics/metricsGET /api/v1/analytics/conversation-analysisGET /api/v1/analytics/insights

3. Format and deliver

Assemble a short digest — total conversations, top 3 obstacles, top 3 topics, notable transcripts — and send it via your notification channel.

Tips

Need the exact request and response shapes? Open the API reference →