WEBHOOK
recording_updated
{
  "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>"
      }
    ]
  }
}
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:
  • Channel
  • Insights template
  • Label
  • Attached Deal
  • Attached Company
Private recordings are excluded. The payload includes the complete Recording entity, similar to the payload sent for a recording_added event.

Body

application/json