HipChatNotificationParams
The HipChat notification paramater type
 
  Record Fields
  
    
      | Record Field | Description | 
    
    
      
        
          
            AuthToken
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          (Required) Auth token from HipChat 
         | 
      
      
        
          
            Color
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The background color for the message, which can be yellow, red, green, purple, gray, or random. Default value: yellow 
         | 
      
      
        
          
            From
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          (Required) Name the message will appear to be sent from 
         | 
      
      
        
          
            Message
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          (Required) The message body 
         | 
      
      
        
          
            MessageFormat
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          The message format, which can either be text or html. Default value: text 
         | 
      
      
        
          
            Notify
          
          
            Signature: bool 
                       
         | 
        
            
               
               
            
          Whether or not this message should trigger a notification for people in the room. Default value: false 
         | 
      
      
        
          
            RoomId
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          (Required) ID or name of the room to send the notification to 
         |