UNPKG

bugsnag-notification-plugins

Version:

Notification plugins (chat and issue tracking integrations) for Bugsnag.

33 lines 750 B
{ "name": "Twilio SMS", "url": "http://www.twilio.com", "actions": { "create": "Send an SMS with Twilio", "new": "Add Account" }, "supportedTriggers": "all", "type": "communication", "fields": [ { "name": "fromNumber", "label": "Twilio Number", "description": "The Twilio phone number to send the SMS from" }, { "name": "toNumber", "label": "Number to SMS", "description": "The phone number to send the SMS to" }, { "name": "accountSid", "label": "Account SID", "description": "Your Twilio account SID" }, { "name": "authToken", "label": "Auth Token", "description": "Your Token auth token", "type": "password" } ] }