pub async fn send_slack_message( webhook_url: &str, message: &str, ) -> Result<(), Error>
Sends a notification to the Slack channel.