Webhooks management
Webhooks management is available for every environment in the CKEditor Ecosystem customer dashboard. Select the environment from the list of environments and navigate to the “Webhooks” tab to review existing webhooks and add new ones.
The webhooks management page shows existing webhooks and a button to add new ones. The list is empty until you define some webhooks for a particular environment.
When creating a new webhook, you should select which events should be sent. You also need to provide an endpoint URL that CKEditor Cloud Services will send the requests to.
An added webhook will appear on the list.
Each webhook visible in this list can be edited (you can change its URL and events) as well as removed. It can be done by clicking the “Edit” button.
Additionally, for each webhook you can review the history of the request. This can be used during the testing, integration or debugging.
You can read more about the request history in the Webhooks testing guide.