Skip to content

Commit e746429

Browse files
docs: clarify webhook attendee behavior for seated event types (#82)
Generated-By: mintlify-agent Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 63cfdc6 commit e746429

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

webhooks.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ To create a new webhook subscription, visit `/settings/developer/webhooks` and p
8080
| Form Submitted (No Event) | A form is submitted **without** a scheduled event (form-only flow). |
8181

8282

83+
### Seated event types
84+
85+
For event types with [seats enabled](/event-types/offer-seats), the `attendees` array in webhook payloads contains only the attendee associated with the specific seat that triggered the webhook. For example, when a new seat is booked, the webhook includes only that seat's attendee — not all attendees across the entire booking. This applies to all booking-related triggers (`BOOKING_CREATED`, `BOOKING_RESCHEDULED`, etc.).
86+
8387
### Example webhook payloads
8488

8589
Most webhook events use a nested payload format with booking details inside a `payload` object. The `MEETING_STARTED` and `MEETING_ENDED` events use a different flat format where booking fields are at the top level.
@@ -315,7 +319,7 @@ where `{{type}}` represents the event type slug and `{{title}}` represents the t
315319
| description | String | The event's description as described in the event type settings |
316320
| location | String | Location of the event |
317321
| organizer | Organizer | The organizer of the event |
318-
| attendees | Attendee\[] | The event booker & any guests |
322+
| attendees | Attendee\[] | The event booker & any guests. For [seated event types](/event-types/offer-seats), this contains only the attendee for the specific seat that triggered the webhook. |
319323
| uid | String | The UID of the booking |
320324
| rescheduleUid | String | The UID for rescheduling |
321325
| cancellationReason | String | Reason for cancellation |

0 commit comments

Comments
 (0)