How do I test my webhook integration?
- Go to Settings → Webhooks and click New Webhook.
- Enter your endpoint URL — you can use a tool like webhook.site to capture test events.
- Select the events you want to test and click Save.
- Trigger an action in Komashi (e.g. create a subscription).
- Check your endpoint to verify the event was received.
tip
Use webhook.site or a similar tool to inspect incoming payloads without setting up your own server.