NOTIFY

Email addresses for run notifications (completion, failure, SLA breach).

Category: schedule-clauses

Syntax

NOTIFY 'admin@example.com', 'team@example.com'

Description

The NOTIFY clause specifies one or more email addresses, each enclosed in single quotes and separated by commas, that receive notifications when a scheduled pipeline run completes, fails, or breaches an SLA threshold. Notifications are sent by the control plane's SMTP integration. When omitted, no email notifications are dispatched for this schedule. This clause is independent of the WEBHOOK clause; both may be specified together to receive notifications through multiple channels simultaneously.

Open in interactive docs →   DeltaForge home →