Skip to main content
NiCE CXone Mpower Expert
Expert Success Center

Webhooks

Webhooks provide real-time notifications for events that occur within a site. When specific events happen (for example, page creations, user updates, or file modifications), the system automatically notifies your external applications via HTTP POST requests.

Benefits

Webhooks connect NiCE KM to your workflow for a seamless integration, providing instant notification of NiCE KM platform events in your existing tools without manual polling or delays.

  • Reduce latency: Instantly receive automatic, real-time updates in external apps.
  • Automate business processes: Your systems can react in real-time to changes.
  • Save time and effort: Webhooks standardize event delivery without custom integration efforts.

Use our documentation to help you set up webhooks on your site.

Supported events

The webhook system supports the following event types:

Page events

  • Page_Create - New page created
  • Page_Copy - Page duplicated
  • Page_Move - Page relocated
  • Page_Restore - Page recovered from deletion
  • Page_Delete - Page removed
  • PageContent_Update - Page content modified

Attachment events

  • Attachment_Create - New file uploaded
  • Attachment_Copy - File duplicated
  • Attachment_Move - File relocated
  • Attachment_Restore - File recovered from deletion
  • Attachment_Delete - File removed
  • Attachment_Update - File modified

User events

  • User_Create - New user account created
  • User_Update - User account modified

 

  • Was this article helpful?