Sign up (with export icon)

Webhooks server

Show the table of contents

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

Copy link

Check an example of a webhook server implementation in Node.js.
Check an example of a webhook server implementation in PHP.