Notification.Notify (etl_core v0.1.55)
Module responsible for sending notifications to other spaces: Slack, Email, etc.
Summary
Functions
Link to this function
notify_slack(url, headers, env, info)
Send notifications to Slack
Parameter:
- url: String. Url to send the notification.
- headers: List.
- env: String.
- info: String.
Link to this function
notify_slack(url, headers, env, msg, error)
Send notifications to Slack
Parameter:
- url: String. Url to send the notification.
- headers: List.
- env: String.
- msg: Map.
- error: Exception.