ClientDataInput
Progressive client data for a booking intent. All fields are optional; provided fields are merged with existing values.
The client's email address.
fields objectnullable
A map of custom field values to set on the client, keyed by field slug. Each key must correspond to a Client Field that has been defined in the account; arbitrary key-value pairs are not accepted.
A map of custom field values to set on the client, keyed by field slug. Each key must correspond to a Client Field that has been defined in the account; arbitrary key-value pairs are not accepted.
The client's first name.
The client's last name.
The locale of the client booking the appointment.
en-USThe client's phone number (E.164 format).
+1234567890External reference identifier for the client.
The client's time zone (IANA format).
America/New_York{
"email": "jane@example.com",
"fields": {
"age": 30
},
"first_name": "Jane",
"last_name": "Doe",
"locale": "en-US",
"phone": "+15551234567",
"reference_id": "ext_123",
"time_zone": "America/New_York"
}