C.36 HipchatTask

Send a simple HipChat notification.

Table C.37: Attributes

NameTypeDescriptionDefaultRequired
roomIntegerRoomIDn/aYes
authTokenStringAuthentication Tokenn/aYes
colorStringValid colors at this time are: yellow, green, red, purple, gray, randomyellowNo
notifyBooleanWhether this message should trigger a user notification or just add a note to the room.falseNo
formatStringhtml or texttextNo
domainStringDomain name of your HipChat server.api.hipchat.comNo

C.36.1 Example

<hipchat room="3366876" authToken="**************">
    Success
</hipchat>

<hipchat room="3366876" authToken="**************" color="red" notify="true" domain="hipchat.example.com">
    Failure
</hipchat>