create_booking
Creates a new booking (a check-in workflow) for one of the host's properties. Requires the write permission granted separately during sign-in. Ask the host to confirm the property and dates before calling this. Does not email the guest — call send_guest_checkin_link afterwards if a link should go out now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkIn | Yes | Check-in date, yyyy-MM-dd. | |
| checkOut | Yes | Check-out date, yyyy-MM-dd. | |
| guestName | No | Guest name, optional. | |
| guestEmail | No | Guest email, optional. | |
| guestPhone | No | Guest phone, optional. | |
| propertyId | Yes | The property id, from list_properties. | |
| templateId | No | Check-in template id. Omit if the property has exactly one active (non-archived) template — it is picked automatically; otherwise this is required. |