{
  "author": "Community",
  "description": "Attach screenshots to a ClickUp task via the public API.",
  "icon": "list.bullet.clipboard.fill",
  "id": "community.clickup",
  "name": "ClickUp Task",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "apiToken",
      "label": "ClickUp API Token",
      "type": "secret"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "taskId",
      "label": "Task ID",
      "type": "text"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "multipartFormData",
  "urlEndpoint": "https://api.clickup.com/api/v2/task/{{setting:taskId}}/attachment",
  "urlHeaders": {
    "Authorization": "{{setting:apiToken}}"
  },
  "urlMethod": "POST",
  "version": "1.0.0"
}