Articles in this section
Category / Section

Sample Payloads

Published:
84 mins read
Updated:

The sample payload of different webhooks in JSON are given below

Parameter

NameDescription
X-Webhook Signature*  string (header)Signature to verify the webhook request

Example : sha256=abc123...


Add-on modified

This webhook is triggered when an add-on is modified.

{
  "action": "ADD_ON_MODIFIED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    },
    "eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
    "customFieldsData": [
      {
        "fieldSlug": "city1",
        "value": "New York City"
      }
    ],
    "disclaimers": [
      {
        "text": "<p>I agree to the terms and conditions</p>",
        "consentGiven": true
      }
    ],
    "socialLinks": {
      "linkedin": "https://www.linkedin.com/company/zuddl",
      "twitter": "https://x.com/wearezuddl",
      "instagram": "https://www.instagram.com/wearezuddl",
      "facebook": "https://facebook.com/zuddl",
      "website": "https://www.zuddl.com"
    },
    "ticketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "oldTicketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
    "confirmationCode": "01U6K9",
    "status": "REGISTERED",
    "statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
    "statusSource": "MANUAL_UPDATE",
    "source": {
      "type": "ZUDDL_API",
      "referrer": "https://site.zuddl.com/landing-page",
      "utmParams": {
        "id": "123456",
        "source": "newsletter",
        "medium": "email",
        "campaign": "march_promo",
        "term": "newsletter",
        "content": "newsletter"
      },
      "metadata": {
        "key": "value"
      }
    },
    "roles": [
      "ATTENDEE",
      "SPEAKER"
    ],
    "unsubscribedNotificationDetails": [
      {
        "unsubscribeReason": "unsubscribeReasonExample",
        "categoryName": "PROMOTIONAL"
      }
    ],
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
    "updatedAt": "2025-04-07T09:57:56.045946Z",
    "profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}


CTA clicked

This webhook is triggered when a CTA is clicked.

{
  "action": "CTA_CLICKED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "cta": {
    "id": "123e456-7890-1234-5678-abcdef123456",
    "type": "CHANNEL_FILE",
    "subType": "BUTTON",
    "name": "Download File",
    "location": "STAGE",
    "locationId": "123e456-7890-1234-5678-abcdef123456"
  }
}

Registration abandoned

This webhook is triggered when a registration is abandoned.

{
  "action": "REGISTRATION_ABANDONED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    },
    "eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
    "customFieldsData": [
      {
        "fieldSlug": "city1",
        "value": "New York City"
      }
    ],
    "disclaimers": [
      {
        "text": "<p>I agree to the terms and conditions</p>",
        "consentGiven": true
      }
    ],
    "socialLinks": {
      "linkedin": "https://www.linkedin.com/company/zuddl",
      "twitter": "https://x.com/wearezuddl",
      "instagram": "https://www.instagram.com/wearezuddl",
      "facebook": "https://facebook.com/zuddl",
      "website": "https://www.zuddl.com"
    },
    "ticketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "oldTicketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
    "confirmationCode": "01U6K9",
    "status": "REGISTERED",
    "statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
    "statusSource": "MANUAL_UPDATE",
    "source": {
      "type": "ZUDDL_API",
      "referrer": "https://site.zuddl.com/landing-page",
      "utmParams": {
        "id": "123456",
        "source": "newsletter",
        "medium": "email",
        "campaign": "march_promo",
        "term": "newsletter",
        "content": "newsletter"
      },
      "metadata": {
        "key": "value"
      }
    },
    "roles": [
      "ATTENDEE",
      "SPEAKER"
    ],
    "unsubscribedNotificationDetails": [
      {
        "unsubscribeReason": "unsubscribeReasonExample",
        "categoryName": "PROMOTIONAL"
      }
    ],
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
    "updatedAt": "2025-04-07T09:57:56.045946Z",
    "profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}

Event added in series

This webhook is triggered when an event is added in a series.

{
  "action": "EVENT_ADDED_IN_SERIES",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "teamName": "General",
    "websiteUrl": "https://app.zuddl.com/org/event",
    "parentEventId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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"
      },
      {
        "id": "tag2",
        "name": "Field Event"
      }
    ]
  },
  "series": {
    "id": "0123e456-7890-1234-5678-abcdef123456",
    "name": "Tech Talks 2025"
  }
}

