Fathom
Read meeting recordings and AI summaries.
MeetingsOAuth7 endpoints
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
FATHOM_CREATE_WEBHOOK Tool to create a webhook to receive new meeting content from Fathom. Use when you need to set up notifications for meeting recordings. At least one of transcript, CRM matches, summary, or action items must be included in the webhook payload. | POST /composio/fathom/fathom_create_webhook | external_send | — | — | managed |
FATHOM_DELETE_WEBHOOK Tool to delete an existing webhook by its ID. Use when you need to remove a webhook that is no longer needed. | POST /composio/fathom/fathom_delete_webhook | external_send | — | — | managed |
FATHOM_GET_RECORDING_SUMMARY Tool to retrieve the AI-generated summary for a specific recording. Use when you need to access the summary of a meeting recording. Supports both synchronous mode (returns summary directly) and asynchronous mode (delivers summary to webhook URL specified in destination_url parameter). | GET /composio/fathom/fathom_get_recording_summary | none | — | — | managed |
FATHOM_GET_RECORDING_TRANSCRIPT Tool to retrieve the full transcript for a specific recording. Use when you need to access the complete meeting transcript with speaker information and timestamps. Can operate synchronously (returns transcript directly) or asynchronously (posts transcript to a destination URL). In the response, speaker is an object — access speaker.display_name rather than treating speaker as a string. Prefer this tool over fetching transcripts via list-meetings calls with include_transcript=true, which produces extremely large responses when many meetings are returned. | GET /composio/fathom/fathom_get_recording_transcript | none | — | — | managed |
FATHOM_LIST_MEETINGS Tool to retrieve a paginated list of meeting recordings for the authenticated user or organization. Use when you need to fetch meetings with optional filtering by dates, domains, meeting type, or recorder. Supports data enrichment via include_* parameters. | GET /composio/fathom/fathom_list_meetings | none | — | — | managed |
FATHOM_LIST_TEAM_MEMBERS Tool to retrieve a paginated list of all team members in the organization. Use when you need to view team members, optionally filtered by team name or paginated using a cursor. | GET /composio/fathom/fathom_list_team_members | none | — | — | managed |
FATHOM_LIST_TEAMS Tool to retrieve a paginated list of all teams in the organization. Use when you need to get information about teams accessible through the API. | GET /composio/fathom/fathom_list_teams | none | — | — | managed |