Confirm Booking
confirm_bookingConfirm a reservation made with reserve_slot. The customer received a 6-digit confirmation code at their own email or phone when the slot was reserved — the agent never generates or sees this code itself, only relays what the customer reads back. Confirming is what actually claims the slot: two people can hold overlapping pending reservations, but only the first to confirm keeps it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The 6-digit confirmation code the customer received at their contact (email or SMS) and read back to the agent | |
| slug | Yes | Business slug identifier | |
| reservation_id | Yes | The reservation id returned by reserve_slot |