In Flashduty On-call
Create either a dedicated or shared Checkly alert integration and copy its complete Push URL.
Configure Checkly
1
Create a Webhook Alert Channel
- In Checkly, open Alert Settings
- Click Add more channels and select Webhook
- Enter
Flashdutyas the name - Select
POSTas the method - Paste the complete Flashduty integration Push URL into URL
- Add
Content-Type: application/jsonunder Headers
2
Choose notifications and subscriptions
- Enable Failure, Degradation, and Recovery under Notification events
- Optionally enable SSL certificate expirations
- Subscribe the Checks or Check Groups that should send notifications to Flashduty
3
Configure the payload
Replace Body with this complete JSON template:Keep
alert_type and check_id. Never add API keys, tokens, passwords, cookies, or other secrets to the payload.4
Verify a real lifecycle
Move one subscribed Check through failure, degradation, and recovery. Confirm that one Flashduty alert is triggered, updated, and recovered.A Checkly test notification or webhook HTTP 200 proves connectivity only. Use real Check state changes to verify Alert Key correlation and recovery.
Alert Key
Normal check-state notifications use the trimmed
check_id (Checkly variable CHECK_ID) as the Alert Key. Titles, errors, run locations, response times, result IDs, and alert-state changes do not affect it.
ALERT_SSL is an independent one-shot Warning event. It always receives a new random UUID, even when the payload includes check_id, and does not update or recover the Check’s normal state alert.
Status and severity
An empty or unknown
alert_type returns an invalid-parameter response. Recovery is determined only by alert_type, not by the title or error text.
Labels and description
Flashduty creates these labels:
checkandsource=checklycheck_idandcheckly_alert_typecheck_name,check_type, andgroup_nameregionandrun_locationis_reminderandreminder_sequence- JSON-encoded
tags
check_result_id is a high-cardinality per-run value and is not stored as a label. The bounded alert description contains the error, response status, response time, start time, and result link.
Delivery and troubleshooting
Checkly retries a failed webhook delivery up to five times at approximately 20-second intervals. Use Checkly’s Alert Notification Log to inspect the final delivery result.
- Flashduty returns an invalid-parameter error: verify that Body is valid JSON, matches the complete template, and contains a supported
alert_type - One Check creates multiple alerts: confirm that every notification carries the same non-empty
check_id - The alert does not recover: enable Recovery and confirm that the recovery payload has the same
check_idas the trigger - No degradation alert arrives: enable Degradation and configure a degradation condition on the Check
- No notification arrives: confirm that the Check or Check Group subscribes to this Webhook Channel, then inspect the Alert Notification Log