{
  "name": "HipChat",
  "url": "https://www.hipchat.com",
  "actions": {
    "create": "Post to a HipChat chatroom",
    "new": "Add Room"
  },
  "supportedTriggers": "all",
  "type": "communication",
  "fields": [
    {
      "name": "authToken",
      "label": "Auth Token",
      "description": "Your HipChat API auth token",
      "type": "password"
    },
    {
      "name": "roomId",
      "label": "Chat Room",
      "description": "The ID or name of the HipChat chat room to send notifications to"
    },
    {
      "name": "notify",
      "label": "Notify",
      "description": "Should we trigger a notification for people in the room?",
      "type": "boolean",
      "defaultValue": false
    },
    {
      "name": "color",
      "label": "Background Color",
      "description": "The background color for HipChat notifications",
      "optional": true,
      "type": "select",
      "allowedValues": ["yellow", "red", "green", "purple", "random"],
      "defaultValue": "yellow"
    }
  ]
}
