Fathom
Access meeting recordings, transcripts, and summaries
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.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
includeSummary | string | No | No description |
includeTranscript | string | No | No description |
includeActionItems | string | No | No description |
includeCrmMatches | string | No | No description |
createdAfter | string | No | No description |
createdBefore | string | No | No description |
recordedBy | string | No | No description |
teams | string | No | No description |
cursor | string | No | No description |
| Parameter | Type | Description |
|---|
meetings | array | List of meetings |
↳ title | string | Meeting title |
↳ recording_id | number | Unique recording ID |
↳ url | string | URL to view the meeting |
↳ share_url | string | Shareable URL |
↳ created_at | string | Creation timestamp |
↳ transcript_language | string | Transcript language |
next_cursor | string | Pagination cursor for next page |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
recordingId | string | Yes | No description |
| Parameter | Type | Description |
|---|
template_name | string | Name of the summary template used |
markdown_formatted | string | Markdown-formatted summary text |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
recordingId | string | Yes | No description |
| Parameter | Type | Description |
|---|
transcript | array | Array of transcript entries with speaker, text, and timestamp |
↳ speaker | object | Speaker information |
↳ display_name | string | Speaker display name |
↳ matched_calendar_invitee_email | string | Matched calendar invitee email |
↳ text | string | Transcript text |
↳ timestamp | string | Timestamp (HH:MM:SS) |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
teams | string | No | No description |
cursor | string | No | No description |
| Parameter | Type | Description |
|---|
members | array | List of team members |
↳ name | string | Team member name |
↳ email | string | Team member email |
↳ created_at | string | Date the member was added |
next_cursor | string | Pagination cursor for next page |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
cursor | string | No | No description |
| Parameter | Type | Description |
|---|
teams | array | List of teams |
↳ name | string | Team name |
↳ created_at | string | Date the team was created |
next_cursor | string | Pagination cursor for next page |