{
  "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"
    }
  ]
}