{
  "author": "DropSnip",
  "description": "Append screenshots to a Notion page as image blocks.",
  "icon": "doc.text.fill",
  "id": "com.dropsnip.notion",
  "name": "Notion Page",
  "openURLTemplate": null,
  "settings": [
    {
      "defaultValue": null,
      "isSecret": true,
      "key": "apiKey",
      "label": "Notion Integration Token",
      "type": "secret"
    },
    {
      "defaultValue": null,
      "isSecret": false,
      "key": "pageId",
      "label": "Page ID",
      "type": "text"
    }
  ],
  "shellCommand": null,
  "type": "urlAction",
  "urlBodyType": "base64JSON",
  "urlEndpoint": "https://api.notion.com/v1/pages",
  "urlHeaders": {
    "Authorization": "Bearer {{setting:apiKey}}",
    "Content-Type": "application/json",
    "Notion-Version": "2022-06-28"
  },
  "urlMethod": "POST",
  "version": "1.0.0"
}