bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
28 lines • 644 B
JSON
{
"name": "Campfire",
"url": "https://campfirenow.com",
"actions": {
"create": "Post to a Campfire chatroom",
"new": "Add Room"
},
"supportedTriggers": "all",
"type": "communication",
"fields": [
{
"name": "authToken",
"label": "Auth Token",
"description": "Your Campfire API auth token",
"type": "password"
},
{
"name": "roomId",
"label": "Chat Room ID",
"description": "Check your campfire URL for a room ID. Usually 6 digits."
},
{
"name": "domain",
"label": "Subdomain",
"description": "The Campfire subdomain for the account"
}
]
}