Escalation Config

Configure organization-level webhook escalation and notification defaults.

Escalation Config

Manage organization-level webhook escalation settings and default notification channels.

The escalation config auto-creates with sensible defaults when first accessed.

Authentication

All endpoints accept either session cookies or API bearer tokens:

BASE_URL="https://uptimeify.io"
TOKEN="<your-api-token>"

Default Webhook Body Template Variables

VariableDescription
{{websiteName}}Name of the affected website
{{websiteUrl}}URL of the affected website
{{status}}Current status (e.g. down, up)
{{startedAt}}Incident start timestamp
{{incident}}Incident details object
{{errorMessage}}Error message if available

Endpoints