{
"data": {
"id": "<string>",
"name": "<string>",
"actionItems": "<string>",
"notes": "<string>",
"meetingUrl": "<string>",
"process": "<string>",
"processFollowed": 123,
"processMissed": 123,
"processTotal": 123
}
}API Reference
Recording integration updated
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.
WEBHOOK
recording.integration_updated
{
"data": {
"id": "<string>",
"name": "<string>",
"actionItems": "<string>",
"notes": "<string>",
"meetingUrl": "<string>",
"process": "<string>",
"processFollowed": 123,
"processMissed": 123,
"processTotal": 123
}
}Authorizations
Body
application/json
Response
200
Acknowledged

