Reschedule a booking
reschedule_bookingMoves an existing booking (appointmentId from get_bookings) to a new time and emails the customer about the change. Executes immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | Yes | ISO 8601 with UTC offset, e.g. 2026-09-20T15:00:00+10:00 | |
| timezone | No | IANA timezone; defaults to the booking’s existing timezone | |
| startTime | Yes | ISO 8601 with UTC offset, e.g. 2026-09-20T14:00:00+10:00 | |
| appointmentId | Yes | From get_bookings |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| success | No | ||
| _environment | Yes | The Nexwin country and environment that supplied the result | |
| appointmentId | No |