bugsnag-notification-plugins
Version:
Notification plugins (chat and issue tracking integrations) for Bugsnag.
24 lines (23 loc) • 557 B
JSON
{
"name": "UserVoice",
"url": "https://www.uservoice.com",
"actions": {
"create": "Create a UserVoice ticket",
"view": "View on UserVoice",
"object": "Uservoice Ticket"
},
"type": "issueTracker",
"fields": [
{
"name": "url",
"label": "Site URL",
"description": "Your UserVoice site URL (eg. bugsnag.uservoice.com)"
},
{
"name": "apiKey",
"label": "API Key",
"description": "Your UserVoice API key (Settings -> Integrations -> Uservoice API Keys)",
"type": "password"
}
]
}