Creating a webhook inbox takes less than a minute. Once created, you get a unique URL that any external service — Stripe, GitHub, Slack, or anything else that sends HTTP requests — can use as a webhook destination. Every request sent to that URL is captured and stored in your dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.swisstools.dev/llms.txt
Use this file to discover all available pages before exploring further.
Create an inbox
Open your project
Go to the dashboard and open the project where you want to add the webhook inbox.
Fill in the details
Give your inbox a name. The description field is optional but useful when you have multiple inboxes in the same project.
Your webhook URL
After creation, the detail page shows a URL in this format:Send a test request
You can verify your inbox is working by sending a request manually:Edit or delete an inbox
To rename an inbox or update its description, open the inbox from the Webhooks list and use the edit controls on the detail page. To remove an inbox entirely, click Delete on the inbox card in the Webhooks list. Deleting an inbox is permanent and removes all captured requests.Swisstools stores up to 50 requests per inbox and retains them for 12 hours. Requests older than 12 hours are automatically removed. If you need to keep a payload longer, copy it from the dashboard before the window expires.