Joined session

This webhook is triggered when a new session is joined by a user.

{
  "action": "JOINED_SESSION",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "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": "https://example.com/"
      }
    ],
    "sponsors": [
      {
        "sponsorId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
        "url": "https://example.com/"
      }
    ],
    "tags": [
      "tag1",
      "tag2"
    ]
  }
}


Entered

This webhook is triggered when a user enters.

{
  "action": "ENTERED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}

Registration attempted

This webhook is triggered when a registration is attempted.

{
  "action": "REGISTRATION_ATTEMPTED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}


Approved not registered

This webhook is triggered when a user is approved but not registered.

{
  "action": "APPROVED_NOT_REGISTERED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    },
    "eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
    "customFieldsData": [
      {
        "fieldSlug": "city1",
        "value": "New York City"
      }
    ],
    "disclaimers": [
      {
        "text": "<p>I agree to the terms and conditions</p>",
        "consentGiven": true
      }
    ],
    "socialLinks": {
      "linkedin": "https://www.linkedin.com/company/zuddl",
      "twitter": "https://x.com/wearezuddl",
      "instagram": "https://www.instagram.com/wearezuddl",
      "facebook": "https://facebook.com/zuddl",
      "website": "https://www.zuddl.com"
    },
    "ticketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "oldTicketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
    "confirmationCode": "01U6K9",
    "status": "REGISTERED",
    "statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
    "statusSource": "MANUAL_UPDATE",
    "source": {
      "type": "ZUDDL_API",
      "referrer": "https://site.zuddl.com/landing-page",
      "utmParams": {
        "id": "123456",
        "source": "newsletter",
        "medium": "email",
        "campaign": "march_promo",
        "term": "newsletter",
        "content": "newsletter"
      },
      "metadata": {
        "key": "value"
      }
    },
    "roles": [
      "ATTENDEE",
      "SPEAKER"
    ],
    "unsubscribedNotificationDetails": [
      {
        "unsubscribeReason": "unsubscribeReasonExample",
        "categoryName": "PROMOTIONAL"
      }
    ],
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
    "updatedAt": "2025-04-07T09:57:56.045946Z",
    "profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}

Joined breakout room

This webhook is triggered when a breakout room is joined.

{
  "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",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "breakOutRoom": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "breakoutType": "RANDOM",
    "stageId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "maxRoomSize": 10
  }
}


Assigned not registered

This webhook is triggered when a user is assigned but not registered.

{
  "action": "ASSIGNED_NOT_REGISTERED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    },
    "eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
    "customFieldsData": [
      {
        "fieldSlug": "city1",
        "value": "New York City"
      }
    ],
    "disclaimers": [
      {
        "text": "<p>I agree to the terms and conditions</p>",
        "consentGiven": true
      }
    ],
    "socialLinks": {
      "linkedin": "https://www.linkedin.com/company/zuddl",
      "twitter": "https://x.com/wearezuddl",
      "instagram": "https://www.instagram.com/wearezuddl",
      "facebook": "https://facebook.com/zuddl",
      "website": "https://www.zuddl.com"
    },
    "ticketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "oldTicketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
    "confirmationCode": "01U6K9",
    "status": "REGISTERED",
    "statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
    "statusSource": "MANUAL_UPDATE",
    "source": {
      "type": "ZUDDL_API",
      "referrer": "https://site.zuddl.com/landing-page",
      "utmParams": {
        "id": "123456",
        "source": "newsletter",
        "medium": "email",
        "campaign": "march_promo",
        "term": "newsletter",
        "content": "newsletter"
      },
      "metadata": {
        "key": "value"
      }
    },
    "roles": [
      "ATTENDEE",
      "SPEAKER"
    ],
    "unsubscribedNotificationDetails": [
      {
        "unsubscribeReason": "unsubscribeReasonExample",
        "categoryName": "PROMOTIONAL"
      }
    ],
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
    "updatedAt": "2025-04-07T09:57:56.045946Z",
    "profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}


Delete registration

This webhook is triggered when a registration is deleted.

{
  "action": "REGISTRATION_DELETE",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}


Ticket transferred

This webhook is triggered when a ticket is transferred.

{
  "action": "TICKET_TRANSFERRED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    },
    "eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
    "customFieldsData": [
      {
        "fieldSlug": "city1",
        "value": "New York City"
      }
    ],
    "disclaimers": [
      {
        "text": "<p>I agree to the terms and conditions</p>",
        "consentGiven": true
      }
    ],
    "socialLinks": {
      "linkedin": "https://www.linkedin.com/company/zuddl",
      "twitter": "https://x.com/wearezuddl",
      "instagram": "https://www.instagram.com/wearezuddl",
      "facebook": "https://facebook.com/zuddl",
      "website": "https://www.zuddl.com"
    },
    "ticketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "oldTicketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
    "confirmationCode": "01U6K9",
    "status": "REGISTERED",
    "statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
    "statusSource": "MANUAL_UPDATE",
    "source": {
      "type": "ZUDDL_API",
      "referrer": "https://site.zuddl.com/landing-page",
      "utmParams": {
        "id": "123456",
        "source": "newsletter",
        "medium": "email",
        "campaign": "march_promo",
        "term": "newsletter",
        "content": "newsletter"
      },
      "metadata": {
        "key": "value"
      }
    },
    "roles": [
      "ATTENDEE",
      "SPEAKER"
    ],
    "unsubscribedNotificationDetails": [
      {
        "unsubscribeReason": "unsubscribeReasonExample",
        "categoryName": "PROMOTIONAL"
      }
    ],
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
    "updatedAt": "2025-04-07T09:57:56.045946Z",
    "profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
  },
  "oldRegistration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}

Registration pending approval

This webhook is triggered when a registration is pending approval.

{
  "action": "REGISTRATION_PENDING_APPROVAL",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}


Joined discussion room

This webhook is triggered when a discussion room is joined.

{
  "action": "JOINED_DISCUSSION_ROOM",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "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
  }
}



Lead enrichment status

This webhook is triggered when a lead enrichment status is updated.

{
  "action": "LEAD_ENRICHMENT",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "lead": {
    "id": "a123e456-7890-1234-5678-abcdef123456",
    "firstName": "John",
    "lastName": "Doe",
    "email": "john.doe@example.com",
    "phoneNumber": "+1-555-123-4567",
    "designation": "Product Manager",
    "company": "Acme Corp",
    "createdBy": "u123e456-7890-1234-5678-abcdef123456",
    "updatedBy": "u789e456-7890-1234-5678-abcdef123456",
    "leadStatus": "QUALIFIED",
    "enrichedState": "ENRICHED",
    "notes": "Interested in product demo",
    "rating": 5,
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "updatedAt": "2025-04-07T10:00:00Z",
    "customFields": [
      {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "order": 1,
        "question": "How satisfied are you with the event?",
        "type": "SINGLE_CHOICE",
        "dataType": "STRING",
        "isMandatory": true,
        "options": [
          "Excellent",
          "Good",
          "Average",
          "Poor"
        ],
        "response": "Excellent"
      }
    ]
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "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"
  }
}



Answered survey

This webhook is triggered when a survey is answered.

{
  "action": "ANSWERED_SURVEY",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "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": "https://example.com/"
      }
    ],
    "sponsors": [
      {
        "sponsorId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
        "url": "https://example.com/"
      }
    ],
    "tags": [
      "tag1",
      "tag2"
    ]
  },
  "survey": {
    "id": "0123e456-7890-1234-5678-abcdef123456",
    "title": "Event Feedback Survey",
    "description": "Survey to collect feedback from event attendees",
    "questions": [
      {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "questionOrder": 1,
        "question": "How satisfied are you with the event?",
        "type": "SINGLE_CHOICE",
        "dataType": "STRING",
        "isMandatory": true,
        "options": [
          "Excellent",
          "Good",
          "Average",
          "Poor"
        ],
        "response": "Excellent"
      }
    ]
  },
  "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"
  }
}

