Skip to main content
14 actions · 2 events · 1 auth method
IAM

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · API Key

Connect using an API key generated from your Fathom account settings.
Optionally, configure receiving Events for Fathom into StackOne.

Webhooks setup

3

Link an Account

Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · API Key

4

Use Actions

Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.

Actions

14 actions
Action
Description
Get Unified Credentials
Get the current Fathom connection’s unified credentials and identity.
List Unified Groups
List unified groups in Fathom.
Get Unified Group
Get a unified Fathom team by id.
List Unified Roles
List unified roles in Fathom.
Get Unified Role
Get a unified Fathom role by id.
List Unified Users
List unified users in Fathom.
Get Unified User
Get a unified Fathom team member by id.
List Meetings
Retrieve a list of meetings recorded by or shared with the authenticated user. Returns recording_id needed by get_record…
List Teams
Retrieve a list of teams accessible to the authenticated user
List Team Members
Retrieve a list of members belonging to teams accessible to the authenticated user
Get Recording Summary
Retrieve the call summary for a meeting recording by its recording_id (from list_meetings).
Get Recording Transcript
Retrieve the full transcript for a meeting recording by its recording_id (from list_meetings).
Create Webhook
Create a single webhook for real-time meeting notifications. Each call creates a new webhook — never call more than once…
Delete Webhook
Delete an existing webhook by its ID. Use the webhook ID returned from create_webhook.

Events

|
2 events
Event
Description
Tags
Active Check
Responds to Fathom webhook verification to confirm the receiver is active.
Webhooks
New Meeting Webhook
Processes Fathom newMeeting events delivered when new meeting content is ready. Fired after a recording is processed and…
MeetingsWebhooks