notifiers array of a job — there is no global notifiers block. Each entry toggles onSuccess and onFailure independently, so you can fire on failures only, on every run, or on success.
snapr.yaml
Common fields
Every notifier type accepts these fields:If both
onSuccess and onFailure are false, the notifier never fires — it is effectively disabled.Types
Webhook
HTTP request with a JSON run summary to any URL.
Telegram
Message from your bot to a chat, group, or channel.
SMTP email to one or more recipients.