{
  "name": "Webhook",
  "actions": {
    "create": "Post to a Webhook URL",
    "new": "Add Webhook URL"
  },
  "supportedTriggers": "all",
  "fields": [
    {
      "name": "url",
      "label": "Webhook URL",
      "description": "The URL you would like error data posted to."
    }
  ]
}