func (s *slackNotifier) NotifyAllClear(msg Message) error {
    msgText := msg.FormatAllClear()
    hexGreen := "#00FF00"
    attachment := slack.Attachment{
        Fallback: &msgText,