Fathom CI Integration Overview Set up CI/CD for Fathom meeting intelligence integrations: run unit tests with mocked transcript and action-item responses on every PR, validate live API connectivity against the Fathom meetings endpoint on merge to main. Fathom provides AI-generated meeting summaries, transcripts, and action items, so CI pipelines focus on verifying data parsing logic and webhook handling for real-time meeting events. GitHub Actions Workflow Mock-Based Unit Tests Integration Tests Error Handling | CI Issue | Cause | Fix | |----------|-------|-----| | | Invalid or expired API ke…