Skip to content

Webhooks

To set up webhooks for an organisation go to the my organisation’s page, select the organisation you want to edit and then go to the webhooks tab.

All webhook URLs are invoked via a POST request!

Section titled “All webhook URLs are invoked via a POST request!”

When setting the URL for the webhook you should add security to the URL, for example you could use a query parameter: https://none.clicknclear.com/webhook?key=23456789.

Feel free to rotate URLs as much as you like, you can also have multiple webhooks for the same event.

There is also a ‘Test’ button, which will call the webhook with a test payload. The payload sent to the webhook will be test data so should be ignored when received. Test payloads will come with a top level property of: "isTest": true