Sign up (with export icon)

Webhooks server

Show the table of contents

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

Copy link

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