Function send_slack_message

Source
pub async fn send_slack_message(
    webhook_url: &str,
    message: &str,
) -> Result<(), Error>
Expand description

Sends a notification to the Slack channel.