start_inquiry
Generate a WhatsApp inquiry link for a Fursat home. Returns a wa.me URL that opens WhatsApp with a prefilled message identifying the listing and (optionally) the guest's dates, party size, and notes. Use this when a traveler wants to actually book or inquire about a specific home after seeing it in search results. Bookings on Fursat happen on WhatsApp — there is no online checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL slug of the Fursat listing (e.g., 'pudung-farm'). | |
| notes | No | Free-text notes the assistant should include in the inquiry (e.g., 'celebrating an anniversary', 'need airport pickup quote'). Optional, keep under 280 chars. | |
| guests | No | Total number of guests. Optional. | |
| checkIn | No | Check-in date in ISO format YYYY-MM-DD. Optional; include only if the guest specified a date. | |
| checkOut | No | Check-out date in ISO format YYYY-MM-DD. Optional; include only if the guest specified a date. |