{ "event": "recording.processed", "data": { "id": "<string>", "name": "<string>", "actionItems": "<string>", "notes": "<string>", "meetingUrl": "<string>", "process": "<string>", "processFollowed": 123, "processMissed": 123, "processTotal": 123 } }
Fired when a recording is synced to a CRM via the integration sync action. Only delivered to webhooks that explicitly subscribe to this event. Your endpoint must return a 2xx response.
Envelope POSTed to your webhook URL for subscribed events
The event that triggered this webhook delivery
recording.processed
recording.integration_updated
Recording data in integration format
Show child attributes
Acknowledged