docs/contrib/hipchat.md
require 'contrib/hipchat.php';
hipchat_token – Hipchat V1 auth tokenhipchat_room_id – Room ID or namehipchat_message – Deploy message, default is _{{user}}_ deploying {{what}} to *{{where}}*hipchat_from – Default to targethipchat_color – Message color, default is greenhipchat_url – The URL to the message endpoint, default is https://api.hipchat.com/v1/rooms/messageSince you should only notify Hipchat room of a successful deployment, the hipchat:notify task should be executed right at the end.
after('deploy', 'hipchat:notify');
'green'
'{{where}}'
'_{{user}}_ deploying `{{what}}` to *{{where}}*'
'https://api.hipchat.com/v1/rooms/message'
Notifies Hipchat channel of deployment.