Skip to main content
WEBHOOK
recording.processed
{
  "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

Payload POSTed to your webhook URL when a recording is processed

id
string

Recording ID

name
string | null
actionItems
string

Formatted action items text

notes
string

Plain-text notes from AI analysis

meetingUrl
string<uri>

Link to the recording in Sales Ask

process
string

Process Q&A and summary text

processFollowed
integer

Count of process questions answered yes

processMissed
integer

Count of process questions not answered yes

processTotal
integer

Total process questions

Response

200

Acknowledged