Read.ai platform help — meeting intelligence with engagement/sentiment analytics, Search Copilot across meetings/email/chat, Ada digital twin, REST API (beta) + MCP Server (`api.read.ai/mcp/`), OAuth auth, webhook automations (`meeting_end` events with HMAC signing), CRM sync to Salesforce/HubSpot, Zapier/n8n workflows, 20+ language transcription. Use when setting up Read.ai webhooks or API integration, connecting Read.ai transcripts to a CRM or data warehouse, configuring Read.ai engagement analytics for a sales team, comparing Read.ai pricing tiers, troubleshooting Read.ai auto-joining meetings without permission, or setting up the Read.ai MCP server with Claude or Cursor. Do NOT use for picking between note-takers (use /sales-note-taker) or reviewing a specific call for coaching (use /sales-call-review).
If references/learnings.md exists, read it first for accumulated platform knowledge.
What are you trying to do?
Which plan are you on?
If integrating, what's the target?
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| Problem domain | Route to |
|---|---|
| Picking between Read.ai vs Fathom vs Fireflies vs other note-takers | /sales-note-taker {user's question} |
| Reviewing a specific call for coaching | /sales-call-review {user's question} |
| Building a coaching program | /sales-coaching {user's question} |
| General CRM/tool integration (Zapier, Make, iPaaS) | /sales-integration {user's question} |
| Meeting scheduling | /sales-meeting-scheduler {user's question} |
When routing, provide the exact command: "This is a {problem domain} question — run: /sales-{skill} {user's original question}"
Otherwise, answer directly below.
Read references/platform-guide.md for the full platform reference — modules, pricing, API, MCP, integrations, data model, workflows.
Answer the user's question using only the relevant section. Don't dump the full reference.
You no longer need the platform guide — focus on the user's specific situation.
Quick decision framework:
https://api.read.ai/mcp/, OAuth authIf you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
meeting_end and manual triggers — no real-time or mid-meeting events./sales-note-taker — Picking or integrating an AI meeting note-taker (Fathom, Fireflies, Avoma, Gong, Otter, Fellow, Grain, Sembly, Read.ai). Install: npx skills add sales-skills/sales --skill sales-note-taker -a claude-code -y/sales-call-review — Review a specific call for coaching/sales-coaching — Build coaching programs that consume call data/sales-integration — General CRM/tool integration patterns (Zapier, webhooks, iPaaS)/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do -a claude-code -yUser says: "How do I connect Read.ai to Claude so I can query my meeting transcripts?"
Skill does: Walks through MCP server connection at https://api.read.ai/mcp/, OAuth authentication, and example prompts like "What did we decide about the timeline in yesterday's meeting?"
User says: "I want meeting summaries automatically pushed to Salesforce after every call" Skill does: Confirms Pro+ plan required, walks through webhook setup (dashboard → Integrations → Webhooks), payload fields (summary, chapters, action items, transcript), HMAC signature verification, and Salesforce mapping.
User says: "Read.ai keeps joining my meetings and my clients are complaining about a bot appearing" Skill does: Walks through disabling auto-join in Read.ai settings, revoking calendar OAuth permissions if needed, and configuring per-meeting join preferences.
Symptom: A "Read.ai" bot appears in meetings you didn't invite it to, or participants report an unexpected bot Cause: Read.ai hooks into your calendar and auto-joins all scheduled meetings by default once linked Solution: Go to Read.ai settings → disable auto-join for all meetings. To fully remove: revoke OAuth access in Google Workspace Admin or Microsoft 365, remove Read.ai from calendar app integrations, and consider domain-level blocking if needed for your org.
Symptom: Meeting recordings show transcript only, no video playback option Cause: Video playback and video highlights are gated to Enterprise plan ($29.75/mo) and above Solution: Upgrade to Enterprise, or use the meeting platform's own recording (Zoom/Meet/Teams) alongside Read.ai for video needs.
Symptom: Webhook fires on meeting_end but payload is incomplete
Cause: AI processing (summary, action items, key questions) may not be complete when the meeting_end event fires
Solution: Add a delay or re-fetch via the REST API after receiving the webhook. Use the session_id from the payload to poll for the complete report.