Odoo CRMの自然言語管理
上級
これはContent Creation, Multimodal AI分野の自動化ワークフローで、25個のノードを含みます。主にOdooTool, Agent, McpTrigger, ChatTrigger, LmChatOpenAiなどのノードを使用。 OpenAIとMCPサーバーで自然言語でOdoo CRMを管理する
前提条件
- •OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "V5LSgbewzeJtKVKo",
"meta": {
"instanceId": "cbe443dad974471e0b4f8b19ab92782e168bbdef84a3d0b94f5f96a67e01c92c",
"templateCredsSetupCompleted": true
},
"name": "OdooMCP",
"tags": [],
"nodes": [
{
"id": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"name": "MCP Server Trigger",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
176,
-272
],
"webhookId": "7e15c5dd-a420-46e5-846a-49cee37aa217",
"parameters": {},
"typeVersion": 2
},
{
"id": "69f4ad5f-b7c4-46a2-88bd-96b2b1abfbc4",
"name": "Odooで連絡先を作成",
"type": "n8n-nodes-base.odooTool",
"position": [
-144,
-80
],
"parameters": {},
"typeVersion": 1
},
{
"id": "84afdf3a-f2ee-435d-b1c1-acdc8d9bf1d0",
"name": "Odooで連絡先を削除",
"type": "n8n-nodes-base.odooTool",
"position": [
32,
-80
],
"parameters": {},
"typeVersion": 1
},
{
"id": "fc420fe4-118f-4754-96c3-39206d68fca8",
"name": "Odooで連絡先を更新",
"type": "n8n-nodes-base.odooTool",
"position": [
208,
-80
],
"parameters": {},
"typeVersion": 1
},
{
"id": "1e55ceb5-62da-44bc-bc81-26ad8f13cf91",
"name": "Odooで連絡先を取得",
"type": "n8n-nodes-base.odooTool",
"position": [
432,
-80
],
"parameters": {},
"typeVersion": 1
},
{
"id": "8c53f0b5-b233-40bc-9612-4593ec76042f",
"name": "Odooで全ての連絡先を取得",
"type": "n8n-nodes-base.odooTool",
"position": [
592,
-80
],
"parameters": {},
"typeVersion": 1
},
{
"id": "69a754a4-00a3-46cb-a6f8-1f2752a8a5b0",
"name": "Odooで商談を作成",
"type": "n8n-nodes-base.odooTool",
"position": [
-144,
144
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9d270bd6-cba4-418a-b4c0-bb7500ccc435",
"name": "Odooで商談を削除",
"type": "n8n-nodes-base.odooTool",
"position": [
32,
144
],
"parameters": {},
"typeVersion": 1
},
{
"id": "7726151c-bd6e-4b91-bd94-bcc96d3581ca",
"name": "Odooで商談を更新",
"type": "n8n-nodes-base.odooTool",
"position": [
208,
144
],
"parameters": {},
"typeVersion": 1
},
{
"id": "8052768f-d070-40e7-8e9e-fb4fef343c46",
"name": "Odooで複数商談を取得",
"type": "n8n-nodes-base.odooTool",
"position": [
592,
144
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0fba45f0-caee-4c73-8bbd-30b33d207e4c",
"name": "Odooで商談を取得",
"type": "n8n-nodes-base.odooTool",
"position": [
432,
144
],
"parameters": {},
"typeVersion": 1
},
{
"id": "48477060-bf19-457f-9e7a-55414c8a3e0a",
"name": "Odooでメモを作成",
"type": "n8n-nodes-base.odooTool",
"position": [
-144,
352
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e43f3b14-919a-47df-9ac2-939ffc5e9d23",
"name": "Odooでメモを削除",
"type": "n8n-nodes-base.odooTool",
"position": [
32,
352
],
"parameters": {},
"typeVersion": 1
},
{
"id": "1446443c-a2c2-4e99-9313-751f62e68bd1",
"name": "Odooでメモを更新",
"type": "n8n-nodes-base.odooTool",
"position": [
208,
352
],
"parameters": {},
"typeVersion": 1
},
{
"id": "cf62f6e3-a70f-48b4-9d7a-6a1992d39d55",
"name": "Odooでメモを取得",
"type": "n8n-nodes-base.odooTool",
"position": [
432,
352
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9892dd6c-4fe1-4a34-9dd1-927ec98336e7",
"name": "Odooで複数メモを取得",
"type": "n8n-nodes-base.odooTool",
"position": [
592,
352
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c568c707-e4cd-4c05-81f1-301f8644ea10",
"name": "チャットメッセージ受信時",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
944,
-256
],
"webhookId": "cf43352d-e190-4368-9e50-5cc144b5099d",
"parameters": {},
"typeVersion": 1.3
},
{
"id": "4e432f4e-a4f3-48fa-a9ae-223467651720",
"name": "AIエージェント",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
896,
-48
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "2d448a7a-a696-4241-81d1-db2a33c7768c",
"name": "Simple Memory",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
960,
128
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "107a5d76-1d58-48b1-a75f-f9f60fd15e3b",
"name": "MCP Client",
"type": "@n8n/n8n-nodes-langchain.mcpClientTool",
"position": [
1088,
128
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "c791f5f5-0592-4108-a622-6423c015565f",
"name": "OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
800,
128
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "b646a553-202d-4146-abcd-8ace0cca3fbb",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-304,
-128
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e9d8ea67-a4de-4df7-be33-32d8f9f3f560",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-304,
96
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "6e6ed7a6-708e-4436-a40d-68c8f4d5eed9",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-304,
320
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "5a18c3b1-5098-4e29-ad02-cac46a9ba66f",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1104,
-368
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "5838b943-dae2-4a1e-bb4e-fa54b37482ea",
"connections": {
"107a5d76-1d58-48b1-a75f-f9f60fd15e3b": {
"ai_tool": [
[
{
"node": "4e432f4e-a4f3-48fa-a9ae-223467651720",
"type": "ai_tool",
"index": 0
}
]
]
},
"2d448a7a-a696-4241-81d1-db2a33c7768c": {
"ai_memory": [
[
{
"node": "4e432f4e-a4f3-48fa-a9ae-223467651720",
"type": "ai_memory",
"index": 0
}
]
]
},
"c791f5f5-0592-4108-a622-6423c015565f": {
"ai_languageModel": [
[
{
"node": "4e432f4e-a4f3-48fa-a9ae-223467651720",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"cf62f6e3-a70f-48b4-9d7a-6a1992d39d55": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"48477060-bf19-457f-9e7a-55414c8a3e0a": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"e43f3b14-919a-47df-9ac2-939ffc5e9d23": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"1e55ceb5-62da-44bc-bc81-26ad8f13cf91": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"1446443c-a2c2-4e99-9313-751f62e68bd1": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"9892dd6c-4fe1-4a34-9dd1-927ec98336e7": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"69f4ad5f-b7c4-46a2-88bd-96b2b1abfbc4": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"84afdf3a-f2ee-435d-b1c1-acdc8d9bf1d0": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"8c53f0b5-b233-40bc-9612-4593ec76042f": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"fc420fe4-118f-4754-96c3-39206d68fca8": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"0fba45f0-caee-4c73-8bbd-30b33d207e4c": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"c568c707-e4cd-4c05-81f1-301f8644ea10": {
"main": [
[
{
"node": "4e432f4e-a4f3-48fa-a9ae-223467651720",
"type": "main",
"index": 0
}
]
]
},
"69a754a4-00a3-46cb-a6f8-1f2752a8a5b0": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"9d270bd6-cba4-418a-b4c0-bb7500ccc435": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"7726151c-bd6e-4b91-bd94-bcc96d3581ca": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
},
"8052768f-d070-40e7-8e9e-fb4fef343c46": {
"ai_tool": [
[
{
"node": "9949855b-6c5e-44cf-990b-c4e1e8852c35",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - コンテンツ作成, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
ShopifyMCP
対話型OpenAIアシスタントとSmartCommerceでShopifyストアを管理
Shopify Tool
Agent
Mcp Trigger
+
Shopify Tool
Agent
Mcp Trigger
19 ノードRohit Dabra
コンテンツ作成
自然言語による WooCommerce 管理
GPT-4.1とMCPサーバーで自然言語管理によるWooCommerceストアを管理
Agent
Woo Commerce Tool
Mcp Trigger
+
Agent
Woo Commerce Tool
Mcp Trigger
28 ノードRohit Dabra
コンテンツ作成
Jiraプロジェクト管理自動化
Google GeminiとMCPサーバーに基づくJiraプロジェクト管理自動化
Jira Tool
Agent
Mcp Trigger
+
Jira Tool
Agent
Mcp Trigger
20 ノードRohit Dabra
コンテンツ作成
PineconeへのJira未解決タスクとコメントのロード
Jiraの課題をRAG駆動のサポートエージェントとして Pinecone と OpenAI を使用する
Set
Code
Merge
+
Set
Code
Merge
30 ノードBr1
コンテンツ作成
ZohoMCP
AIによるZoho CRMリード管理(OpenAI GPT)
Zoho Crm Tool
Agent
Mcp Trigger
+
Zoho Crm Tool
Agent
Mcp Trigger
14 ノードRohit Dabra
メールニュースMCPテンプレート
メール案内作成とニュースリサーチアシスタント - OpenAI、Gmail、Tavily、Perplexityの統合
Gmail Tool
Perplexity Tool
Agent
+
Gmail Tool
Perplexity Tool
Agent
18 ノードAutomate With Marc
AIチャットボット
ワークフロー情報
難易度
上級
ノード数25
カテゴリー2
ノードタイプ8
作成者
Rohit Dabra
@rohitdabraAs the CTO of QServices, I lead digital transformation for startups and SMBs by building scalable, AI-powered SaaS solutions that solve real-world business challenges.
外部リンク
n8n.ioで表示 →
このワークフローを共有