{
  "name": "Export Glasp highlights to Notion, Slack, Google Sheets, or webhooks",
  "nodes": [
    {
      "id": "schedule-trigger",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        220,
        300
      ]
    },
    {
      "id": "prepare-params",
      "name": "Prepare Parameters",
      "type": "n8n-nodes-base.code",
      "position": [
        460,
        300
      ]
    },
    {
      "id": "http-glasp-api",
      "name": "Glasp API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        700,
        300
      ]
    },
    {
      "id": "filter-and-format",
      "name": "Filter & Format",
      "type": "n8n-nodes-base.code",
      "position": [
        940,
        300
      ]
    },
    {
      "id": "sticky-note-destination",
      "name": "Sticky Note - Destination Guide",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1200,
        100
      ],
      "parameters": {
        "width": 360,
        "height": 440,
        "content": "## [Connect Your Destination Here]\n\nAdd your preferred export node after \"Filter & Format\".\n\n**Available fields per item:**\n- `title` -- Article/page title\n- `url` -- Original URL\n- `glasp_url` -- Gla"
      }
    },
    {
      "id": "sticky-note-setup",
      "name": "Sticky Note - Setup",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        -100
      ],
      "parameters": {
        "width": 360,
        "height": 320,
        "content": "## [Setup - 2 steps]\n\n**Step 1:** Get your Glasp Access Token\nhttps://glasp.co/settings/access_token\n\n**Step 2:** Create a \"Header Auth\" credential\n- Name: Authorization\n- Value: Bearer YOUR_TOKEN\nThe"
      }
    },
    {
      "id": "sticky-note-security",
      "name": "Sticky Note - Security",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        -100
      ],
      "parameters": {
        "width": 360,
        "height": 220,
        "content": "## [Security]\n\n- Access token is stored in n8n's\n  encrypted Credentials, never in\n  the workflow JSON.\n- Exported doc tracking auto-cleans\n  after 30 days.\n- No secrets in code."
      }
    }
  ],
  "connections": {
    "Glasp API": {
      "main": [
        [
          {
            "node": "Filter & Format",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Prepare Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Parameters": {
      "main": [
        [
          {
            "node": "Glasp API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}