{
"type": "<string>",
"recording": {
"channel": {
"id": "<string>",
"name": "<string>"
},
"createdAt": "<string>",
"durationSeconds": 123,
"id": "<string>",
"labels": [
"<string>"
],
"meeting": {
"endingAt": "<string>",
"participants": [
{
"attended": true,
"email": "<string>",
"id": "<string>",
"name": "<string>"
}
],
"startingAt": "<string>",
"type": "internal"
},
"recorder": {
"attended": true,
"email": "<string>",
"id": "<string>",
"name": "<string>"
},
"thumbnailUrl": "<string>",
"title": "<string>",
"url": "<string>",
"video": {
"url": "<string>"
},
"workspace": {
"id": "<string>",
"name": "<string>"
},
"actionItems": [
{
"items": [
{
"isChecked": true,
"description": "<string>"
}
],
"langIso2": "<string>"
}
],
"companies": [
{
"id": "<string>",
"name": "<string>"
}
],
"crmInfo": {
"crm": "attio",
"deal": {
"id": "<string>"
}
},
"deal": {
"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>"
}
],
"transcripts": [
{
"isActive": true,
"isTranscript": true,
"langIso2": "<string>",
"textUrl": "<string>",
"url": "<string>"
}
]
}
}
recording_added
event type is emitted when a new recording, from a clip or a meeting, is made available to workspace members.
Private recordings are excluded.
A recording is available once it is transcoded, transcribed and analyzed. Its payload includes recording metadata, an outline, insights, as well as links to various recording-specific resources (transcripts, video file). When the recording is a meeting recording, the payload will also contain, if relevant, information about participants, deal, and company.{
"type": "<string>",
"recording": {
"channel": {
"id": "<string>",
"name": "<string>"
},
"createdAt": "<string>",
"durationSeconds": 123,
"id": "<string>",
"labels": [
"<string>"
],
"meeting": {
"endingAt": "<string>",
"participants": [
{
"attended": true,
"email": "<string>",
"id": "<string>",
"name": "<string>"
}
],
"startingAt": "<string>",
"type": "internal"
},
"recorder": {
"attended": true,
"email": "<string>",
"id": "<string>",
"name": "<string>"
},
"thumbnailUrl": "<string>",
"title": "<string>",
"url": "<string>",
"video": {
"url": "<string>"
},
"workspace": {
"id": "<string>",
"name": "<string>"
},
"actionItems": [
{
"items": [
{
"isChecked": true,
"description": "<string>"
}
],
"langIso2": "<string>"
}
],
"companies": [
{
"id": "<string>",
"name": "<string>"
}
],
"crmInfo": {
"crm": "attio",
"deal": {
"id": "<string>"
}
},
"deal": {
"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>"
}
],
"transcripts": [
{
"isActive": true,
"isTranscript": true,
"langIso2": "<string>",
"textUrl": "<string>",
"url": "<string>"
}
]
}
}