Testing Webhooks

Learn to test webhooks simply and thus solve any problem that may arise in the integration

Pablo Martinez avatar
Written by Pablo Martinez
Updated this week

Sometimes it is difficult to know what is happening with webhooks, why they fail and what error code the target server is returning. For this, we have prepared this quick manual that will allow you to validate what is happening in a few minutes.

1. Open a test server

Access the page (https://webhook.site/). When you enter you will be creating a test server that will display on the screen any request that is sent to it.

2. Create a webhook to the test server

Copy the entry point to your test server and create a new webhook in your project next to the one on the server.

Did this answer your question?