This is part of the Fake.Api.Slack module.
								
                
							
The Slack notification parameter type
 
  
  
    
      | Record Field | Description | 
    
    
      
        | 
            Attachments
          
            Signature: NotificationAttachmentParams []
 |  | 
      
        | 
            Channel
          
            Signature: string
 | Channel to which the message will be posted. Default value: Specified in your Slack Webhook configuration. | 
      
        | 
            IconEmoji
          
            Signature: string
 | The emoji to be displayed with the message. Default value: Specified in your slack Webhook configuration. | 
      
        | 
            IconURL
          
            Signature: string
 | The icon to be displayed with the message. Default value: Specified in your slack Webhook configuration. | 
      
        | 
            LinkNames
          
            Signature: bool
 |  | 
      
        | 
            Text
          
            Signature: string
 | (Required) The message body | 
      
        | 
            UnfurlLinks
          
            Signature: bool
 | Whether to force inline unfurling of attached links. Default value: false. | 
      
        | 
            Username
          
            Signature: string
 | Name the message will appear to be sent from. Default value: Specified in your Slack Webhook configuration. |