Skip to main content
WEBHOOK
on_demand_setting_updated
{
  "action": "ON_DEMAND_SETTING_UPDATED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "event": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "Huddle with zuddl.",
    "description": "join us to learn more about zuddl.",
    "identifier": "event-123",
    "startDate": "2025-04-11T12:30:00Z",
    "endDate": "2025-04-11T12:30:00Z",
    "timezone": "UTC/IST",
    "status": "UPCOMING/ONGOING",
    "type": "WEBINAR/FIELD_EVENT/EVENT",
    "eventFormat": "VIRTUAL/IN_PERSON/HYBRID",
    "createdAt": "2025-04-11T12:30:00Z",
    "createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "customProperties": [
      {
        "key": "salesforceCampaignId",
        "value": "ABCyyZ1234"
      }
    ],
    "teamName": "General",
    "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "websiteUrl": "https://app.zuddl.com/org/event",
    "parentEventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "location": {
      "venue": "<string>",
      "address": {
        "address": "<string>",
        "addressLine2": "<string>",
        "stateProvince": "<string>",
        "postalCode": "<string>",
        "country": "<string>"
      },
      "coordinates": {
        "latitude": "24.4194509",
        "longitude": "27.4194509"
      },
      "mapUrl": "https://www.google.com/maps/place/?q=place_id:ChIJ_Q8bfYdGXj4Rz1s_sFHJqcA"
    },
    "virtualEventUrl": "https://zuddl.com",
    "tags": [
      {
        "id": "tag1",
        "name": "Webinar",
        "color": "#AAFFEE",
        "categoryId": "category1",
        "categoryName": "Event type",
        "categoryColor": "#BBDDEE",
        "lastAppliedAt": "2025-09-01T06:31:35.711971Z",
        "usageCount": 2
      },
      {
        "id": "tag2",
        "name": "Field Event",
        "color": "#BBFFEE"
      }
    ]
  },
  "onDemandSettings": {
    "status": true,
    "accessType": "GATED",
    "recordings": [
      {
        "id": "0123e456-7890-1234-5678-abcdef123456",
        "title": "Video 1",
        "duration": 123
      }
    ]
  }
}

Headers

X-Webhook-Signature
string
required

Signature to verify the webhook request

Body

application/json

Information about on demand setting update activity

Webhook payload for on demand setting update activity

action
enum<string>
Available options:
REGISTERED,
REGISTRATION_FOR_ON_DEMAND,
ATTENDED,
ATTENDED_ON_DEMAND,
ENTERED,
REGISTRATION_DATA_MODIFIED,
REGISTRATION_DELETE,
TICKET_MODIFIED,
UNASSIGNED_TICKET,
TICKET_TRANSFERRED,
ADD_ON_MODIFIED,
COUPON_CODE_MODIFIED,
INVITED,
INVITE_DECLINED,
REGISTRATION_ATTEMPTED,
REGISTRATION_ABANDONED,
ASSIGNED_NOT_REGISTERED,
REGISTRATION_PENDING_APPROVAL,
REGISTRATION_REJECTED,
APPROVED_NOT_REGISTERED,
APPROVED,
ANSWERED_POLL,
ASKED_QUESTION,
QUESTION_UPVOTED,
ANSWERED_SURVEY,
CTA_CLICKED,
JOINED_SESSION,
JOINED_BREAKOUT_ROOM,
JOINED_BOOTH,
JOINED_DISCUSSION_ROOM,
EVENT_CREATED,
EVENT_ADDED_IN_SERIES,
EVENT_ADDED_IN_HUB,
EVENT_UPDATED,
LEAD_ADDED,
LEAD_CAPTURE_FIELDS_DATA_MODIFIED,
LEAD_ENRICHMENT,
SESSION_REGISTRATION,
TIME_SPENT_IN_EVENT,
TIME_SPENT_IN_BOOTH,
TIME_SPENT_IN_DISCUSSION_ROOM,
TIME_SPENT_IN_SESSION,
NO_SHOW,
AGGREGATED_TIME_SPENT_IN_BOOTH,
AGGREGATED_TIME_SPENT_IN_DISCUSSION_ROOM,
AGGREGATED_TIME_SPENT_IN_SESSION,
WATCHED_VOD,
ON_DEMAND_SETTING_UPDATED,
AGGREGATED_POLL_ANSWERED,
AGGREGATED_QUESTION_ASKED,
AGGREGATED_QUESTION_UPVOTED,
AGGREGATED_SURVEY_ANSWERED,
AGGREGATED_CTA_CLICKED,
AGGREGATED_WATCHED_VOD,
AGGREGATED_JOINED_BREAKOUT_ROOM
Example:

"ON_DEMAND_SETTING_UPDATED"

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"

event
object
onDemandSettings
object

Response

200

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

⌘I