Kevin CLI
Kevin CLI is a command-line interface that allows you to easily interact with webhooks. You can send signed webhooks to an endpoint with either a specified payload or a randomly generated one. We would appreciate any feedback or suggestions on how we can further enhance this tool to bring added value to your projects.
To install the dependencies, run the following command:
npm install
Usage
Send a webhook
To test your webhook flow without exposing your listener, we recommend using a tool like webhook.site.
To send a webhook, run the following command and specify your endpoint secret as a parameter:
npx kevin send https:
Replace https://example.com with the URL of your webhook endpoint, mysecret with your endpoint secret. The payload will be picked up randomly.
npx kevin send https:
You can also use a custom payload by replacing the payload argument with a JSON-formatted string. For example:
npx kevin send https:
Who do I talk to?
If you have any questions or issues, please reach out to the developer for assistance.