SerpApi と GPT-4 による自動化されたダブル AI エージェントによるコンテンツ研究と戦略システム
中級
これはContent Creation, Multimodal AI分野の自動化ワークフローで、12個のノードを含みます。主にCode, Slack, SerpApi, GoogleSheets, ScheduleTriggerなどのノードを使用。 SerpApi、GPT-4、および表の使用による双AI研究アジェントによるコンテンツ戦略の策定
前提条件
- •Slack Bot Token または Webhook URL
- •Google Sheets API認証情報
- •OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "hb0hz8bXmayE1qVE",
"meta": {
"instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae"
},
"name": "Automated Two-AI-Agent Content Research & Strategy System with SerpApi & GPT-4",
"tags": [],
"nodes": [
{
"id": "0ac80930-2230-43e6-87ac-142baac9b23a",
"name": "スケジュールトリガー",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
0,
-64
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "013aadf1-d0db-4f67-a21d-59756a9e0a6f",
"name": "チーム通知",
"type": "n8n-nodes-base.slack",
"position": [
1296,
32
],
"webhookId": "72070627-fc68-4653-9c01-f073ca1c3272",
"parameters": {},
"typeVersion": 2.3
},
{
"id": "73456486-adbf-4325-9aea-fe8eb6acc684",
"name": "アイデア保存",
"type": "n8n-nodes-base.googleSheets",
"position": [
1296,
-160
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "c6a0b4f8-1fef-40cd-8dba-6d435f229cfc",
"name": "AI出力解析",
"type": "n8n-nodes-base.code",
"position": [
1072,
-64
],
"parameters": {},
"typeVersion": 2
},
{
"id": "825aabd9-8644-4850-89b7-d686429c662a",
"name": "戦略立案エージェント",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
672,
-64
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "99c23bcc-66a1-4deb-a086-2324daf93592",
"name": "データ集約",
"type": "n8n-nodes-base.code",
"position": [
448,
-64
],
"parameters": {},
"typeVersion": 2
},
{
"id": "58d42e44-fc20-484e-9eab-a91e61799aa8",
"name": "研究エージェント",
"type": "n8n-nodes-serpapi.serpApi",
"position": [
224,
-64
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c32e13d6-6486-426e-a466-acacf286899d",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
176,
-144
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "08345e0b-a09c-498f-9f8f-dee0d7aa96ef",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
624,
-144
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "234a449a-51d3-4d94-9362-13efd83595c5",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1024,
-240
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "ea644149-27f9-400f-955b-f8f69487a9fe",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-48,
-144
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "92d60124-adb8-4925-9164-a2af9de5832f",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-48,
176
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "e407032a-c09b-4724-a292-07eaaf4d2e69",
"connections": {
"c6a0b4f8-1fef-40cd-8dba-6d435f229cfc": {
"main": [
[
{
"node": "73456486-adbf-4325-9aea-fe8eb6acc684",
"type": "main",
"index": 0
},
{
"node": "013aadf1-d0db-4f67-a21d-59756a9e0a6f",
"type": "main",
"index": 0
}
]
]
},
"99c23bcc-66a1-4deb-a086-2324daf93592": {
"main": [
[
{
"node": "825aabd9-8644-4850-89b7-d686429c662a",
"type": "main",
"index": 0
}
]
]
},
"0ac80930-2230-43e6-87ac-142baac9b23a": {
"main": [
[
{
"node": "58d42e44-fc20-484e-9eab-a91e61799aa8",
"type": "main",
"index": 0
}
]
]
},
"58d42e44-fc20-484e-9eab-a91e61799aa8": {
"main": [
[
{
"node": "99c23bcc-66a1-4deb-a086-2324daf93592",
"type": "main",
"index": 0
}
]
]
},
"825aabd9-8644-4850-89b7-d686429c662a": {
"main": [
[
{
"node": "c6a0b4f8-1fef-40cd-8dba-6d435f229cfc",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - コンテンツ作成, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Eleven LabsとGPT-4を使用したオーディオコンテンツの自動化
Eleven LabsとGPT-4を使ってブログ記事を音声コンテンツに変換
If
Set
Gmail
+
If
Set
Gmail
12 ノードMarth
コンテンツ作成
AIを備えた高度なリード獲得と育成自動化システム
GPT-4、LinkedIn、Hunter.ioを使ってパーソナライズされたB2Bタッチを自動化
If
Code
Wait
+
If
Code
Wait
30 ノードMarth
リードナーチャリング
リード獲得の自動化、AI資格検証、そして ElevenLabs による個別化された音声フォローアップ
OpenAI および ElevenLabs を基にした自動化されたリードキャプチャと AI による個別化音声フォローアップ
If
Set
Code
+
If
Set
Code
22 ノードMarth
リードナーチャリング
DocuSign と Trello を使用した自動候補者管理とフィードバックシステム
Slack、DocuSign、Trello、Gmail 通知を使った自動化採用プロセス
If
Code
Wait
+
If
Code
Wait
29 ノードMarth
人事
AI駆動型動画制作&Instagram/TikTok/YouTubeへの自動アップロード
クラウドドライブからAI駆動の動画作成およびInstagram、TikTok、YouTubeへのアップロード
If
Set
Code
+
If
Set
Code
53 ノードDevCode Journey
コンテンツ作成
GoHighLevelパイプライン速度追跡ツールと自動化された停滞トランザクションアラート
GoHighLevel、Gmail、Slackを使用してパイプライン速度を分析し、停滞取引にアラートを発する
If
Code
Gmail
+
If
Code
Gmail
25 ノードRahul Joshi
コンテンツ作成
ワークフロー情報
難易度
中級
ノード数12
カテゴリー2
ノードタイプ7
作成者
Marth
@marthSimplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.
外部リンク
n8n.ioで表示 →
このワークフローを共有