ghl_calendar_service_booking_create
Create a service booking for a contact at a specified time and location. Supports overriding availability and skipping scheduling notice.
Instructions
Create Service Booking Create a new service booking Endpoint: POST /calendars/services/bookings (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars/events.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| overrideAvailability | No | If true the time slot validation would be avoided for any booking creation/update (even the skipSchedulingNotice) | |
| skipSchedulingNotice | No | If set to true, the minimum scheduling notice and date range would be ignored |