Joined booth

This webhook is triggered when a booth is joined.

{
  "action": "JOINED_BOOTH",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "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"
  }
}

Answered poll

This webhook is triggered when a poll is answered.

{
  "action": "ANSWERED_POLL",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "poll": {
    "id": "0123e456-7890-1234-5678-abcdef123456",
    "prompt": "What is your favorite programming language?",
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "updatedAt": "2025-04-07T09:57:55.71874Z",
    "isQuiz": false,
    "correctAnswerOption": "Java",
    "answer": "Python",
    "options": [
      "Java",
      "Python",
      "C++",
      "JavaScript"
    ]
  },
  "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": "https://example.com/"
      }
    ],
    "sponsors": [
      {
        "sponsorId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
        "url": "https://example.com/"
      }
    ],
    "tags": [
      "tag1",
      "tag2"
    ]
  },
  "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
  }
}


Lead fields modified

This webhook is triggered when a lead's field is modified.

{
  "action": "LEAD_CAPTURE_FIELDS_DATA_MODIFIED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "lead": {
    "id": "a123e456-7890-1234-5678-abcdef123456",
    "firstName": "John",
    "lastName": "Doe",
    "email": "john.doe@example.com",
    "phoneNumber": "+1-555-123-4567",
    "designation": "Product Manager",
    "company": "Acme Corp",
    "createdBy": "u123e456-7890-1234-5678-abcdef123456",
    "updatedBy": "u789e456-7890-1234-5678-abcdef123456",
    "leadStatus": "QUALIFIED",
    "enrichedState": "ENRICHED",
    "notes": "Interested in product demo",
    "rating": 5,
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "updatedAt": "2025-04-07T10:00:00Z",
    "customFields": [
      {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "order": 1,
        "question": "How satisfied are you with the event?",
        "type": "SINGLE_CHOICE",
        "dataType": "STRING",
        "isMandatory": true,
        "options": [
          "Excellent",
          "Good",
          "Average",
          "Poor"
        ],
        "response": "Excellent"
      }
    ]
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "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"
  }
}

