Webhooks server
To work with incoming webhooks, an application that listens to HTTP POST
requests sent from CKBox is needed.
This application must be accessible from the Internet.
# Examples
Check an example of a webhook server implementation in Node.js.
Check an example of a webhook server implementation in PHP.