For automated checking:
Set up a cron job to hit the API endpoint:
0 */2 * * * curl -X GET http://your-domain.com/api/check
This will check every 2 hours
For Slack integration:
Set these environment variables:
SLACK_BOT_TOKEN - Your Slack bot tokenSLACK_CHANNEL - Channel to send alerts to (default: #booking-alerts)Configure your Slack app's Interactive Components URL to: http://your-domain.com/slack/interactive