{
  "author": "Community",
  "description": "Attach screenshots to an Asana task using a personal access token.",
  "icon": "checklist",
  "id": "community.asana",
  "name": "Asana Task",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "accessToken",
      "label": "Asana Personal Access Token",
      "type": "secret"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "taskGid",
      "label": "Task GID",
      "type": "text"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "multipartFormData",
  "urlEndpoint": "https://app.asana.com/api/1.0/tasks/{{setting:taskGid}}/attachments",
  "urlHeaders": {
    "Authorization": "Bearer {{setting:accessToken}}"
  },
  "urlMethod": "POST",
  "version": "1.0.0"
}