On this page
hipchat - Send a message to Hipchat.
Synopsis
- Send a message to a Hipchat room, with options to control the formatting.
 
Parameters
| Parameter | Choices/Defaults | Comments | 
|---|---|---|
| api  
        (added in 1.6.0)
         | 
      Default: 
        "https://api.hipchat.com/v1"
         | 
      
        
        API url if using a self-hosted hipchat server. For Hipchat API version 2 use the default URI with  /v2 instead of /v1.
        | 
     
| color | 
       
  | 
      
        
        Background color for the message.
         | 
     
| from | Default: 
        "Ansible"
         | 
      
        
        Name the message will appear to be sent from. Max length is 15 characters - above this it will be truncated.
         | 
     
| msg  
        required
         | 
      
        
        The message body.
         | 
     |
| msg_format | 
       
  | 
      
        
        Message format.
         | 
     
| notify  
        bool
         | 
      
       
  | 
      
        
        If true, a notification will be triggered for users in the room.
         | 
     
| room  
        required
         | 
      
        
        ID or name of the room.
         | 
     |
| token  
        required
         | 
      
        
        API token.
         | 
     |
| validate_certs  
        bool
         
        (added in 1.5.1)
         | 
      
       
  | 
      
        
        If  no, SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.
        | 
     
Examples
- hipchat:
    room: notif
    msg: Ansible task finished
# Use Hipchat API version 2
- hipchat:
    api: https://api.hipchat.com/v2/
    token: OAUTH2_TOKEN
    room: notify
    msg: Ansible task finished
  Status
This module is flagged as stableinterface which means that the maintainers for this module guarantee that no backward incompatible interface changes will be made.
Maintenance
This module is flagged as community which means that it is maintained by the Ansible Community. See Module Maintenance & Support for more info.
For a list of other modules that are also maintained by the Ansible Community, see here.
Author
- WAKAYAMA Shirou (@shirou), BOURDEL Paul (@pb8226)
 
Hint
If you notice any issues in this documentation you can edit this document to improve it.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
 https://docs.ansible.com/ansible/2.6/modules/hipchat_module.html