set_heartbeat_alert
Add or change the alert channel on an EXISTING Cronping check (use this instead of creating a duplicate). Sets the email and/or webhook (Slack/Discord/generic https) that Cronping notifies when the monitor goes silent or recovers. Without an alert channel a check tracks status but can't warn you — call this once per check to make the dead-man's-switch actually protect you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The check id returned by create_heartbeat. | |
| No | Email address to notify (e.g. the operator/owner). Pass empty string to clear. | ||
| claim_token | Yes | The claim_token returned by create_heartbeat. | |
| webhook_url | No | Optional https webhook (Slack/Discord/generic) to notify. Pass empty string to clear. |