Skip to main content

How do I test my webhook integration?

  1. Go to Settings → Webhooks and click New Webhook.
  2. Enter your endpoint URL — you can use a tool like webhook.site to capture test events.
  3. Select the events you want to test and click Save.
  4. Trigger an action in Komashi (e.g. create a subscription).
  5. 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.