Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
/ hipchat-ps Public archive
forked from Plasma/hipchat-ps

Powershell script for sending a HipChat message using their REST API

Notifications You must be signed in to change notification settings

billypurdue/hipchat-ps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#hipchat-ps The hipchat-ps module is inspired by HipChat's hipchat-cli but wraps up the functionality to send a HipChat message in an easy to use Windows PowerShell module. I forked the original project and have done my best to add a bit more to it, and to clean it up a bit (not that what it had before was bad, I'm a novice and appreciate a lot of white space to seperate things out).

Getting Started

  1. Copy this module to any location found in $env:PSModulePath

    Copy to Windows directory for global install:

    C:\Windows\System32\WindowsPowerShell\v1.0\Modules\Publish-HipChatRoomMessage\Publish-HipChatRoomMessage.psm1
    
  2. Import the module

    C:\PS>Import-Module Publish-HipChatRoomMessage

  3. List available functions

     C:\PS>Get-Command -Module Publish-HipChatRoomMessage
    
  4. Get help on the module

     C:\PS>Get-Help Publish-HipChatRoomMessage -examples
    
     C:\PS>Get-Help Publish-HipChatRoomMessage -detailed
    
  5. Execute the module

     C:\PS>Publish-HipChatRoomMessage -apitoken e6b4ed16569cb86d272692171d5 5c8 -roomid 49459 -from "lloyd" -message "Test Message http://www.google.com"		
    

Disclaimer

NO warranty, expressed or written

About

Powershell script for sending a HipChat message using their REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PowerShell 100.0%