Skip to main content
WEBHOOK
upvoted_question
{
  "action": "QUESTION_UPVOTED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "session": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "title": "Session 1",
    "description": "Session 1 description",
    "startDateTime": "2025-03-14T05:55:00Z",
    "endDateTime": "2025-03-14T05:55:00Z",
    "location": [
      {
        "locationId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
        "locationName": "Session location",
        "type": "STAGE",
        "link": "<string>"
      }
    ],
    "speakers": [
      {
        "speakerId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
        "url": "<string>"
      }
    ],
    "sponsors": [
      {
        "sponsorId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
        "url": "<string>"
      }
    ],
    "tags": [
      "tag1",
      "tag2"
    ],
    "format": "VIRTUAL"
  },
  "question": {
    "id": "0123e456-7890-1234-5678-abcdef123456",
    "question": "What is the event agenda?",
    "status": "APPROVED",
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "updatedAt": "2025-04-07T10:00:00Z",
    "upvotes": 5
  },
  "booth": {
    "id": "b123e456-7890-1234-5678-abcdef123456",
    "name": "Acme Corp Booth",
    "tagline": "Innovating the Future",
    "description": "Zuddl main event booth showcasing new features.",
    "ctaDescription": "Visit our booth for exclusive offers!",
    "ctaText": "Learn More",
    "ctaUrl": "https://acme.com/booth",
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "updatedAt": "2025-04-07T10:00:00Z",
    "boothSize": "LARGE",
    "boothOrder": 1,
    "startAt": "2025-04-07T09:00:00Z",
    "endAt": "2025-04-07T18:00:00Z",
    "brandName": "Acme Corp",
    "boothCategory": "PLATINUM"
  },
  "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
  }
}

Headers

X-Webhook-Signature
string
required

Signature to verify the webhook request

Body

application/json

Information about question upvoted activity

Webhook payload for question upvoted activity

action
string
Example:

"QUESTION_UPVOTED"

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
session
object
question
object
booth
object
discussionRoom
object

Response

200

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