Skip to main content
WEBHOOK
recording.integration_updated
{
  "event": "recording.processed",
  "data": {
    "id": "<string>",
    "name": "<string>",
    "actionItems": "<string>",
    "notes": "<string>",
    "meetingUrl": "<string>",
    "process": "<string>",
    "processFollowed": 123,
    "processMissed": 123,
    "processTotal": 123
  }
}

Authorizations

x-api-key
string
header
required

Body

application/json

Envelope POSTed to your webhook URL for subscribed events

event
enum<string>

The event that triggered this webhook delivery

Available options:
recording.processed,
recording.integration_updated
data
object

Recording data in integration format

Response

200

Acknowledged