{
  "author": "DropSnip",
  "description": "Upload screenshots to an Airtable base as attachment records.",
  "icon": "tablecells.fill",
  "id": "com.dropsnip.airtable",
  "name": "Airtable Upload",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "apiKey",
      "label": "Airtable Personal Access Token",
      "type": "secret"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "baseId",
      "label": "Base ID",
      "type": "text"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "tableName",
      "label": "Table Name",
      "type": "text"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "base64JSON",
  "urlEndpoint": "https://api.airtable.com/v0/{{setting:baseId}}/{{setting:tableName}}",
  "urlHeaders": {
    "Authorization": "Bearer {{setting:apiKey}}",
    "Content-Type": "application/json"
  },
  "urlMethod": "POST",
  "version": "1.0.0"
}