{
"action": "ANSWERED_POLL",
"actionId": "123e4567-e89b-12d3-a456-426614174000",
"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"
},
"customFieldsData": [
{
"fieldSlug": "city1",
"value": "New York City"
}
],
"disclaimers": [
{
"id": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
"text": "<p>I agree to the terms and conditions</p>",
"consentGiven": true
}
],
"registrationSource": {
"flowId": "123e4567-e89b-12d3-a456-426614174000"
},
"attendanceType": "VIRTUAL"
},
"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": "IN_PERSON",
"createdAt": "2025-04-11T12:30:00Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedAt": "2025-04-11T12:30:00Z",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"customProperties": [
{
"key": "salesforceCampaignId",
"value": "ABCyyZ1234"
}
],
"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"
}
],
"location": {
"venue": "<string>",
"address": {
"address": "<string>",
"addressLine2": "<string>",
"city": "San Francisco",
"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"
}
},
"poll": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"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": "123e4567-e89b-12d3-a456-426614174000",
"title": "Session 1",
"description": "Session 1 description",
"startDateTime": "2025-03-14T05:55:00Z",
"endDateTime": "2025-03-14T05:55:00Z",
"location": [
{
"locationId": "123e4567-e89b-12d3-a456-426614174000",
"locationName": "Session location",
"link": "<string>"
}
],
"speakers": [
{
"speakerId": "123e4567-e89b-12d3-a456-426614174000",
"url": "<string>"
}
],
"sponsors": [
{
"sponsorId": "123e4567-e89b-12d3-a456-426614174000",
"url": "<string>"
}
],
"tags": [
"tag1",
"tag2"
]
},
"booth": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"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": "123e4567-e89b-12d3-a456-426614174000",
"name": "Networking Table 1",
"type": "ROUNDTABLE",
"isMeetingRoom": true,
"description": "A room for networking and discussions",
"roomCategory": "NETWORKING",
"dailyRoomName": "daily-room-1",
"isLockedRoom": false
}
}AttendeeEngagementWebhooks
Answered poll activity
This webhook is triggered when a poll is answered.
WEBHOOK
answered_poll
{
"action": "ANSWERED_POLL",
"actionId": "123e4567-e89b-12d3-a456-426614174000",
"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"
},
"customFieldsData": [
{
"fieldSlug": "city1",
"value": "New York City"
}
],
"disclaimers": [
{
"id": "f6b8cf1f-64e5-4801-935c-f6398bb111cd",
"text": "<p>I agree to the terms and conditions</p>",
"consentGiven": true
}
],
"registrationSource": {
"flowId": "123e4567-e89b-12d3-a456-426614174000"
},
"attendanceType": "VIRTUAL"
},
"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": "IN_PERSON",
"createdAt": "2025-04-11T12:30:00Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedAt": "2025-04-11T12:30:00Z",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"customProperties": [
{
"key": "salesforceCampaignId",
"value": "ABCyyZ1234"
}
],
"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"
}
],
"location": {
"venue": "<string>",
"address": {
"address": "<string>",
"addressLine2": "<string>",
"city": "San Francisco",
"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"
}
},
"poll": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"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": "123e4567-e89b-12d3-a456-426614174000",
"title": "Session 1",
"description": "Session 1 description",
"startDateTime": "2025-03-14T05:55:00Z",
"endDateTime": "2025-03-14T05:55:00Z",
"location": [
{
"locationId": "123e4567-e89b-12d3-a456-426614174000",
"locationName": "Session location",
"link": "<string>"
}
],
"speakers": [
{
"speakerId": "123e4567-e89b-12d3-a456-426614174000",
"url": "<string>"
}
],
"sponsors": [
{
"sponsorId": "123e4567-e89b-12d3-a456-426614174000",
"url": "<string>"
}
],
"tags": [
"tag1",
"tag2"
]
},
"booth": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"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": "123e4567-e89b-12d3-a456-426614174000",
"name": "Networking Table 1",
"type": "ROUNDTABLE",
"isMeetingRoom": true,
"description": "A room for networking and discussions",
"roomCategory": "NETWORKING",
"dailyRoomName": "daily-room-1",
"isLockedRoom": false
}
}Headers
Signature to verify the webhook request
Body
application/json
Information about answered poll activity
Webhook payload for answered poll activity
Example:
"ANSWERED_POLL"
Unique identifier of the action triggered in zuddl.
Example:
"123e4567-e89b-12d3-a456-426614174000"
Details of the actor who performed the action.
Show child attributes
Show child attributes
Timestamp when the action was created.
Example:
"2023-10-01T12:00:00Z"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Response
200
Return a 200 status to indicate that the data was received successfully
Was this page helpful?
⌘I