Putting Your Webhook to the Test!
Last updated
Last updated
Below are the steps to test the webhook.
Copy the URL from the Webhook channel and paste it in the postman.
After passing the URL in the postman click on send, it will be executed as shown in the above image.
This is how we can the test webhook without any token based. Let us see how to test the Webhook with token based.
Webhook test with token based .
In order to maintain the secure based execution we can use a token for executing the webhook.
Click on the advance setting in the webhook channel, we can see the token field, pass the required token.
Pass the token along with the url in the postman and execute the channel.
After passing the token in the postman and executing the channel it shows the status code as 200 OK. The channel executed successfully using the token.
And that’s how you can successfully test the webhook, both with and without a token!