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

  1. Open the Test Flow you want to configure.
  2. Click the Settings gear icon.
  3. Navigate to Notifications.
  4. In the Webhook section, enter your webhook URL.
  5. 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