Overview
Webhooks allow you to receive notifications when your Coval evaluations complete. When a run finishes, Coval will send a POST request to your configured webhook endpoints.Configure Webhook Endpoints
Navigate to https://app.coval.dev/settings The webhook configuration interface includes:- Webhook Type Dropdown: Select “Job Complete” from the available options
- Webhook URL Input: Enter the URL where you want to receive notifications
- Add Webhook Button: Click to save your webhook configuration
- Webhook List: View and manage your existing webhooks
- Delete Button: Remove webhooks using the trash icon
Supported Webhook Types
- Job Complete: Triggers when evaluation runs complete
Webhook Data Format
When a run completes, your webhook endpoint will receive a POST request with:organization_id: Your organization’s IDmessage: The formatted alert message with run details and metricsrun_id: The ID of the completed runstatus: The status of the run (COMPLETED or FAILED)

