{
  "name": "Automate blog content creation with Notion MCP, DeepSeek AI, and WordPress",
  "nodes": [
    {
      "id": "5ccc1b78-0795-4653-8438-c9a65781e516",
      "name": "Watch Notion Updates",
      "type": "n8n-nodes-base.notionTrigger",
      "position": [
        -620,
        -100
      ]
    },
    {
      "id": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
      "name": "AI Task Planner",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        320,
        -100
      ]
    },
    {
      "id": "1627a1ae-424e-4124-ac09-bd0f7bc92d2b",
      "name": "Send Email",
      "type": "n8n-nodes-base.gmailTool",
      "position": [
        380,
        160
      ]
    },
    {
      "id": "c9c6f4f5-59ff-4c58-8fbd-f7cc0bd3eb2d",
      "name": "Publish Blog Post",
      "type": "n8n-nodes-base.wordpressTool",
      "position": [
        500,
        160
      ]
    },
    {
      "id": "0064198f-cfe0-424b-9a75-afbdd8a67c14",
      "name": "Notion List Available Tools",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        660,
        160
      ]
    },
    {
      "id": "fac061a7-0e91-4944-82f6-463db3e418ce",
      "name": "Notion Run a Tool",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        820,
        160
      ]
    },
    {
      "id": "378f291a-bea7-47b3-a629-07fb8d3f9110",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -220
      ],
      "parameters": {
        "width": 1100,
        "height": 580,
        "content": "## Smart Content Automation Workflow\nAutomatically reacts to Notion updates, uses AI to process data, and triggers actions like sending emails or publishing blog posts.\n**Openrouter** : [API](https://"
      }
    },
    {
      "id": "5a8d00c1-752d-4573-ace8-e578b58892d4",
      "name": "Edit Workflow Variables",
      "type": "n8n-nodes-base.set",
      "position": [
        -300,
        -100
      ]
    },
    {
      "id": "3e76c55d-9052-4568-9e21-29e8fd305369",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -440,
        -220
      ],
      "parameters": {
        "width": 360,
        "height": 300,
        "content": "## Workflow Configuration Panel\n🛠️ **Set your variables here** (email, Slack, Notion, OpenAI model)"
      }
    },
    {
      "id": "27f461de-609a-4743-829c-74705191e692",
      "name": "DeepSeek Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
      "position": [
        100,
        160
      ]
    }
  ],
  "connections": {
    "Send Email": {
      "ai_tool": [
        [
          {
            "node": "AI Task Planner",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Notion Run a Tool": {
      "ai_tool": [
        [
          {
            "node": "AI Task Planner",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Publish Blog Post": {
      "ai_tool": [
        [
          {
            "node": "AI Task Planner",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "DeepSeek Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Task Planner",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Watch Notion Updates": {
      "main": [
        [
          {
            "node": "Edit Workflow Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Workflow Variables": {
      "main": [
        [
          {
            "node": "AI Task Planner",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion List Available Tools": {
      "ai_tool": [
        [
          {
            "node": "AI Task Planner",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}