{
  "name": "Auto icon & cover for new Notion pages",
  "nodes": [
    {
      "id": "f8c9c367-b289-439e-afa5-0316ec515dd0",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        20,
        480
      ]
    },
    {
      "id": "5d2c8ad1-568a-4876-addf-b1476f7d88dd",
      "name": "emoji",
      "type": "n8n-nodes-base.code",
      "position": [
        240,
        480
      ]
    },
    {
      "id": "64da878c-b7fd-405b-9f3a-4896ddd69039",
      "name": "picurl",
      "type": "n8n-nodes-base.code",
      "position": [
        1340,
        480
      ]
    },
    {
      "id": "70a1261a-7d69-4d8c-b1f4-39823f2028df",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1620,
        480
      ]
    },
    {
      "id": "8da7a64e-b43a-40d6-b601-515d300794d1",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -420,
        480
      ]
    },
    {
      "id": "c42e64ed-578d-47f7-acb9-219ed12d8536",
      "name": "OpenRouter Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        760,
        720
      ]
    },
    {
      "id": "a77e8be2-e4a7-4bd2-86cd-08657105bfe5",
      "name": "Basic LLM Chain",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        700,
        480
      ]
    },
    {
      "id": "3e65d28b-5260-4ede-af69-63358e69f8c8",
      "name": "Random Number",
      "type": "n8n-nodes-base.code",
      "position": [
        -200,
        480
      ]
    },
    {
      "id": "c7421dea-a3f6-4d58-a435-c0fa88795641",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        260
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "## Webhook  \nuse webhook so you can send req by Notion Button or Automation"
      }
    },
    {
      "id": "e1815bda-0f17-408d-81b1-1555d3966d04",
      "name": "Get Notion Title",
      "type": "n8n-nodes-base.code",
      "position": [
        480,
        480
      ]
    },
    {
      "id": "f713ca6d-b61e-42f8-9d03-f5e905a06994",
      "name": "Update Notion Page",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1980,
        480
      ]
    },
    {
      "id": "86a4c412-173a-4bcb-9973-5e836c379c68",
      "name": "Choose Default Emoji",
      "type": "n8n-nodes-base.code",
      "position": [
        1100,
        480
      ]
    },
    {
      "id": "a045cdb6-4597-46eb-8536-c9458a51a92a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1040,
        260
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "## Default Emoji\nif AI choose is fail,it's will use random emoji"
      }
    }
  ],
  "connections": {
    "emoji": {
      "main": [
        [
          {
            "node": "Get Notion Title",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "picurl": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Random Number",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "emoji",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Random Number": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Basic LLM Chain": {
      "main": [
        [
          {
            "node": "Choose Default Emoji",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Update Notion Page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Notion Title": {
      "main": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Notion Page": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Choose Default Emoji": {
      "main": [
        [
          {
            "node": "picurl",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}