Fathom

Access meeting recordings, transcripts, and summaries

Fathom is an AI meeting assistant that automatically records, transcribes, and summarizes your video calls. It works across platforms like Zoom, Google Meet, and Microsoft Teams, generating highlights and action items so your team can stay focused during meetings and catch up quickly afterward.

With the Sim Fathom integration, you can:

  • List and filter meetings: Retrieve recent meetings recorded by you or shared with your team, with optional filters by date range, recorder, or team.
  • Get meeting summaries: Pull structured, markdown-formatted summaries for any recorded meeting to quickly review key discussion points.
  • Access full transcripts: Retrieve complete transcripts with speaker attribution and timestamps for detailed review or downstream processing.
  • Manage teams and members: List teams in your Fathom organization and view team member details to coordinate meeting workflows.

How it works in Sim: Add a Fathom block to your workflow and select an operation. Provide your Fathom API key and any required parameters (such as a recording ID for summaries and transcripts). The block calls the Fathom API and returns structured data you can pass to downstream blocks — for example, sending a summary to Slack or extracting action items with an AI agent.

Usage Instructions

Integrate Fathom AI Notetaker into your workflow. List meetings, get transcripts and summaries, and manage team members and teams. Can also trigger workflows when new meeting content is ready.

Tools

fathom_list_meetings

List recent meetings recorded by the user or shared to their team.

Input

ParameterTypeRequiredDescription
apiKeystringYesFathom API Key
includeSummarystringNoInclude meeting summary (true/false)
includeTranscriptstringNoInclude meeting transcript (true/false)
includeActionItemsstringNoInclude action items (true/false)
includeCrmMatchesstringNoInclude linked CRM matches (true/false)
createdAfterstringNoFilter meetings created after this ISO 8601 timestamp
createdBeforestringNoFilter meetings created before this ISO 8601 timestamp
recordedBystringNoFilter by recorder email address
teamsstringNoFilter by team name
cursorstringNoPagination cursor from a previous response

Output

ParameterTypeDescription
meetingsarrayList of meetings
titlestringMeeting title
recording_idnumberUnique recording ID
urlstringURL to view the meeting
share_urlstringShareable URL
created_atstringCreation timestamp
transcript_languagestringTranscript language
next_cursorstringPagination cursor for next page

fathom_get_summary

Get the call summary for a specific meeting recording.

Input

ParameterTypeRequiredDescription
apiKeystringYesFathom API Key
recordingIdstringYesThe recording ID of the meeting

Output

ParameterTypeDescription
template_namestringName of the summary template used
markdown_formattedstringMarkdown-formatted summary text

fathom_get_transcript

Get the full transcript for a specific meeting recording.

Input

ParameterTypeRequiredDescription
apiKeystringYesFathom API Key
recordingIdstringYesThe recording ID of the meeting

Output

ParameterTypeDescription
transcriptarrayArray of transcript entries with speaker, text, and timestamp
speakerobjectSpeaker information
display_namestringSpeaker display name
matched_calendar_invitee_emailstringMatched calendar invitee email
textstringTranscript text
timestampstringTimestamp (HH:MM:SS)

fathom_list_team_members

List team members in your Fathom organization.

Input

ParameterTypeRequiredDescription
apiKeystringYesFathom API Key
teamsstringNoTeam name to filter by
cursorstringNoPagination cursor from a previous response

Output

ParameterTypeDescription
membersarrayList of team members
namestringTeam member name
emailstringTeam member email
created_atstringDate the member was added
next_cursorstringPagination cursor for next page

fathom_list_teams

List teams in your Fathom organization.

Input

ParameterTypeRequiredDescription
apiKeystringYesFathom API Key
cursorstringNoPagination cursor from a previous response

Output

ParameterTypeDescription
teamsarrayList of teams
namestringTeam name
created_atstringDate the team was created
next_cursorstringPagination cursor for next page

On this page

Start building today
Trusted by over 70,000 builders.
Build Agentic workflows visually on a drag-and-drop canvas or with natural language.
Get started