Fathom

Available Fathom triggers for automating workflows

Fathom provides 2 triggers for automating workflows based on events.

Triggers

Fathom New Meeting Content

Trigger workflow when new meeting content is ready in Fathom

Configuration

ParameterTypeRequiredDescription
apiKeystringYesRequired to create the webhook in Fathom.
triggeredForstringNoWhich recording types should trigger this webhook.
includeSummarybooleanNoInclude the meeting summary in the webhook payload.
includeTranscriptbooleanNoInclude the full transcript in the webhook payload.
includeActionItemsbooleanNoInclude action items extracted from the meeting.
includeCrmMatchesbooleanNoInclude matched CRM contacts, companies, and deals from your linked CRM.

Output

ParameterTypeDescription
titlestringMeeting title
meeting_titlestringCalendar event title
recording_idnumberUnique recording ID
urlstringURL to view the meeting in Fathom
share_urlstringShareable URL for the meeting
created_atstringISO 8601 creation timestamp
scheduled_start_timestringScheduled start time
scheduled_end_timestringScheduled end time
recording_start_timestringRecording start time
recording_end_timestringRecording end time
transcript_languagestringLanguage of the transcript
calendar_invitees_domains_typestringDomain type: only_internal or one_or_more_external
recorded_byobjectRecorder details
calendar_inviteesarrayArray of calendar invitees with name and email
default_summaryobjectMeeting summary
transcriptarrayArray of transcript entries with speaker, text, and timestamp
action_itemsarrayArray of action items extracted from the meeting
crm_matchesjsonMatched CRM contacts, companies, and deals from linked CRM

Fathom Webhook

Generic webhook trigger for all Fathom events

Configuration

ParameterTypeRequiredDescription
apiKeystringYesRequired to create the webhook in Fathom.
triggeredForstringNoWhich recording types should trigger this webhook.
includeSummarybooleanNoInclude the meeting summary in the webhook payload.
includeTranscriptbooleanNoInclude the full transcript in the webhook payload.
includeActionItemsbooleanNoInclude action items extracted from the meeting.
includeCrmMatchesbooleanNoInclude matched CRM contacts, companies, and deals from your linked CRM.

Output

ParameterTypeDescription
titlestringMeeting title
meeting_titlestringCalendar event title
recording_idnumberUnique recording ID
urlstringURL to view the meeting in Fathom
share_urlstringShareable URL for the meeting
created_atstringISO 8601 creation timestamp
scheduled_start_timestringScheduled start time
scheduled_end_timestringScheduled end time
recording_start_timestringRecording start time
recording_end_timestringRecording end time
transcript_languagestringLanguage of the transcript
calendar_invitees_domains_typestringDomain type: only_internal or one_or_more_external
recorded_byobjectRecorder details
calendar_inviteesarrayArray of calendar invitees with name and email
default_summaryobjectMeeting summary
transcriptarrayArray of transcript entries with speaker, text, and timestamp
action_itemsarrayArray of action items extracted from the meeting
crm_matchesjsonMatched CRM contacts, companies, and deals from linked CRM

On this page