| name | fathom-reference-architecture |
| description | Reference architecture for Fathom meeting intelligence integrations.
Trigger with phrases like "fathom architecture", "fathom design", "fathom integration pattern".
|
| allowed-tools | Read, Grep |
| version | 1.6.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
| tags | ["saas","meeting-intelligence","ai-notes","fathom"] |
| compatibility | Designed for Claude Code |
Fathom Reference Architecture
Architecture
โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ
โ Fathom AI โโโโโโถโ Webhook โโโโโโถโ Meeting DB โ
โ (Recordings)โ โ Handler โ โ (PostgreSQL) โ
โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโฌโโโโโโโโโโ
โ
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโผโโโโโโโโโโ
โ Action Item โ โ CRM Sync โ
โ Extractor โโโโโโถโ (Salesforce/ โ
โโโโโโโโโโโโโโโโโโโ โ HubSpot) โ
โ โโโโโโโโโโโโโโโโโโโโ
โโโโโโโโผโโโโโโโโโโโ
โ Follow-up โ
โ Email Sender โ
โโโโโโโโโโโโโโโโโโโ
Project Structure
fathom-platform/
โโโ src/
โ โโโ fathom_client.py
โ โโโ webhook_handler.py
โ โโโ transcript_processor.py
โ โโโ action_extractor.py
โ โโโ crm_sync.py
โ โโโ email_sender.py
โโโ sql/
โ โโโ schema.sql
โโโ tests/
โ โโโ fixtures/
โ โโโ test_processor.py
โโโ deploy/
โโโ cloud-function/
โโโ docker-compose.yaml
Key Design Decisions
| Decision | Choice | Rationale |
|---|
| Data delivery | Webhooks | Real-time, no polling |
| Storage | PostgreSQL | Structured meeting data |
| Processing | Cloud Function | Serverless, scales with meeting volume |
| CRM sync | Async queue | Handles CRM rate limits |
Resources
Next Steps
This completes the Fathom skill pack. Start with fathom-install-auth.