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.

abstractstringRequired

Short meeting summary.

urlstringRequiredformat: "uri"
share_urlstringRequiredformat: "uri"
created_atdatetimeRequired
scheduled_start_timedatetimeRequired
scheduled_end_timedatetimeRequired
recording_start_timedatetimeRequired
recording_end_timedatetimeRequired
meeting_typeenumRequired
Allowed values:
calendar_inviteeslist of objectsRequired
transcript_languagestringRequired
recorded_byobjectRequired
transcriptlist of objectsOptional
summaryobjectOptional
action_itemslist of objectsOptional
crm_matchesobjectOptional

Coming soon - CRM match data is not yet available in API responses. 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.