Notifiers

notifiers is an array; each entry sends a message after a job runs. Every notifier toggles onSuccess / onFailure independently — fire on failures only, on every run, or on success.

Common fields

FieldTypeRequiredNotes
typeenumyeswebhook, telegram, email
namestringnolabel shown in the UI
onSuccessboolnofire on successful runs
onFailureboolnofire on failed runs

If both onSuccess and onFailure are false, the notifier is effectively disabled.

Types