create_booking
Create a booking for a VSL session with optional auto-confirmation for an instant Meet link. Provide customer name, email, date, and time.
Instructions
Create a new booking with optional auto-confirmation for instant Meet link
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vsl_id | Yes | The VSL ID to book | |
| auto_confirm | No | true = instant Meet link, false = pending | |
| booking_date | Yes | Date in YYYY-MM-DD format | |
| booking_time | Yes | Time in 12-hour format (e.g., '10:00 AM') | |
| customer_name | Yes | Customer's full name | |
| customer_email | Yes | Customer's email | |
| customer_phone | No | Customer's phone (optional) |