resy_book
Confirms and books a restaurant reservation using a token from the preview step. Requires confirm:true and may incur fees per venue policy.
Instructions
STEP 2 of booking — IRREVERSIBLE. Books the reservation from a book_token returned by resy_booking_preview. Requires confirm:true. May incur a cancellation/no-show fee per the venue's policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to actually book. | |
| bookToken | Yes | The book_token returned by resy_booking_preview (NOT the slot token). | |
| paymentMethodId | No | Resy payment method id; defaults to RESY_PAYMENT_METHOD_ID. |