Ticket modified

This webhook is triggered when a ticket is modified.

{
  "action": "TICKET_MODIFIED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    },
    "eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
    "customFieldsData": [
      {
        "fieldSlug": "city1",
        "value": "New York City"
      }
    ],
    "disclaimers": [
      {
        "text": "<p>I agree to the terms and conditions</p>",
        "consentGiven": true
      }
    ],
    "socialLinks": {
      "linkedin": "https://www.linkedin.com/company/zuddl",
      "twitter": "https://x.com/wearezuddl",
      "instagram": "https://www.instagram.com/wearezuddl",
      "facebook": "https://facebook.com/zuddl",
      "website": "https://www.zuddl.com"
    },
    "ticketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "oldTicketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
    "confirmationCode": "01U6K9",
    "status": "REGISTERED",
    "statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
    "statusSource": "MANUAL_UPDATE",
    "source": {
      "type": "ZUDDL_API",
      "referrer": "https://site.zuddl.com/landing-page",
      "utmParams": {
        "id": "123456",
        "source": "newsletter",
        "medium": "email",
        "campaign": "march_promo",
        "term": "newsletter",
        "content": "newsletter"
      },
      "metadata": {
        "key": "value"
      }
    },
    "roles": [
      "ATTENDEE",
      "SPEAKER"
    ],
    "unsubscribedNotificationDetails": [
      {
        "unsubscribeReason": "unsubscribeReasonExample",
        "categoryName": "PROMOTIONAL"
      }
    ],
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
    "updatedAt": "2025-04-07T09:57:56.045946Z",
    "profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}

Invited

This webhook is triggered when a user is invited.

{
  "action": "INVITED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    },
    "eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
    "customFieldsData": [
      {
        "fieldSlug": "city1",
        "value": "New York City"
      }
    ],
    "disclaimers": [
      {
        "text": "<p>I agree to the terms and conditions</p>",
        "consentGiven": true
      }
    ],
    "socialLinks": {
      "linkedin": "https://www.linkedin.com/company/zuddl",
      "twitter": "https://x.com/wearezuddl",
      "instagram": "https://www.instagram.com/wearezuddl",
      "facebook": "https://facebook.com/zuddl",
      "website": "https://www.zuddl.com"
    },
    "ticketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "oldTicketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
    "confirmationCode": "01U6K9",
    "status": "REGISTERED",
    "statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
    "statusSource": "MANUAL_UPDATE",
    "source": {
      "type": "ZUDDL_API",
      "referrer": "https://site.zuddl.com/landing-page",
      "utmParams": {
        "id": "123456",
        "source": "newsletter",
        "medium": "email",
        "campaign": "march_promo",
        "term": "newsletter",
        "content": "newsletter"
      },
      "metadata": {
        "key": "value"
      }
    },
    "roles": [
      "ATTENDEE",
      "SPEAKER"
    ],
    "unsubscribedNotificationDetails": [
      {
        "unsubscribeReason": "unsubscribeReasonExample",
        "categoryName": "PROMOTIONAL"
      }
    ],
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
    "updatedAt": "2025-04-07T09:57:56.045946Z",
    "profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}


Attended

This webhook is triggered when a user attends.

{
  "action": "ATTENDED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}


Registered

This webhook is triggered when a user is registered.

{
  "action": "REGISTERED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    },
    "eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
    "customFieldsData": [
      {
        "fieldSlug": "city1",
        "value": "New York City"
      }
    ],
    "disclaimers": [
      {
        "text": "<p>I agree to the terms and conditions</p>",
        "consentGiven": true
      }
    ],
    "socialLinks": {
      "linkedin": "https://www.linkedin.com/company/zuddl",
      "twitter": "https://x.com/wearezuddl",
      "instagram": "https://www.instagram.com/wearezuddl",
      "facebook": "https://facebook.com/zuddl",
      "website": "https://www.zuddl.com"
    },
    "ticketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "oldTicketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
    "confirmationCode": "01U6K9",
    "status": "REGISTERED",
    "statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
    "statusSource": "MANUAL_UPDATE",
    "source": {
      "type": "ZUDDL_API",
      "referrer": "https://site.zuddl.com/landing-page",
      "utmParams": {
        "id": "123456",
        "source": "newsletter",
        "medium": "email",
        "campaign": "march_promo",
        "term": "newsletter",
        "content": "newsletter"
      },
      "metadata": {
        "key": "value"
      }
    },
    "roles": [
      "ATTENDEE",
      "SPEAKER"
    ],
    "unsubscribedNotificationDetails": [
      {
        "unsubscribeReason": "unsubscribeReasonExample",
        "categoryName": "PROMOTIONAL"
      }
    ],
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
    "updatedAt": "2025-04-07T09:57:56.045946Z",
    "profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}


Event added in Hub

This webhook is triggered when an event is added to a hub.

{
  "action": "EVENT_ADDED_IN_HUB",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "teamName": "General",
    "websiteUrl": "https://app.zuddl.com/org/event",
    "parentEventId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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"
      },
      {
        "id": "tag2",
        "name": "Field Event"
      }
    ]
  },
  "hub": {
    "id": "0123e456-7890-1234-5678-abcdef123456",
    "name": "Main Event Hub"
  }
}


Lead added

This webhook is triggered when a lead is added.

{
  "action": "LEAD_ADDED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "lead": {
    "id": "a123e456-7890-1234-5678-abcdef123456",
    "firstName": "John",
    "lastName": "Doe",
    "email": "john.doe@example.com",
    "phoneNumber": "+1-555-123-4567",
    "designation": "Product Manager",
    "company": "Acme Corp",
    "createdBy": "u123e456-7890-1234-5678-abcdef123456",
    "updatedBy": "u789e456-7890-1234-5678-abcdef123456",
    "leadStatus": "QUALIFIED",
    "enrichedState": "ENRICHED",
    "notes": "Interested in product demo",
    "rating": 5,
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "updatedAt": "2025-04-07T10:00:00Z",
    "customFields": [
      {
        "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "order": 1,
        "question": "How satisfied are you with the event?",
        "type": "SINGLE_CHOICE",
        "dataType": "STRING",
        "isMandatory": true,
        "options": [
          "Excellent",
          "Good",
          "Average",
          "Poor"
        ],
        "response": "Excellent"
      }
    ]
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "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"
  }
}

