SlackNotificationHelper
Contains a task to send notification messages to a Slack webhook
 
  Nested types and modules
  
  Functions and values
  
    
      | Function or value | Description | 
    
    
      
        
          
            SlackNotification webhookURL setParams
          
          
            Signature: webhookURL:string -> setParams:(SlackNotificationParams -> SlackNotificationParams) -> string 
                       
         | 
        
            
               
               
            
          Sends a notification to a Slack Channel 
Parameters
webhookURL - The Slack webhook URL 
setParams - Function used to override the default notification parameters 
 
         | 
      
      
        
          
            SlackNotificationAttachmentDefaults 
          
          
            Signature: SlackNotificationAttachmentParams 
                       
         | 
        
            
               
               
            
          The default parameters for Slack notification attachments 
         | 
      
      
        
          
            SlackNotificationAttachmentFieldDefaults (...)
          
          
            Signature: SlackNotificationAttachmentFieldParams 
                       
         | 
        
            
               
               
            
          The default parameters for Slack notification attachment fields 
         | 
      
      
        
          
            SlackNotificationDefaults 
          
          
            Signature: SlackNotificationParams 
                       
         | 
        
            
               
               
            
          The default Slack notification parameters 
         |