New meeting content ready

Webhook sent to the URL you register in Fathom settings.

Headers

webhook-idstringRequired

Unique message identifier for the webhook message. This identifier is unique across all messages, but will be the same when the same webhook is being resent (e.g. due to a previous failure).

webhook-timestampintegerRequired
Timestamp in seconds since epoch.
webhook-signaturestringRequired

Base64-encoded signature.

Payload

The payload of this webhook request is an object.
titlestringRequired
meeting_titlestringRequired
Calendar event title.
urlstringRequiredformat: "uri"
share_urlstringRequiredformat: "uri"
created_atdatetimeRequired
scheduled_start_timedatetimeRequired
scheduled_end_timedatetimeRequired
recording_start_timedatetimeRequired
recording_end_timedatetimeRequired
meeting_typeenumRequired
Allowed values:
transcript_languagestringRequired
calendar_inviteeslist of objectsRequired
recorded_byobjectRequired
transcriptlist of objectsOptional
default_summaryobjectOptional
action_itemslist of objectsOptional
crm_matchesobjectOptional

CRM data linked to the meeting. Only returns data from your or your team’s linked CRM. If no CRM is connected for the workspace, the error field will be populated.

Response

200
any
Return a 200 status to indicate that the data was received successfully.