Event created

This webhook is triggered when an event is created.

{
  "action": "EVENT_CREATED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "teamName": "General",
    "websiteUrl": "https://app.zuddl.com/org/event",
    "parentEventId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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"
      },
      {
        "id": "tag2",
        "name": "Field Event"
      }
    ]
  }
}


Registration rejected

This webhook is triggered when a registration is rejected.

{
  "action": "REGISTRATION_REJECTED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}

Invite declined

This webhook is triggered when an invitation is declined.


{
  "action": "INVITE_DECLINED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    },
    "eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
    "customFieldsData": [
      {
        "fieldSlug": "city1",
        "value": "New York City"
      }
    ],
    "disclaimers": [
      {
        "text": "<p>I agree to the terms and conditions</p>",
        "consentGiven": true
      }
    ],
    "socialLinks": {
      "linkedin": "https://www.linkedin.com/company/zuddl",
      "twitter": "https://x.com/wearezuddl",
      "instagram": "https://www.instagram.com/wearezuddl",
      "facebook": "https://facebook.com/zuddl",
      "website": "https://www.zuddl.com"
    },
    "ticketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "oldTicketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
    "confirmationCode": "01U6K9",
    "status": "REGISTERED",
    "statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
    "statusSource": "MANUAL_UPDATE",
    "source": {
      "type": "ZUDDL_API",
      "referrer": "https://site.zuddl.com/landing-page",
      "utmParams": {
        "id": "123456",
        "source": "newsletter",
        "medium": "email",
        "campaign": "march_promo",
        "term": "newsletter",
        "content": "newsletter"
      },
      "metadata": {
        "key": "value"
      }
    },
    "roles": [
      "ATTENDEE",
      "SPEAKER"
    ],
    "unsubscribedNotificationDetails": [
      {
        "unsubscribeReason": "unsubscribeReasonExample",
        "categoryName": "PROMOTIONAL"
      }
    ],
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
    "updatedAt": "2025-04-07T09:57:56.045946Z",
    "profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}


Asked question

This webhook is triggered when a question is asked.

{
  "action": "ASKED_QUESTION",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "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": "https://example.com/"
      }
    ],
    "sponsors": [
      {
        "sponsorId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
        "url": "https://example.com/"
      }
    ],
    "tags": [
      "tag1",
      "tag2"
    ]
  },
  "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
  }
}

