MeetingDataChangedV1

Occurs when meeting data changed

📘

Early Access

This service is subject to change with limited or no warning. Please work closely with your CSM and our Services team if you are interested in using this webhook.

Webhook Payload

The webhook event is encapsulated within a common wrapper structure providing general information about the event.

PropertyTypeDescription
idstringThe unique identifier for the event
tenantIdstringThe tenant id of the event
tenantNamestringTenant name
versionstringEvent version
occurredAtstringThe time the event occurred
applicationstringApplication
productAreastringProduct Area
dataobjectThe data associated with the event data object details

data object details

PropertyTypeDescription
eventTypestringThe event type of the meeting
meetingActionstringThe action type of the meeting
meetingIdstringThe meeting id of the meeting
propertiesarrayThe list which contains the updated properties of the meeting
meetingVersionIdstringThe meeting version id of the meeting
meetingVersionNumberstringThe version number of the meeting
meetingStatusstringThe status of the meeting
meetingTypestringThe type of the meeting
meetingCreationTypestringThe creation type of the meeting
meetingCreatorstringThe creator of the meeting

Example

{
  "id": "11a65441-4c8e-424e-e9c2-efdea6447999",
  "tenantId": "fb5c1238-2199-4122-8d39-8543a4d0f306",
  "tenantName": "apiqa2",
  "occurredAt": "2023-04-27T06:47:30.389624Z",
  "version": "MeetingDataChangedV1",
  "application": "meeting",
  "productArea": "engagementcenter",
  "data": {
    "eventType": "meetingCreated",
    "properties": [],
    "meetingId": "117783e6-0f9c-4e72-be7f-bcbf8bf10965",
    "meetingVersionId": "d04b3d6d-1181-45d3-b33e-ee769ece5e33",
    "meetingVersionNumber": "1.0",
    "meetingStatus": "draft",
    "meetingAction": "DraftMeetingCreated",
    "meetingType": "presenter",
    "meetingCreationType": "Calendar",
    "meetingCreator": "d93da71a-5be4-42ed-99b7-2ce1ac8bde8b"
  }
}