Book (creates a real reservation)
create_bookingCreates a REAL booking from a hold. Call only after the user explicitly confirmed time and price. Needs a name and at least one contact unless the user is signed in to Awning. Pass the same idempotency_key when retrying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| address | No | Where to come or deliver, e.g. {"line1":"Rawai Beach Resort"} | |
| hold_id | Yes | ||
| customer | No | ||
| intake_answers | No | ||
| idempotency_key | No | Random string; reuse it on retries |