Alerting › Destinations

Destinations

The places a workspace can send alerts — Slack or any webhook, as many as you need.

A destination is one place alerts can go: a Slack incoming webhook, or any HTTP endpoint that accepts a POST. A workspace has as many as it needs, and each subject decides which of them it tells — see Alert delivery.

Before 1.8.0 a workspace had exactly one webhook URL and every alert in it went there. That field is gone. On upgrade the address you had becomes a destination named Default, enabled and marked as the workspace default, so alerting continues unchanged until you change it.

Add one

Workspace → Settings → Destinations, then Add Slack webhook destination or Add webhook destination.

FieldWhat it is
NameYour label for the row. It is stored here and never sent anywhere — write what tells two similar hooks apart (Acme Slack · #incidents).
URLThe address to POST to. For Slack, the incoming webhook URL.
ChannelSlack only, and optional. #incidents and incidents are the same channel — the # is dropped before saving. Leave it empty to post wherever the hook is already bound.
TransformationThe payload template this destination receives, or Default for Uptimer’s own message.
DefaultTick to make this the workspace fallback — what a subject sends to when it has chosen nothing of its own.

The type is fixed when you create it. A Slack hook and a plain webhook carry different payloads, so there is no edit that turns one into the other: delete and recreate.

The default, and what it means to have none

At most one destination per workspace is the default. A subject that has chosen no destinations of its own sends there — that is the whole of the rule.

Off, on, and delete

Each row’s More menu carries the rest:

The address is a credential

A webhook URL is enough for anyone holding it to post into your channel. The list shows it shortened, with the whole value on hover or keyboard focus, and the edit form leaves the field blank with a redacted placeholder — saving without typing a new one keeps the stored address. Delivery records never store the URL.

Everything in this section requires the Edit workspace permission, reading included. The same is true of the REST equivalents.