Question upvoted

This webhook is triggered when a question is upvoted.

{
  "action": "QUESTION_UPVOTED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    }
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  },
  "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": "https://example.com/"
      }
    ],
    "sponsors": [
      {
        "sponsorId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
        "url": "https://example.com/"
      }
    ],
    "tags": [
      "tag1",
      "tag2"
    ]
  },
  "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
  }
}


Registration data modified

This webhook is triggered when registration data is modified.

{
  "action": "REGISTRATION_DATA_MODIFIED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "registration": {
    "id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
    "profile": {
      "firstName": "Jane",
      "lastName": "Smith",
      "email": "jane.smith@example.com",
      "company": "Zuddl",
      "designation": "Senior Software Engineer",
      "bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
      "headline": "Cloud Architecture Expert | Tech Speaker",
      "industry": "Information Technology",
      "country": "United States",
      "phoneNumber": "+1-2125551234"
    },
    "eventId": "d812a64f-8865-4289-9024-9a120792c3d8",
    "customFieldsData": [
      {
        "fieldSlug": "city1",
        "value": "New York City"
      }
    ],
    "disclaimers": [
      {
        "text": "<p>I agree to the terms and conditions</p>",
        "consentGiven": true
      }
    ],
    "socialLinks": {
      "linkedin": "https://www.linkedin.com/company/zuddl",
      "twitter": "https://x.com/wearezuddl",
      "instagram": "https://www.instagram.com/wearezuddl",
      "facebook": "https://facebook.com/zuddl",
      "website": "https://www.zuddl.com"
    },
    "ticketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "oldTicketDetails": {
      "ticketTypeId": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
      "ticketName": "VIP Pass",
      "addOns": [
        {
          "id": "67f6ccf5-4c3d-4fed-bcca-822e3c3cf25a",
          "name": "Advanced Workshop",
          "sessions": [
            {
              "id": "0b838477-24bf-46a7-a9bd-c40bfa2b2c53",
              "name": "Session name"
            }
          ]
        }
      ]
    },
    "qrCodeImgUrl": "https://cdn.zuddl.com/qrcodes/atnd_12345abcde.png",
    "confirmationCode": "01U6K9",
    "status": "REGISTERED",
    "statusUpdatedAt": "2025-04-07T09:57:55.71874Z",
    "statusSource": "MANUAL_UPDATE",
    "source": {
      "type": "ZUDDL_API",
      "referrer": "https://site.zuddl.com/landing-page",
      "utmParams": {
        "id": "123456",
        "source": "newsletter",
        "medium": "email",
        "campaign": "march_promo",
        "term": "newsletter",
        "content": "newsletter"
      },
      "metadata": {
        "key": "value"
      }
    },
    "roles": [
      "ATTENDEE",
      "SPEAKER"
    ],
    "unsubscribedNotificationDetails": [
      {
        "unsubscribeReason": "unsubscribeReasonExample",
        "categoryName": "PROMOTIONAL"
      }
    ],
    "createdAt": "2025-04-07T09:57:55.826749Z",
    "createdBy": "a412e3d2-e15e-4fe0-bf35-7fcfb235a4b2",
    "updatedAt": "2025-04-07T09:57:56.045946Z",
    "profilePictureUrl": "https://cdn.zuddl.com/attendees/atnd_12345abcde/profile.jpg"
  },
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }
}

Event updated

This webhook is triggered when an event is updated.

{
  "action": "EVENT_UPDATED",
  "actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
  "actor": {
    "id": "h212a64f-8865-4289-9024-9a120792c3d8",
    "type": "USER"
  },
  "actionCreatedAt": "2023-10-01T12:00:00Z",
  "event": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "updatedAt": "2025-04-11T12:30:00Z",
    "updatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "teamName": "General",
    "websiteUrl": "https://app.zuddl.com/org/event",
    "parentEventId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "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"
      },
      {
        "id": "tag2",
        "name": "Field Event"
      }
    ]
  }
}


Was this article useful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied