{
"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": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "Huddle with zuddl.",
"description": "join us to learn more about zuddl.",
"identifier": "event-123",
"startDate": "2025-04-11T12:30:00Z",
"endDate": "2025-04-11T12:30:00Z",
"timezone": "UTC/IST",
"status": "UPCOMING/ONGOING",
"type": "WEBINAR/FIELD_EVENT/EVENT",
"eventFormat": "VIRTUAL/IN_PERSON/HYBRID",
"createdAt": "2025-04-11T12:30:00Z",
"createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updatedAt": "2025-04-11T12:30:00Z",
"updatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"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"
}
}
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": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "Huddle with zuddl.",
"description": "join us to learn more about zuddl.",
"identifier": "event-123",
"startDate": "2025-04-11T12:30:00Z",
"endDate": "2025-04-11T12:30:00Z",
"timezone": "UTC/IST",
"status": "UPCOMING/ONGOING",
"type": "WEBINAR/FIELD_EVENT/EVENT",
"eventFormat": "VIRTUAL/IN_PERSON/HYBRID",
"createdAt": "2025-04-11T12:30:00Z",
"createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"updatedAt": "2025-04-11T12:30:00Z",
"updatedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"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"
}
}
Signature to verify the webhook request
Information about joined booth activity
Webhook payload for joined booth activity
Return a 200 status to indicate that the data was received successfully
Was this page helpful?