Hi everyone, I’m Roberto Moscatelli from the Docebo Support team and I would like to share something about testing Webhook.
If you are not familiar with Webhooks you can use a test website and check how they works.
So, first of all go to https://webhook.site
You will see a page like this:
Then copy the “Unique URL” clicking on “copy to clipboard”:
Now move to your platform and go to Admin Menu-Webhooks and click on “+” icon to create a new webhook:
Now Just insert a name (like “test”), paste the payload URL and select an event:
In this example I selected “User has been created”.
Then Save and make sure to activate the webhook clicking on the status as below:
So now create a user under “Admin Menu-User management” and go back to the website https://webhook.site
You should see the event like this:
Now you can do the test using also the other events!