Webhooks server
To work with incoming webhooks, an application that listens on HTTP POST
requests sent from CKEditor Cloud Services is needed.
It is necessary that this application is accessible from the Internet.
# Example
Check an example of a webhooks server implementation in Node.js.
Check an example of a webhooks server implementation in PHP.