Archive for the ‘Integrations’ Category

Garret Heaton

OnCompare uses the HipChat API to bring their tools and team together

By Garret Heaton | 1 year ago | 0 Comments |

The OnCompare team recently posted a detailed overview of their killer HipChat setup. They’re using GitHub‘s HipChat integration as well as custom integrations for AgileZen and TeamCity to create an activity hub for their distributed team. See how they did it.

OnCompare's HipChat setup

Not using any of our integrations yet? You’re missing out!

Garret Heaton

Capistrano notifications in HipChat

By Garret Heaton | 1 year ago | 9 Comments |

Our friends at Mojo Tech recently released a simple Ruby wrapper for the HipChat API which has special support for Capistrano, a popular deployment framework. After adding a few lines to your Capistrano scripts you’ll receive room messages during deployments, rollbacks, and migrations.

To install the gem, run:

$ gem install hipchat

Then add the following to your Capistrano script:

require 'hipchat/capistrano'

set :hipchat_token, "your token"
set :hipchat_room_name, "your room"
set :hipchat_announce, false # notify users?

Pretty easy! Check out the project page for more details.

By the way, we have integrations with other services such as GitHub, Heroku, and MailChimp as well as API libraries in other languages. Let us know if you’ve done something cool with our API that you’d like to share.

Garret Heaton

GitHub adds HipChat support

By Garret Heaton | 2 years ago | 0 Comments |

GitHub just added HipChat as a one of their service hooks using our new API so you can get in-room notifications of pushes. To set it up just go to your repository’s “Admin” page and select “Service Hooks” on the left. Enter your API auth token and room name and you’re good to go!

GitHub push message

Thanks GitHub!