Connect Fathom to pull AI-summarized call transcripts the moment they finish processing. Every transcript triggers the same AI follow-up generation pipeline as a Google Meet recording.
~10 minutes
In Fathom → Settings → Developer → Create app. Set the redirect URL to FastFollow.
Under Webhooks in your Fathom app settings, register the endpoint and select events.
In FastFollow → Integrations → Fathom → Connect. Each Fathom user connects their own account.
Two Fathom webhook events drive the pipeline
call.endedA call finished. FastFollow records the event and waits for transcript.ready.
transcript.readyTranscript is available. FastFollow fetches it via the Fathom API and triggers the AI follow-up generation pipeline.
The most common Fathom errors
invalid_signatureWebhook events return 401.
Fix: Signing secret mismatch. Regenerate in Fathom → Webhooks and update FastFollow → Integrations → Fathom.
transcript_not_readycall.ended fires but transcript.ready never follows.
Fix: Some short calls do not produce transcripts. Confirm the call duration exceeded 60 seconds and the Fathom plan includes transcription.
rate_limitedInitial backfill hits 429.
Fix: Fathom enforces per-account rate limits. FastFollow honors Retry-After. Reduce the backfill window in Integration settings to throttle.