Skip to main content
The Fathom node adds Fathom operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Fathom also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Fathom.
You can wire the Fathom node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Fathom under Credentials in the node settings. See Connecting credentials for the general flow.

OAuth

Sign in with your Fathom account when prompted; no keys to copy. NoClick requests the following permissions:
  • public_api

Bearer token

Enter the values manually when creating the credential. Get your credentials here.

API key

Enter the values manually when creating the credential. Get your credentials here.

Operations

Meetings

OperationIDDescriptionTrigger
List External Meetingslist_external_meetingsList meetings that had at least one external attendee (preset of list_meetings).
List Meeting Typeslist_meeting_typesList the configured meeting types used to categorize meetings.
List Meetingslist_meetingsList meetings/recordings with optional filters and inline content includes.
List Meetings By Typelist_meetings_by_typeList only meetings of a given configured type (preset of list_meetings).
List Meetings With Action Itemslist_meetings_with_action_itemsList meetings with extracted action items inline (preset of list_meetings).
List Meetings With CRM Matcheslist_meetings_with_crm_matchesList meetings with matched CRM contacts/companies/deals inline (preset).
List Meetings With Summarieslist_meetings_with_summariesList meetings with AI summaries inline (preset of list_meetings).

Recordings

OperationIDDescriptionTrigger
Get Recording Summaryget_summaryGet the AI-generated summary for a recording.
Get Recording Transcriptget_transcriptGet the full speaker-attributed transcript for a recording.

Teams

OperationIDDescriptionTrigger
List Team Memberslist_team_membersList team members, optionally filtered to a single team.
List Teamslist_teamsList teams in the Fathom account.

Webhooks

OperationIDDescriptionTrigger
Create Webhookcreate_webhookRegister a Fathom webhook that posts new-meeting content to a URL.
Delete Webhookdelete_webhookDelete a previously registered Fathom webhook by id.

Other

OperationIDDescriptionTrigger
On New Meetingon_new_meetingFire the workflow when a new meeting is processed (Fathom newMeeting webhook).Yes