SlackNotificationParams
The Slack notification parameter type
 
  Record Fields
  
    
      | Record Field | Description | 
    
    
      
        
          
            Attachments
          
          
            Signature: SlackNotificationAttachmentParams [] 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            Channel
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Channel to which the message will be posted. Default value: Specified in your Slack Webhook configuration. 
         | 
      
      
        
          
            From
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          Name the message will appear to be sent from. Default value: Specified in your Slack Webhook configuration. 
         | 
      
      
        
          
            Icon_Emoji
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The emoji to be displayed with the message. Default value: Specified in your slack Webhook configuration. 
         | 
      
      
        
          
            Icon_URL
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The icon to be displayed with the message. Default value: Specified in your slack Webhook configuration. 
         | 
      
      
        
          
            Link_Names
          
          
            Signature: bool 
                       
         | 
        
            
               
               
            
          
         | 
      
      
        
          
            Text
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          (Required) The message body 
         | 
      
      
        
          
            Unfurl_Links
          
          
            Signature: bool 
                       
         | 
        
            
               
               
            
          Whether to force inline unfurling of attached links. Default value: false. 
         |