{
  "name": "Automate WordPress category mapping with GPT-5 Mini (Azure OpenAI)",
  "nodes": [
    {
      "id": "0e83e20c-e43d-4625-9bdc-5d82b3b9e341",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        112,
        368
      ],
      "parameters": {
        "width": 370,
        "height": 100,
        "content": "## ☕ Appreciate This Workflow?\n\nSupport the creator by sending coffee:\n\n**PayPal:** [paypal.me/khmuhtadin](https://paypal.me/khmuhtadin)\n\nThank you! 🚀"
      }
    },
    {
      "id": "cc2cef53-7df3-4917-a882-860d553f5104",
      "name": "Start",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        112,
        208
      ]
    },
    {
      "id": "06540637-8291-455c-86f2-e27f9ffab397",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -240,
        128
      ],
      "parameters": {
        "width": 320,
        "height": 352,
        "content": "## Process:\n- change with your url\n- Input your WP credentials\n- Copy ``category json`` from **Body Post Wordpress**\n- Paste in system prompt on **Category Mapping**\n- Copy the result back to **Body P"
      }
    },
    {
      "id": "4a718b76-e00b-4929-ad13-f64db481e9a1",
      "name": "Get All Categories",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        304,
        208
      ]
    },
    {
      "id": "c7495577-3d61-4706-a770-a169bf28b801",
      "name": "Aggregate to Process",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        496,
        208
      ]
    },
    {
      "id": "ca148b94-896b-4843-9710-28455e5d286c",
      "name": "Category-Mapping",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        672,
        208
      ]
    },
    {
      "id": "e252bdd8-767f-4269-9499-7dcd71477d74",
      "name": "Gpt-5-mini",
      "type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
      "position": [
        672,
        368
      ]
    },
    {
      "id": "221fd7d7-bc4b-4f28-8970-383917810d75",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -272,
        48
      ],
      "parameters": {
        "width": 1328,
        "height": 480,
        "content": "## WP Category toolkit"
      }
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Get All Categories",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gpt-5-mini": {
      "ai_languageModel": [
        [
          {
            "node": "Category-Mapping",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Get All Categories": {
      "main": [
        [
          {
            "node": "Aggregate to Process",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate to Process": {
      "main": [
        [
          {
            "node": "Category-Mapping",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}