{
"data": {
"id": "<string>",
"name": "<string>",
"actionItems": "<string>",
"notes": "<string>",
"meetingUrl": "<string>",
"process": "<string>",
"processFollowed": 123,
"processMissed": 123,
"processTotal": 123
}
}API Reference
Recording processed
Fired when a recording finishes AI analysis. Delivered to webhooks subscribed to this event whose trigger matches the recording source. Your endpoint must return a 2xx response.
WEBHOOK
recording.processed
{
"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

