create_rate_alert
Monitor a hotel for price drops and get email notifications when rates fall. Optionally specify dates to watch a specific stay.
Instructions
Create a rate alert to monitor a hotel for price drops.
Set up an alert to be notified by email when the rate drops for a specific hotel.
Optionally specify dates, or leave them out to monitor any stay.
Requires a Gondola account with an API key.
Args:
hotel_id: The hotel's Vervotech property ID (from search results).
checkin: Check-in date in YYYY-MM-DD format. Must be provided with checkout, or both omitted.
checkout: Check-out date in YYYY-MM-DD format. Must be provided with checkin, or both omitted.
Returns:
Confirmation that the rate alert was created, with notification details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkin | No | ||
| checkout | No | ||
| hotel_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |