Notification.Notify (etl_core v0.1.54)

Module responsible for sending notifications to other spaces: Slack, Email, etc.

Link to this section Summary

Functions

Send notifications to Slack

Send notifications to Slack

Link to this section Functions

Link to this function

notify_slack(url, headers, env, info)

Send notifications to Slack

parameter

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

Parameter:

- url: String. Url to send the notification.

- headers: List.

- env: String.

- msg: Map.

- error: Exception.