What to send
The What to send toggles pick which failures any configured channel receives — one shared set across every channel, both on by default. Turning both off silences notifications without removing your saved destinations.Events
- dbt failures (
dbt_failed) — a scheduled dbt run, or the Evidence (dashboards) rebuild that follows it, fails. - Integration failures (
integration_failed) — a source load into your warehouse fails. The failure also shows in the integration’s Runs view in Integrations with the full log. - Test (
test) — sent by the Send Test button.
Slack
One field: Slack Webhook URL — a Slack incoming-webhook URL (https://hooks.slack.com/services/...). Each event posts a message with the event title and detail, prefixed [Platinur].
[Platinur] <event title> and the body carries the event detail plus metadata.
If email delivery has not been enabled on your deployment yet, the card notes that email alerts are logged rather than sent — use Slack until it is available.
Send a test
The Send Test button below the form delivers a test event to every configured channel and reports the result; it is disabled until a destination is saved. Every test is recorded in the audit log. The API equivalent isPOST /api/notifications/test, which accepts an optional kind (slack or email) to test a single channel.