Create Webhook
Incoming requests are delivered to /hooks/<id>. Every webhook expires automatically 48 hours after creation and keeps the newest 100 captured requests.
Create a receiver, optionally add basic auth, a header token, or HMAC SHA-256, then inspect accepted and rejected requests from the UI or JSON API.
Incoming requests are delivered to /hooks/<id>. Every webhook expires automatically 48 hours after creation and keeps the newest 100 captured requests.
Create a webhook, copy the generated URL, and send requests to it from your service or local tools.
The detail page shows the ingest URL, the paginated JSON messages endpoint, the exact expiration time, and filters for accepted or rejected deliveries. Once a receiver has more than 100 messages, the oldest ones are deleted automatically.
There is no global receiver list. Keep the webhook detail URL if you want to revisit it later.