Complete reference guide for query parameters forwarded to custom success pages after successful bookings
Parameter | Always Included | Description |
---|---|---|
uid | ✅ | Unique booking identifier |
title | ✅ | Event type title |
startTime | ✅ | Start time in UTC |
endTime | ✅ | End time in UTC |
email | ✅ | Primary attendee email |
isEmbed | ✅ | Boolean flag indicating embed booking |
description | ⚠️ | Event description (when available) |
location | ⚠️ | Meeting location (when set) |
hostName | ⚠️ | Host name(s) (when available) |
hostStartTime | ⚠️ | Start time in host timezone (when available) |
attendeeName | ⚠️ | Attendee name (when available) |
attendeeStartTime | ⚠️ | Start time in attendee timezone (when available) |
attendeeFirstName | ⚠️ | First name from booking form (when provided) |
attendeeLastName | ⚠️ | Last name from booking form (when provided) |
guestEmails | ⚠️ | Guest emails (when guests added) |
phone | ⚠️ | Phone number (when provided) |
uid
- Unique identifier for the booking
9ybDCbazSYpJHthpxG5EDM
title
- The event type title
30 Minute Meeting
description
- Event type description
Quick sync meeting to discuss project updates
startTime
- ISO 8601 formatted start time in UTC
2024-01-15T14:00:00.000Z
endTime
- ISO 8601 formatted end time in UTC
2024-01-15T14:30:00.000Z
location
- Meeting location or video conference URL
integrations:daily
(Cal Video), integrations:zoom
(Zoom). More possible values herehostName
- Host name(s), comma-separated for multiple hosts
Jane Smith,Mike Johnson
hostStartTime
- Start time formatted in host’s timezone
2024-01-15T09:00:00-05:00
attendeeName
- Name of the person who booked
John Doe
attendeeStartTime
- Start time in attendee’s timezone
2024-01-15T06:00:00-08:00
attendeeFirstName
- First name from booking form
John
attendeeLastName
- Last name from booking form
Doe
guestEmails
- Comma-separated list of guest emails
[email protected], [email protected]
email
- Primary attendee’s email address
[email protected]
phone
- Phone number from booking form
+1234567890
isEmbed
- Boolean flag indicating if booking was made via embed
false
decodeURIComponent()
in JavaScript or equivalent in other languages@
, +
, spaces are URL encodedstartTime
and endTime
are always in UTC (ISO 8601 format)hostStartTime
and attendeeStartTime
include timezone information