{
  "author": "Community",
  "description": "Attach screenshots to a Trello card via the REST API.",
  "icon": "rectangle.stack.fill",
  "id": "community.trello",
  "name": "Trello Card",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "apiKey",
      "label": "Trello API Key",
      "type": "secret"
    },
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "apiToken",
      "label": "Trello API Token",
      "type": "secret"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "cardId",
      "label": "Card ID",
      "type": "text"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "multipartFormData",
  "urlEndpoint": "https://api.trello.com/1/cards/{{setting:cardId}}/attachments?key={{setting:apiKey}}&token={{setting:apiToken}}",
  "urlHeaders": null,
  "urlMethod": "POST",
  "version": "1.0.0"
}