bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
31 lines • 837 B
JSON
{
"name": "Jaconda",
"url": "https://jaconda.im/",
"actions": {
"create": "Post to a Jaconda chatroom",
"new": "Add Room"
},
"supportedTriggers": "all",
"type": "communication",
"fields": [
{
"name": "host",
"label": "Host URL",
"description": "URL of your Jaconda instance, eg: https://acme.jaconda.im",
"pattern": "https?:\/\/.+"
},
{
"name": "apiToken",
"label": "Room Token",
"link": "http://help.jaconda.im/kb/faqs/what-is-room-id-and-room-token",
"description": "Your Jaconda room token",
"type": "password"
},
{
"name": "roomId",
"label": "Chat Room",
"link": "http://help.jaconda.im/kb/faqs/what-is-room-id-and-room-token",
"description": "The ID of the Jaconda chat room to send notifications to"
}
]
}