bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
20 lines (19 loc) • 450 B
JSON
{
"name": "Flowdock",
"url": "https://www.flowdock.com",
"actions": {
"create": "Post to a Flowdock inbox",
"new": "Add Room"
},
"supportedTriggers": "all",
"type": "communication",
"fields": [
{
"name": "apiToken",
"label": "Flow API token",
"description": "The API token of the Flow to send notifications to",
"link": "https://www.flowdock.com/account/tokens",
"type": "password"
}
]
}