NEWCKEditor AI is here!
Sign up (with export icon)

Webhooks testing

Show the table of contents

A crucial part of any integration is testing. To this end, CKEditor Cloud Services provides several tools that facilitate the testing of integration with webhooks.

Ping event

Copy link

After creating a webhook, CKEditor Cloud Services sends a straightforward ping event that can be used to confirm that the integration works correctly.

Payload:

  • id – The ID of the request.
  • url – The URL of the request.

Example

Copy link

You can find an example of a ping event sent by CKEditor Cloud Services below.

{
 "event": "ping",
 "environment_id": "environment-1",
 "payload": {
 "id": "id",
 "url": "url",
 },
 "sent_at": "2020年06月15日T09:32:17.813Z"
}
Copy code

Next steps

Copy link

Was this page helpful?

Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing? Please report it via our contact form.

© 2003 - 2026  CKSource. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /