calmesh_create_booking
Create a booking on a booking page by providing visitor name, email, timezone, and start time. Returns booking ID, status, and confirmed time.
Instructions
Create a new booking on a booking page. Returns booking ID, status, and confirmed time. Requires "book" scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional notes or message from the visitor. | |
| start_time | Yes | Desired start time as ISO 8601 datetime. Must be an available slot. | |
| visitor_name | Yes | Full name of the person booking. | |
| visitor_email | Yes | Email address of the person booking. | |
| visitor_timezone | Yes | IANA timezone of the visitor (e.g. America/New_York). | |
| booking_page_slug | Yes | Booking page slug to book on. |