Améliorer l'influence sur les médias sociaux avec une équipe multi-agents utilisant O3 et GPT-4

Avancé

Ceci est unContent Creation, Multimodal AIworkflow d'automatisation du domainecontenant 18 nœuds.Utilise principalement des nœuds comme Agent, AgentTool, ToolThink, ChatTrigger, LmChatOpenAi. Améliorer l'influence sur les réseaux sociaux avec une équipe d'agents multiples O3 et GPT-4

Prérequis
  • Clé API OpenAI
Aperçu du workflow
Visualisation des connexions entre les nœuds, avec support du zoom et du déplacement
Exporter le workflow
Copiez la configuration JSON suivante dans n8n pour importer et utiliser ce workflow
{
  "meta": {
    "instanceId": "12e6f290a974a1eee154f8d915aade185e90e826260e6aeab8a087ba7386a1bc",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "social-chat-trigger",
      "name": "Lors de la réception d'un message de chat",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -2864,
        -576
      ],
      "webhookId": "social-webhook-id",
      "parameters": {
        "options": {}
      },
      "typeVersion": 1.1
    },
    {
      "id": "social-director-agent",
      "name": "Agent Directeur des Réseaux Sociaux",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -2640,
        -816
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 2.1
    },
    {
      "id": "social-think",
      "name": "Réflexion",
      "type": "@n8n/n8n-nodes-langchain.toolThink",
      "position": [
        -2512,
        -496
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "instagram-agent",
      "name": "Instagram Créateur de Contenu",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -2240,
        -96
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in Instagram content creation, visual storytelling, hashtag strategies, and Instagram Stories/Reels optimization"
      },
      "typeVersion": 2.2
    },
    {
      "id": "twitter-agent",
      "name": "Twitter/X Stratège",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -1280,
        -704
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in Twitter/X content strategy, trending topics, viral content creation, and Twitter engagement tactics"
      },
      "typeVersion": 2.2
    },
    {
      "id": "facebook-agent",
      "name": "Facebook Gestionnaire de Communauté",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -1840,
        -304
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in Facebook community management, group engagement, Facebook ads optimization, and audience building"
      },
      "typeVersion": 2.2
    },
    {
      "id": "tiktok-agent",
      "name": "TikTok Créateur de Vidéos",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -1328,
        -80
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in TikTok video concepts, viral trends, short-form video content, and TikTok algorithm optimization"
      },
      "typeVersion": 2.2
    },
    {
      "id": "youtube-agent",
      "name": "YouTube Planificateur de Contenu",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -1744,
        -1024
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in YouTube content planning, video SEO, thumbnail optimization, and YouTube channel growth strategies"
      },
      "typeVersion": 2.2
    },
    {
      "id": "analytics-agent",
      "name": "Spécialiste en Analyse des Réseaux Sociaux",
      "type": "@n8n/n8n-nodes-langchain.agentTool",
      "position": [
        -1344,
        -1264
      ],
      "parameters": {
        "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
        "options": {},
        "toolDescription": "call this AI Agent that specializes in social media analytics, performance tracking, audience insights, and cross-platform reporting"
      },
      "typeVersion": 2.2
    },
    {
      "id": "social-director-model",
      "name": "OpenAI Modèle de Chat Directeur Social",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -2672,
        -496
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "o3",
          "cachedResultName": "o3"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "instagram-model",
      "name": "OpenAI Modèle de Chat 1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -2208,
        368
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "twitter-model",
      "name": "OpenAI Modèle de Chat 2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1312,
        -496
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "facebook-model",
      "name": "OpenAI Modèle de Chat 3",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1824,
        -144
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "tiktok-model",
      "name": "OpenAI Modèle de Chat 4",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1328,
        96
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "youtube-model",
      "name": "OpenAI Modèle de Chat 5",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1776,
        -768
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "analytics-model",
      "name": "OpenAI Modèle de Chat 6",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1312,
        -944
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "social-header-sticky",
      "name": "En-tête de Note Adhésive",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3808,
        -880
      ],
      "parameters": {
        "color": 5,
        "width": 580,
        "height": 320,
        "content": "=======================================\n        SOCIAL MEDIA DIRECTOR WITH TEAM\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tips and tutorials here:\n   - YouTube: https://www.youtube.com/@YaronBeen/videos\n   - LinkedIn: https://www.linkedin.com/in/yaronbeen/\n======================================="
      },
      "typeVersion": 1
    },
    {
      "id": "social-main-sticky",
      "name": "Note Adhésive Principale",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3808,
        -544
      ],
      "parameters": {
        "color": 5,
        "width": 740,
        "height": 2500,
        "content": "## 📱 **SOCIAL MEDIA DIRECTOR WITH TEAM - AI WORKFLOW**\n\n**🔥 Powered by OpenAI O3 & GPT-4.1-mini Multi-Agent System**\n\n#SocialMedia #ContentCreation #n8nWorkflows #OpenAI #DigitalMarketing\n\n---\n\n### 📝 **Overview**\n\nThis multi-agent n8n automation creates a comprehensive social media powerhouse. A strategic Social Media Director agent receives your content requests, analyzes platform opportunities, and coordinates specialized agents for Instagram, Twitter/X, Facebook, TikTok, YouTube, and analytics—delivering engaging content across all major social platforms with maximum reach and engagement.\n\n---\n\n### ⚙️ **How It Works**\n\n1. **Chat trigger** receives social media requests (e.g., \"Create a viral campaign for our new product launch\")\n2. **Social Media Director** (O3) analyzes platform landscape and determines content strategy\n3. Delegates to specialist agents:\n   - Instagram Content Creator\n   - Twitter/X Strategist\n   - Facebook Community Manager\n   - TikTok Video Creator\n   - YouTube Content Planner\n   - Social Media Analytics Specialist\n4. Each agent uses **GPT-4.1-mini** for specialized content creation\n5. Results integrated into comprehensive social media campaign\n\n---\n\n### 👥 **Meet Your AI Social Media Team**\n\n| Agent | Purpose | Model | Output |\n|-------|---------|-------|--------|\n| 📱 **Social Media Director** | Strategy & campaign coordination | O3 | Strategic social leadership |\n| 📸 **Instagram Creator** | Visual content, stories, reels | GPT-4.1-mini | Instagram content |\n| 🐦 **Twitter/X Strategist** | Viral tweets, trending topics | GPT-4.1-mini | Twitter campaigns |\n| 👥 **Facebook Manager** | Community building, engagement | GPT-4.1-mini | Facebook strategies |\n| 🎵 **TikTok Creator** | Short-form video concepts | GPT-4.1-mini | TikTok content |\n| 🎬 **YouTube Planner** | Long-form video strategy | GPT-4.1-mini | YouTube campaigns |\n| 📊 **Analytics Specialist** | Performance tracking, insights | GPT-4.1-mini | Social analytics |\n\n---\n\n### 💡 **Use Cases**\n\n- **Viral Campaigns**: Multi-platform content strategies for maximum reach\n- **Product Launches**: Coordinated social media campaigns across all platforms\n- **Brand Awareness**: Consistent messaging and visual identity across platforms\n- **Community Building**: Engagement strategies and audience growth tactics\n- **Content Calendar**: Automated content planning and scheduling optimization\n- **Crisis Management**: Rapid response strategies for brand protection\n\n---\n\n### 💸 **Cost Optimization**\n\n- **O3 for Social Director**: Strategic social media decisions only\n- **GPT-4.1-mini for specialists**: 90% cost reduction\n- **Parallel processing**: All platforms handled simultaneously\n- **Content repurposing**: One strategy adapted for multiple platforms\n\n---\n\n### 🏷️ **Tags**\n\n#Instagram #TwitterX #Facebook #TikTok #YouTube #SocialMediaAnalytics\n#ContentStrategy #ViralMarketing #SocialEngagement #BrandAwareness #InfluencerMarketing\n#n8n #OpenAI #MultiAgentSystem #SocialAutomation #DigitalMarketing #ContentCreation"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "social-think": {
      "ai_tool": [
        [
          "Agent Directeur des Réseaux Sociaux",
          "ai_tool",
          0
        ]
      ]
    },
    "instagram-model": {
      "ai_languageModel": [
        [
          "Instagram Créateur de Contenu",
          "ai_languageModel",
          0
        ]
      ]
    },
    "twitter-model": {
      "ai_languageModel": [
        [
          "Twitter/X Stratège",
          "ai_languageModel",
          0
        ]
      ]
    },
    "facebook-model": {
      "ai_languageModel": [
        [
          "Facebook Gestionnaire de Communauté",
          "ai_languageModel",
          0
        ]
      ]
    },
    "tiktok-model": {
      "ai_languageModel": [
        [
          "TikTok Créateur de Vidéos",
          "ai_languageModel",
          0
        ]
      ]
    },
    "youtube-model": {
      "ai_languageModel": [
        [
          "YouTube Planificateur de Contenu",
          "ai_languageModel",
          0
        ]
      ]
    },
    "analytics-model": {
      "ai_languageModel": [
        [
          "Spécialiste en Analyse des Réseaux Sociaux",
          "ai_languageModel",
          0
        ]
      ]
    },
    "tiktok-agent": {
      "ai_tool": [
        [
          "Agent Directeur des Réseaux Sociaux",
          "ai_tool",
          0
        ]
      ]
    },
    "twitter-agent": {
      "ai_tool": [
        [
          "Agent Directeur des Réseaux Sociaux",
          "ai_tool",
          0
        ]
      ]
    },
    "youtube-agent": {
      "ai_tool": [
        [
          "Agent Directeur des Réseaux Sociaux",
          "ai_tool",
          0
        ]
      ]
    },
    "instagram-agent": {
      "ai_tool": [
        [
          "Agent Directeur des Réseaux Sociaux",
          "ai_tool",
          0
        ]
      ]
    },
    "facebook-agent": {
      "ai_tool": [
        [
          "Agent Directeur des Réseaux Sociaux",
          "ai_tool",
          0
        ]
      ]
    },
    "social-chat-trigger": {
      "main": [
        [
          "Agent Directeur des Réseaux Sociaux",
          "main",
          0
        ]
      ]
    },
    "social-director-model": {
      "ai_languageModel": [
        [
          "Agent Directeur des Réseaux Sociaux",
          "ai_languageModel",
          0
        ]
      ]
    },
    "analytics-agent": {
      "ai_tool": [
        [
          "Agent Directeur des Réseaux Sociaux",
          "ai_tool",
          0
        ]
      ]
    }
  }
}
Foire aux questions

