Skip to Content
Back to Integrations & Webhooks
Integrations & Webhooks Webhooks

Testing Webhooks

Verify your webhook integrations are working correctly

Testing Webhooks

Verify your webhook integrations are working correctly

After creating a webhook, it's important to test it before relying on it for critical alerts. The test feature sends a sample payload to your endpoint so you can verify the connection and see how notifications will appear.

1

Open Webhook Settings

Navigate to Integrations and click on the webhook you want to test.

Slack Alerts Active
https://hooks.slack.com/services/T0...
3 events configured
2

Send Test Payload

Click the Test button. A test notification will be sent immediately.

Send Test Notification
to Slack Alerts webhook

This will send a test alert payload to your webhook endpoint. The payload will include sample data similar to a real alert.

Test Payload Preview
{
  "event_type": "alert.created",
  "timestamp": "2025-01-15T10:30:00Z",
  "alert": {
    "id": "test-alert-001",
    "severity": "warning",
    "title": "Test Alert",
    "message": "This is a test notification"
  },
  "instance": {
    "name": "Production Cluster"
  }
}
3

Verify Results

Check the response status and verify the notification arrived at your endpoint.

Test Successful
Webhook responded with HTTP 200 OK in 245ms
Slack Preview
⚠️ Test Alert
This is a test notification from Scalelite Manager Pro
Production Cluster • Just now

Troubleshooting Failed Tests

Connection Timeout

The webhook endpoint didn't respond within 10 seconds.

Solution: Verify the URL is correct and the service is accessible. Check firewall rules.
HTTP 401 Unauthorized

The webhook endpoint requires authentication.

Solution: Check if you need to include an API key in custom headers or use a different URL format.
HTTP 404 Not Found

The webhook URL doesn't exist.

Solution: Double-check the webhook URL. It may have been regenerated or deleted in the external service.

Viewing Delivery History

Each webhook maintains a delivery log showing recent attempts and their status.

Event
Status
Response
Time
alert.created (Test)
✓ Delivered
200 OK
Just now
alert.resolved
✓ Delivered
200 OK
2h ago
alert.created
✓ Delivered
200 OK
5h ago

Was this article helpful?

Still need help? Contact support

Search across meetings, recordings, and participants
Press ESC to close