Notifier Reference

October 27, 2020 ยท View on GitHub

Email Notifier

Sends an emails

PropertyDescriptionRequired
smtp_hostHostname or IP address of the SMTP serverYes
smtp_portPort to connect toNo
smtp_authSMTP server authenticationNo
fromThe email address of the senderYes
toRecipients email addressesYes

smtp_host

Hostname or IP address of the SMTP server

smtp_host: smtp.example.com

smtp_port

Port to connect to. Default value is 25

smtp_port: 2525

smtp_auth

SMTP server authentication

smtp_auth:
  user: user
  pass: password

from

The email address of the sender

from: '"Ckron Scheduler" <ckron@example.com>'

to

Recipients email addresses

to: dev@example.com

Slack Notifier

Sends slack notifications to selected webhook

PropertyDescriptionRequired
webhook_urlSlack Webhook to post messages toYes

webhook_url

Webhook URL to send messages to. You can read more about how to set up a webhook here

webhook_url: https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX