Testing webhooks
Once you've created a webhook and deployed the endpoint, you can test the webhook by using the simple CLI that's bundled with @indent/webhook
. You can create a test/config.json
file that can be used to send events to your webhook with a given signing secret like this example or the general structure:
You can either install the webhook package globally or use npx like this:
Coming soon: an official Indent CLI to make testing webhooks even easier and safer.