Skip to main content
WEBHOOK
time_spent_in_discussion_room
{
  "action": "TIME_SPENT_IN_DISCUSSION_ROOM",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "discussionRoom": {
    "capacity": 8,
    "createdAt": "2025-04-07T09:57:55.71874Z",
    "updatedAt": "2025-04-07T09:57:55.71874Z",
    "attendeeCreated": false,
    "id": "0123e456-7890-1234-5678-abcdef123456",
    "name": "Networking Table 1",
    "type": "ROUNDTABLE",
    "isMeetingRoom": true,
    "description": "A room for networking and discussions",
    "roomCategory": "NETWORKING",
    "dailyRoomName": "daily-room-1",
    "isLockedRoom": false
  },
  "timeSpentInMinutes": 123
}

Headers

X-Webhook-Signature
string
required

Signature to verify the webhook request

Body

application/json

Information about time spent in discussion room activity

Webhook payload for time spent in discussion room activity

action
string
Example:

"TIME_SPENT_IN_DISCUSSION_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
discussionRoom
object
timeSpentInMinutes
integer<int32>

Response

200

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