Notifier Reference
October 27, 2020 ยท View on GitHub
Email Notifier
Sends an emails
| Property | Description | Required |
|---|---|---|
smtp_host | Hostname or IP address of the SMTP server | Yes |
smtp_port | Port to connect to | No |
smtp_auth | SMTP server authentication | No |
from | The email address of the sender | Yes |
to | Recipients email addresses | Yes |
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
| Property | Description | Required |
|---|---|---|
webhook_url | Slack Webhook to post messages to | Yes |
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