企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# C.40 HipchatTask Send a simple HipChat notification. Table C.41:聽Attributes NameTypeDescriptionDefaultRequired`room``Integer`RoomIDn/aYes`authToken``String`Authentication Tokenn/aYes`color``String`Valid colors at this time are: yellow, green, red, purple, gray, randomyellowNo`notify``Boolean`Whether this message should trigger a user notification or just add a note to the room.falseNo`format``String`html or texttextNo`domain``String`Domain name of your HipChat server.api.hipchat.comNo C.40.1 Example ``` <hipchat room="3366876" authToken="**************"> Success </hipchat> <hipchat room="3366876" authToken="**************" color="red" notify="true" domain="hipchat.example.com"> Failure </hipchat> ```