Notifications

Channel: Webhook

Webhook Notifications

Webhook notifications allow you to integrate Vaktum events with your own systems and automation workflows by sending HTTP requests to your specified endpoints.

Setting Up Webhook Notifications

  1. Navigate to Workspace SettingsNotifications
  2. Click "Add Notification Channel"
  3. Select "Webhook" as the channel type
  4. Configure the following settings:
    • Webhook URL: The endpoint that will receive the webhook requests
    • Headers: Add any custom HTTP headers required by your endpoint
    • Event Types: Select which events should trigger webhook notifications

Webhook notification setup

Webhook Payload Format

Webhook notifications use a consistent JSON payload format based on the notification type

Testing Webhooks

You can test your webhook configuration:

  1. Navigate to Workspace SettingsNotificationsWebhooks
  2. Select the webhook you want to test
  3. Click "Send Test Webhook"
  4. Choose an event type for the test payload
  5. Vaktum will send a test event to your endpoint and report the result