{"title":"BookingAttendee - Liquid Object Reference","slug":"booking-attendee-liquid-object-reference","url":"https://support.storeconnect.com/articles/booking-attendee-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/booking-attendee-liquid-object-reference.md","subtitle":null,"summary":"The BookingAttendee object represents the details of single Contact attending a BookableEvent via a Booking.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, BookingAttendee, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe BookingAttendee object represents the details of single Contact attending a BookableEvent via a Booking.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `attended?` | Boolean | Returns true if the attendee did attend the BookableEvent via the associated Booking |\n| `booking` | [Booking](booking-liquid-object-reference) | Returns the Booking associated with this BookingAttendee |\n| `contact` | [Contact](contact-liquid-object-reference) | Returns the Contact associated with this BookingAttendee |\n| `email` | String | Returns the email address of this BookingAttendee |\n| `first_name` | String | Returns the first name of this BookingAttendee |\n| `id` | String | Returns the unique id for this BookingAttendee |\n| `is_contact?` | Boolean | Returns true if the attendee is the same as the Order Contact |\n| `last_name` | String | Returns the last name of this BookingAttendee |\n| `phone` | String | Returns the phone number for this BookingAttendee |\n\n## Available on\n\n- [Booking - Liquid Object Reference](booking-liquid-object-reference) — `attendees`"}