DeepSeek v3.1

中級

これはAI, Marketing分野の自動化ワークフローで、10個のノードを含みます。主にSet, GmailTool, McpClientTool, NotionTrigger, WordpressToolなどのノードを使用、AI技術を活用したスマート自動化を実現。 Notion MCP、DeepSeek AI、WordPress を使ってブログコンテンツ作成を自動化

前提条件
  • Googleアカウント + Gmail API認証情報
  • Notion API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "7eyNPahKcCuqK39V",
  "meta": {
    "instanceId": "a2b23892dd6989fda7c1209b381f5850373a7d2b85609624d7c2b7a092671d44",
    "templateCredsSetupCompleted": true
  },
  "name": "DeepSeek v3.1",
  "tags": [
    {
      "id": "ZGwSiT2o3NGleZvi",
      "name": "DeepSeek",
      "createdAt": "2025-03-28T00:29:11.856Z",
      "updatedAt": "2025-03-28T00:29:11.856Z"
    }
  ],
  "nodes": [
    {
      "id": "5ccc1b78-0795-4653-8438-c9a65781e516",
      "name": "Notion 更新を監視",
      "type": "n8n-nodes-base.notionTrigger",
      "position": [
        -620,
        -100
      ],
      "parameters": {
        "event": "pagedUpdatedInDatabase",
        "pollTimes": {
          "item": [
            {
              "mode": "everyHour"
            }
          ]
        },
        "databaseId": {
          "__rl": true,
          "mode": "id",
          "value": "1c33d655-0fd9-8057-ac1a-eabf12d12f6b",
          "__regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
        }
      },
      "credentials": {
        "notionApi": {
          "id": "5rz9xchmiSCmcoOx",
          "name": "Notion account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
      "name": "AIタスクプランナー",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        320,
        -100
      ],
      "parameters": {
        "text": "=You are an expert in SEO content writing.\nYour mission is to create, publish, and notify about a search engine-optimized article for a blog.\nHere are the keywords related to my topic:  {{ $('Watch Notion Updates').item.json.Name }}\n\nFollow the steps below:\n\n1. **Write an SEO-optimized article with a maximum of 20 lines** based on the provided information:\n   - Structure the article with a catchy **H1 title**, one or two **H2 subtitles**, and a professional yet accessible tone.\n   - Extract and include relevant keywords from the data.\n   - Optimize for readability: short sentences, clear paragraphs, and a CTA if relevant.\n   - Do not exceed 20 lines of content.\n\n2. **Publish the article on WordPress**, including:\n   - The **title** as the article's headline\n   - The **SEO content** as the body\n\n3. **Send an email** to my address : {{ $json.emailAddress }} containing:\n   - The article's title\n   - The **URL** of the published article on WordPress\n\n4. **Retrieve the list of available Notion tools first** using “Notion Tools”.\n   Then, **add a update the entry to my Notion database** (ID database: {{ $json.notionDatabaseId }}) ID items : {{ $json.notionItemId }}\nwith the following fields:\n   - The 'Name' column is of type 'title'  → {{ $('Watch Notion Updates').item.json.Name }}\n   The 'Subject' column is of type 'rich_text' → [the article's headline]\n   - The 'Content'column is of type 'rich_text' → [The SEO content]\n   - The 'URL' column is of type 'URL': → [The article link]\n   - The 'Status' column is of type 'select' → Select: `publish`\n\nImportant: Ensure that each step is successfully completed **before proceeding to the next**.",
        "options": {},
        "promptType": "define"
      },
      "typeVersion": 1.7
    },
    {
      "id": "1627a1ae-424e-4124-ac09-bd0f7bc92d2b",
      "name": "メール送信",
      "type": "n8n-nodes-base.gmailTool",
      "position": [
        380,
        160
      ],
      "webhookId": "f87279e8-34e4-4fd1-81d3-677707e215de",
      "parameters": {
        "sendTo": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('To', ``, 'string') }}",
        "message": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Message', ``, 'string') }}",
        "options": {},
        "subject": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Subject', ``, 'string') }}"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "rKxQHWZ2F5XLJmwF",
          "name": "Gmail account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "c9c6f4f5-59ff-4c58-8fbd-f7cc0bd3eb2d",
      "name": "ブログ投稿を公開",
      "type": "n8n-nodes-base.wordpressTool",
      "position": [
        500,
        160
      ],
      "parameters": {
        "title": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Title', ``, 'string') }}",
        "additionalFields": {
          "status": "draft",
          "content": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Content', ``, 'string') }}"
        }
      },
      "credentials": {
        "wordpressApi": {
          "id": "KIuXvzjOEnOsHKQE",
          "name": "Wordpress account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "0064198f-cfe0-424b-9a75-afbdd8a67c14",
      "name": "Notion 利用可能ツール一覧",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        660,
        160
      ],
      "parameters": {},
      "credentials": {
        "mcpClientApi": {
          "id": "QQbMEB7i2XAAWTSc",
          "name": "Notion"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "fac061a7-0e91-4944-82f6-463db3e418ce",
      "name": "Notion ツールを実行",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        820,
        160
      ],
      "parameters": {
        "toolName": "={{ $fromAI(\"tool\", \"the tool selected\")  }}",
        "operation": "executeTool",
        "toolParameters": "={{ $fromAI('tool_parameters', ``, 'json') }}"
      },
      "credentials": {
        "mcpClientApi": {
          "id": "QQbMEB7i2XAAWTSc",
          "name": "Notion"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "378f291a-bea7-47b3-a629-07fb8d3f9110",
      "name": "付箋ノート",
      "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://openrouter.ai/settings/keys)"
      },
      "typeVersion": 1
    },
    {
      "id": "5a8d00c1-752d-4573-ace8-e578b58892d4",
      "name": "ワークフロー変数を編集",
      "type": "n8n-nodes-base.set",
      "position": [
        -300,
        -100
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "c06b2d24-1fd7-40f0-aee5-b5d6553e289e",
              "name": "emailAddress",
              "type": "string",
              "value": ""
            },
            {
              "id": "8a294900-f367-47a2-b260-344b133dc2ff",
              "name": "notionDatabaseId",
              "type": "string",
              "value": ""
            },
            {
              "id": "a34469ad-5229-4c4d-bc5d-71c88686bd37",
              "name": "notionItemId",
              "type": "string",
              "value": "={{ $json.id }}"
            }
          ]
        }
      },
      "typeVersion": 3.4,
      "alwaysOutputData": true
    },
    {
      "id": "3e76c55d-9052-4568-9e21-29e8fd305369",
      "name": "付箋ノート2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -440,
        -220
      ],
      "parameters": {
        "color": 6,
        "width": 360,
        "height": 300,
        "content": "## Workflow Configuration Panel\n🛠️ **Set your variables here** (email, Slack, Notion, OpenAI model)"
      },
      "typeVersion": 1
    },
    {
      "id": "27f461de-609a-4743-829c-74705191e692",
      "name": "DeepSeekチャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
      "position": [
        100,
        160
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "deepSeekApi": {
          "id": "N4JPoebNdVQUNxXH",
          "name": "DeepSeek account"
        }
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1eae918e-03f8-49d8-9dea-cf0e441e679d",
  "connections": {
    "1627a1ae-424e-4124-ac09-bd0f7bc92d2b": {
      "ai_tool": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "fac061a7-0e91-4944-82f6-463db3e418ce": {
      "ai_tool": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "c9c6f4f5-59ff-4c58-8fbd-f7cc0bd3eb2d": {
      "ai_tool": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "27f461de-609a-4743-829c-74705191e692": {
      "ai_languageModel": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "5ccc1b78-0795-4653-8438-c9a65781e516": {
      "main": [
        [
          {
            "node": "5a8d00c1-752d-4573-ace8-e578b58892d4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5a8d00c1-752d-4573-ace8-e578b58892d4": {
      "main": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0064198f-cfe0-424b-9a75-afbdd8a67c14": {
      "ai_tool": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

中級 - 人工知能, マーケティング

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

💥🛠️ GPT-4、Perplexity、WordPressを使用したブログコンテンツ作成自動化
GPT-4、Perplexity、そしてWordPressを使用してブログコンテンツの作成を自動化
Set
Gmail Tool
Form Trigger
+
Set
Gmail Tool
Form Trigger
17 ノードDr. Firas
人工知能
💥AIソーシャルビデオジェネレータ(GPT-4、Kling、Blotatoを使用)— Instagram、Facebook、TikTok、Twitter、Pinterestへの自動投稿
GPT-4とKling AIを使って自動生成し、複数プラットフォームへソーシャル動画を投稿
Set
Code
Wait
+
Set
Code
Wait
38 ノードDr. Firas
人工知能
Veo3を使った動画自動作成と、Blotato経由でInstagram、TikTokへの自動投稿
Veo3とBlotatoを使って自動生成し、AI動画をソーシャルメディアへ投稿
Set
Wait
Http Request
+
Set
Wait
Http Request
29 ノードDr. Firas
人工知能
Telegram、GPT-4、およびBlotatoを使用してAIソーシャルビデオを自動作成・投稿
Telegram、GPT-4、Blotatoを使ってAIソーシャル動画を自動作成して投稿
If
Set
Code
+
If
Set
Code
42 ノードDr. Firas
人工知能
💥 PerplexityとBlotatoを使って人気TikTokをクローンし、9つのプラットフォームに自動投稿
AIバーチャルアバターでウイルスのなTikTokをクローンし、PerplexityとBlotatoで9つのプラットフォームに自動投稿
Set
Code
Wait
+
Set
Code
Wait
41 ノードDr. Firas
人工知能
GPT-4の感情分析機能により、Notion内でユーザーからのフィードバックを分析しタグ付けする
ユーザーからのフィードバックをGPT-4感情分析でNotionで分析してマーキングする
Set
Code
Merge
+
Set
Code
Merge
31 ノードAgent Studio
営業
ワークフロー情報
難易度
中級
ノード数10
カテゴリー2
ノードタイプ8
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Dr. Firas

Dr. Firas

@drfiras

Automation expert and certified trainer. I create hands-on courses to master automation with n8n. Contact me to access my exclusive training and start building powerful workflows today. 🚀

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34