bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
46 lines (45 loc) • 1.21 kB
JSON
{
"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": "host",
"label": "HipChat Server URL (Optional)",
"description": "If using HipChat Server, enter your URL, eg. https://hipchat.example.com",
"optional": true
},
{
"name": "color",
"label": "Background Color",
"description": "The background color for HipChat notifications",
"optional": true,
"type": "select",
"allowedValues": ["yellow", "red", "green", "purple", "random"],
"defaultValue": "yellow"
},
{
"name": "notify",
"label": "Notify",
"description": "Should we trigger a notification for people in the room?",
"type": "boolean",
"defaultValue": false
}
]
}