Skip to content

Create a classification web hook

Classification web hooks send HTTP requests to external systems when a classification event occurs.

Before creating a web hook, the following must already exist:

  • A classification event
  • An authentication configuration

1. Open the web hooks view

Navigate to:

Data Exchange → Classification Web Hooks

Classification webhooks view

2. Create a new web hook

Click the + button.

3. Configure the web hook

Fill in the configuration fields.

  • Name – Name of the web hook.
  • Description – Optional description.
  • URL (https) – The HTTPS endpoint that will receive the event.
  • Filter Event – The classification event that triggers the web hook.
  • Authentication – Authentication configuration used for the request.

Add classification web hook

4. HTTPS requirement

The URL must use HTTPS.

Example:

https://example.com/path-to-target

5. Save the web hook

Click Save to create the web hook.

Understand the concept