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.
| Property | Type | Description |
|---|---|---|
| id | string | The unique identifier for the event |
| tenantId | string | The tenant id of the event |
| tenantName | string | Tenant name |
| version | string | Event version |
| occurredAt | string | The time the event occurred |
| application | string | Application |
| productArea | string | Product Area |
| data | object | The data associated with the event data object details |
data object details
| Property | Type | Description |
|---|---|---|
| eventType | string | The event type of the meeting |
| meetingAction | string | The action type of the meeting |
| meetingId | string | The meeting id of the meeting |
| properties | array | The list which contains the updated properties of the meeting |
| meetingVersionId | string | The meeting version id of the meeting |
| meetingVersionNumber | string | The version number of the meeting |
| meetingStatus | string | The status of the meeting |
| meetingType | string | The type of the meeting |
| meetingCreationType | string | The creation type of the meeting |
| meetingCreator | string | The 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"
}
}
Updated 4 days ago