Recording
Recording updated webhook
WEBHOOK
recording_updated
{
"type": "<string>",
"recording": {
"createdAt": "<string>",
"durationSeconds": 123,
"id": "<string>",
"labels": [
"<string>"
],
"recorder": {
"attended": true,
"email": "<string>",
"id": "<string>",
"name": "<string>"
},
"state": "<string>",
"thumbnailUrl": "<string>",
"transcripts": [
{
"textUrl": "<string>",
"url": "<string>",
"isActive": true,
"isTranscript": true,
"langIso2": "<string>"
}
],
"url": "<string>",
"video": {
"url": "<string>"
},
"workspace": {
"id": "<string>",
"name": "<string>"
},
"actionItems": [
{
"items": [
{
"isChecked": true,
"description": "<string>"
}
],
"langIso2": "<string>"
}
],
"companies": [
{
"id": "<string>",
"name": "<string>"
}
],
"insightTemplates": [
{
"templateTitle": "<string>",
"insights": [
{
"langIso2": "<string>",
"sections": [
{
"description": "<string>",
"title": "<string>"
}
]
}
]
}
],
"keyTakeaways": [
{
"langIso2": "<string>",
"text": "<string>"
}
],
"outlines": [
{
"langIso2": "<string>",
"text": "<string>"
}
],
"title": "<string>",
"aiFields": [
{
"description": "<string>",
"title": "<string>"
}
],
"analytics": {
"interactivityScore": 123,
"longestCustomerStorySeconds": 123,
"longestMonologueSeconds": 123,
"patienceSeconds": 123,
"questionsPerHour": 123,
"talkingRatio": 123
}
}
}The
recording_updated event type is emitted when some properties of a recording are updated. Whenever one of the following properties in a recording changes, this event will be fired:
- Folder (aka channel)
- Insights template
- Label
- Attached Deal
- Attached Company
Recording entity, similar to the payload sent for a recording_added event.⌘I
{
"type": "<string>",
"recording": {
"createdAt": "<string>",
"durationSeconds": 123,
"id": "<string>",
"labels": [
"<string>"
],
"recorder": {
"attended": true,
"email": "<string>",
"id": "<string>",
"name": "<string>"
},
"state": "<string>",
"thumbnailUrl": "<string>",
"transcripts": [
{
"textUrl": "<string>",
"url": "<string>",
"isActive": true,
"isTranscript": true,
"langIso2": "<string>"
}
],
"url": "<string>",
"video": {
"url": "<string>"
},
"workspace": {
"id": "<string>",
"name": "<string>"
},
"actionItems": [
{
"items": [
{
"isChecked": true,
"description": "<string>"
}
],
"langIso2": "<string>"
}
],
"companies": [
{
"id": "<string>",
"name": "<string>"
}
],
"insightTemplates": [
{
"templateTitle": "<string>",
"insights": [
{
"langIso2": "<string>",
"sections": [
{
"description": "<string>",
"title": "<string>"
}
]
}
]
}
],
"keyTakeaways": [
{
"langIso2": "<string>",
"text": "<string>"
}
],
"outlines": [
{
"langIso2": "<string>",
"text": "<string>"
}
],
"title": "<string>",
"aiFields": [
{
"description": "<string>",
"title": "<string>"
}
],
"analytics": {
"interactivityScore": 123,
"longestCustomerStorySeconds": 123,
"longestMonologueSeconds": 123,
"patienceSeconds": 123,
"questionsPerHour": 123,
"talkingRatio": 123
}
}
}