Webhook Notifications
CheckView can send test flow results to a custom webhook URL, enabling integration with external monitoring tools, dashboards, or automation workflows.
Setting Up Webhook Notifications
- Open the Test Flow you want to configure.
- Click the Settings gear icon.
- Navigate to Notifications.
- In the Webhook section, enter your webhook URL.
- Click Save changes.
Webhook Payload
When a test completes, CheckView sends a POST request to your webhook URL with a JSON payload containing the test results, including:
- Test flow name and ID
- Website URL
- Test status (success or error)
- Error details (if applicable)
- Link to full test results
Use Cases
- Custom dashboards: Feed test results into your own monitoring dashboard.
- Automation workflows: Trigger follow-up actions (e.g., create a ticket, send a text message) when a test fails.
- Third-party integrations: Connect to tools like Zapier, Make, or n8n for custom notification routing.
Webhook notifications are available at both the organization and test flow levels.
Related Articles