Schedule webhooks.
Skip the infrastructure.
Schedule webhooks to fire at a specific time or on a recurring cron schedule. No Redis, RabbitMQ, or Celery required.
Simple API
Schedule a webhook in one API call
Schedule a one-time hook
curl -X POST https://waithook.com/api/v1/hooks \
-H "Authorization: Bearer wh_live_..." \
-H "Content-Type: application/json" \
-d '{
"url": "https://yoursite.com/webhook",
"delay": "30m",
"payload": { "orderId": "123" }
}'Use Cases
Delayed Webhooks
Call my API in 30 minutes
Scheduled Notifications
Send push notification at 9am tomorrow
Trial Expiration
Webhook me 3 days before trial ends
Expiry Callbacks
If user doesn't verify in 24h, call this endpoint
Abandon Cart
Send reminder after 1 hour of inactivity
Recurring Jobs
Daily report at 9am with cron scheduling
Simple Pricing
Start free, scale as you grow