set_availability_alert
Set a persistent alert to monitor a padel venue for preferred time slots and receive webhook notifications when they become available.
Instructions
Set up a persistent alert for when a preferred time slot becomes available. Alerts are saved to disk and support webhook notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date to watch (YYYY-MM-DD format) | |
| venue_id | Yes | The venue ID to watch | |
| venue_name | No | Venue name for display | |
| webhook_url | No | Webhook URL for notifications (required if notification_method is webhook) | |
| preferred_time_end | Yes | End of preferred time window (HH:mm) | |
| notification_method | No | How to notify: webhook (POST to URL), log (write to file), or callback (return in response) | log |
| preferred_time_start | Yes | Start of preferred time window (HH:mm) |