Comment utiliser ce workflow ?

Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.

Dans quelles scénarios ce workflow est-il adapté ?

Avancé - Création de contenu, IA Multimodale

Est-ce payant ?

Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.

Workflows recommandés

Créer du contenu multicanal avec O3 Director et des agents experts GPT-4
Utiliser O3 Director et des agents experts GPT-4 pour créer du contenu multicanal
Agent
Agent Tool
Tool Think
+
Agent
Agent Tool
Tool Think
18 NœudsYaron Been
Création de contenu
Créer un contenu LinkedIn viral avec une équipe d'agents multi-agents O3 et GPT-4.1-mini
Utiliser une équipe d'agents multi-intelligents O3 et GPT-4.1-mini pour créer un contenu viral LinkedIn
Agent
Agent Tool
Tool Think
+
Agent
Agent Tool
Tool Think
18 NœudsYaron Been
Création de contenu
Construire une équipe marketing IA basée sur OpenAI O3 et GPT-4.1-mini pour la création automatisée de contenu
Construire une équipe marketing d'IA basée sur OpenAI O3 et GPT-4.1-mini pour une création automatisée de contenu
Agent
Agent Tool
Tool Think
+
Agent
Agent Tool
Tool Think
18 NœudsYaron Been
Création de contenu
Agent directeur de la création et équipe de conception créative
Simulation d'une agence de design créatif avec une équipe multi-agents OpenAI O3 et GPT-4.1-mini
Agent
Agent Tool
Tool Think
+
Agent
Agent Tool
Tool Think
18 NœudsYaron Been
Création de contenu
Automatisation des opérations financières pour l'équipe financière avec O3 CFO et GPT-4.1-mini
Automatisation des opérations financières pour l'équipe financière avec O3 CFO et GPT-4.1-mini
Agent
Agent Tool
Tool Think
+
Agent
Agent Tool
Tool Think
18 NœudsYaron Been
Extraction de documents
Agent CSO et équipe de vente
Construire un département de vente complet avec une équipe d'IA orchestrée par OpenAI multi-agents et CSO
Agent
Agent Tool
Tool Think
+
Agent
Agent Tool
Tool Think
18 NœudsYaron Been
CRM
Informations sur le workflow
Niveau de difficulté
Avancé
Nombre de nœuds18
Catégorie2
Types de nœuds6
Description de la difficulté

Adapté aux utilisateurs avancés, avec des workflows complexes contenant 16+ nœuds

Auteur
Yaron Been

Yaron Been

@yaron-nofluff

Building AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host If you need any help with Automations, feel free to reach out via linkedin: https://www.linkedin.com/in/yaronbeen/ And check out my Youtube channel: https://www.youtube.com/@YaronBeen/videos

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34