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
- Navigate to Workspace Settings → Notifications
- Click "Add Notification Channel"
- Select "Webhook" as the channel type
- 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 Payload Format
Webhook notifications use a consistent JSON payload format based on the notification type
Testing Webhooks
You can test your webhook configuration:
- Navigate to Workspace Settings → Notifications → Webhooks
- Select the webhook you want to test
- Click "Send Test Webhook"
- Choose an event type for the test payload
- Vaktum will send a test event to your endpoint and report the result