{
  "author": "Community",
  "description": "Create a Todoist task and link the screenshot in the description. Pair with an image-host plugin if you want inline previews.",
  "icon": "calendar.badge.checkmark",
  "id": "community.todoist",
  "name": "Todoist Task",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "apiToken",
      "label": "Todoist API Token",
      "type": "secret"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "projectId",
      "label": "Project ID (optional)",
      "type": "text"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "base64JSON",
  "urlEndpoint": "https://api.todoist.com/rest/v2/tasks",
  "urlHeaders": {
    "Authorization": "Bearer {{setting:apiToken}}",
    "Content-Type": "application/json"
  },
  "urlMethod": "POST",
  "version": "1.0.0"
}