Skip to main content
WEBHOOK
joined_breakout_room
{
  "action": "JOINED_BREAKOUT_ROOM",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "breakOutRoom": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "breakoutType": "RANDOM",
    "stageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "maxRoomSize": 10
  }
}

Headers

X-Webhook-Signature
string
required

Signature to verify the webhook request

Body

application/json

Information about joined breakout room activity

Webhook payload for joined breakout room activity

action
string
Example:

"JOINED_BREAKOUT_ROOM"

actionId
string<uuid>

Unique identifier of the action triggered in zuddl.

Example:

"a912a64f-8865-4289-9024-9a120792c3d8"

actor
object

Details of the actor who performed the action.

actionCreatedAt
string<date-time>

Timestamp when the action was created.

Example:

"2023-10-01T12:00:00Z"

registration
object
event
object
breakOutRoom
object

Response

200

Return a 200 status to indicate that the data was received successfully