bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
22 lines • 516 B
JSON
{
"name": "Campfire",
"description": "Post to a Campfire chatroom",
"supportedTriggers": "all",
"fields": [
{
"name": "authToken",
"label": "Auth Token",
"description": "Your Campfire API auth token"
},
{
"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"
}
]
}