mark_booking_no_show
Mark attendees as no-shows for a booking by providing booking ID and attendee emails. Record missed appointments with this action.
Instructions
Mark one or more attendees as no-shows for a booking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attendees | Yes | List of attendee no-show records, e.g., [{"email": "john@example.com", "noShow": true}] | |
| booking_id | Yes | Booking ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |