Automatisation du contenu LinkedIn IA - Style agent intelligent

Intermédiaire

Ceci est unAI, Marketingworkflow d'automatisation du domainecontenant 13 nœuds.Utilise principalement des nœuds comme Merge, LinkedIn, Agent, ScheduleTrigger, OpenAi, combinant la technologie d'intelligence artificielle pour une automatisation intelligente. Création automatisée de contenu LinkedIn avec publication planifiée utilisant GPT-4 et DALL-E

Prérequis
  • Informations d'identification LinkedIn API
  • 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
{
  "name": "LinkedIn AI Content Automation - Agentic Vibe",
  "nodes": [
    {
      "id": "7f5f9934-7ab8-43e9-a4cb-1583740a2e36",
      "name": "Déclencheur programmé",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -840,
        640
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 6
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "928e2771-ec9f-48ff-b34e-9c3ab9c4a828",
      "name": "Générateur de sujets de contenu2",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -500,
        640
      ],
      "parameters": {
        "text": "You are a Content Researcher Assistant at Agentic Vibe, an AI-first automation agency helping solopreneurs, creators, and digital-first founders grow their online presence — especially on LinkedIn — through scalable, hands-free content systems.\n\nYour task is to generate high-value content topics that align with our brand pillars and resonate deeply with our audience. These topics will later be expanded into posts by another agent.\n\n🔍 What to Focus On:\nGenerate content topics (not full content) based on these strategic themes:\n\nAI for Content Creation & Workflow Automation\n\nLinkedIn Automation Tools, Tactics & Growth Strategies\n\nSolopreneur Productivity Hacks Using AI & Automation\n\nSystems Thinking for Scaling Personal Brands\n\nThe Future of Work, Creators, and Automated Influence\n\nNo-Code Tools for Content & Lead Gen Automation\n\n✅ Your Output Per Topic:\nFor each idea, generate the following:\n\nTopic Title or Core Idea (1 line)\n\nShort Rationale (1–2 sentences on why this topic matters)\n\nSuggested Angle or Hook (1 LinkedIn-style framing or contrarian take)\n\n💡 Style Guide:\nKeep ideas insightful, actionable, and future-minded\n\nFavor founder-style energy: confident, sharp, and slightly contrarian when it adds value\n\nAvoid hype or jargon — focus on clarity, systemized insight, and utility",
        "options": {},
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 2
    },
    {
      "id": "10577345-0f96-42bf-a5db-7f9f205f7359",
      "name": "OpenAI Modèle de chat",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -500,
        880
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4o-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI API"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "c7094a20-a96a-4db8-9ee4-95f86de800ac",
      "name": "Analyseur de sortie structurée",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -320,
        860
      ],
      "parameters": {
        "jsonSchemaExample": "[{\n \"title\": \"AI as Your First Content Hire: Why Founders Shouldn't Wait to Outsource Creation\",\n            \"rationale\": \"Most solopreneurs delay content scaling because they think hiring a ghostwriter is the next step — but AI can handle 80% with proper systems. This shifts content from a creative bottleneck to a scalable growth lever.\",\n            \"hook\": \"Ghostwriters are outdated. Train GPT once, and it ships LinkedIn gold in your voice daily. Welcome to hands-free thought leadership.\"\n          }]"
      },
      "typeVersion": 1.2
    },
    {
      "id": "84b30f40-e7fa-4c46-9a82-39bbd2becfe0",
      "name": "Créateur de contenu",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -80,
        640
      ],
      "parameters": {
        "text": "=You are a linkedin content creator and copywriter. Given the title {{ $json.output[0].title }}, the rationale {{ $json.output[0].rationale }}, suggested hook. Generate text content for a linkedin post. Also describe a suitable image for the post.",
        "batching": {},
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 1.7
    },
    {
      "id": "6fdea8df-7cb4-4418-8dab-e5faa9e76b6b",
      "name": "OpenAI Modèle de chat1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -80,
        820
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4o-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI API"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "cc1e5e3c-31de-4d1b-948b-89165fbc9769",
      "name": "Analyseur de sortie structurée1",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        80,
        820
      ],
      "parameters": {
        "jsonSchemaExample": "{\n  \"post title\": \"Exciting New Feature Launch 🚀\",\n  \"post content\": \"After months of collaboration, testing, and fine-tuning, we're thrilled to introduce our latest product feature: Smart Insights. It helps users uncover meaningful patterns in their data with just a few clicks. This wouldn't have been possible without our incredible team and supportive community. We're excited for what's next — and we'd love your feedback!\",\n  \"image description\": \"A laptop screen showcasing the new Smart Insights dashboard with colorful charts and graphs, surrounded by a team clapping in the background.\"\n}"
      },
      "typeVersion": 1.2
    },
    {
      "id": "2ae88f2a-031c-41c3-bbb9-f1555d94863a",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        420,
        460
      ],
      "parameters": {
        "prompt": "=Generate an image for a linkedin post this is the description: {{ $json.output['image description'] }} .The images should be realistic for linkedin.",
        "options": {},
        "resource": "image"
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI API"
        }
      },
      "typeVersion": 1.8
    },
    {
      "id": "f3901b98-cfe4-4d48-9e35-59161cbcfdd9",
      "name": "Générateur de hashtags /SEO",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        420,
        900
      ],
      "parameters": {
        "text": "=You are an SEO specialist for LinkedIn. Your task is to generate highly relevant and effective hashtags for the following post. Consider the post's content, target audience, and current LinkedIn trends to maximize visibility and engagement.\n\n<post_title>{{ $json.output['post title'] }}</post_title>\n<post_content>{{ $json.output['post content'] }}</post_content>\n\nPlease generate:\n1. **3-5 broad, high-volume hashtags** (e.g., #AI, #Marketing, #Business)\n2. **3-5 niche-specific hashtags** that are directly relevant to the post's core topic (e.g., #SocialMediaAutomation, #ContentCreationAI, #LinkedInMarketingTips)\n3. **1-2 trending/topical hashtags** if applicable (e.g., #FutureOfWork, #DigitalTransformation)\n\nPresent them as a comma-separated list.",
        "options": {},
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 2
    },
    {
      "id": "f3d91646-6d7b-4270-85bc-0e4684bbd0d0",
      "name": "OpenAI Modèle de chat2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        420,
        1100
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4o-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "YOUR_OPENAI_CREDENTIAL_ID",
          "name": "OpenAI API"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "692b1c2e-bdc7-474e-859e-204970f512a6",
      "name": "Analyseur de sortie structurée2",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        600,
        1100
      ],
      "parameters": {
        "jsonSchemaExample": "{\n  \"post title\": \"Exciting New Feature Launch 🚀\",\n  \"post content\": \"After months of collaboration, testing, and fine-tuning, we're thrilled to introduce our latest product feature: Smart Insights. It helps users uncover meaningful patterns in their data with just a few clicks. This wouldn't have been possible without our incredible team and supportive community. We're excited for what's next — and we'd love your feedback!\",\n  \"image description\": \"A laptop screen showcasing the new Smart Insights dashboard with colorful charts and graphs, surrounded by a team clapping in the background.\",\n\"Hashtags\":[\"#AI\",\"#Automation\"]\n}"
      },
      "typeVersion": 1.2
    },
    {
      "id": "f667d091-72aa-4bea-9648-4563a75265ff",
      "name": "Fusion",
      "type": "n8n-nodes-base.merge",
      "position": [
        780,
        640
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "7c3a37b7-3227-43a7-86fb-c39e885570bf",
      "name": "LinkedIn",
      "type": "n8n-nodes-base.linkedIn",
      "position": [
        1060,
        620
      ],
      "parameters": {
        "postAs": "organization",
        "additionalFields": {},
        "shareMediaCategory": "IMAGE"
      },
      "credentials": {
        "linkedInOAuth2Api": {
          "id": "YOUR_LINKEDIN_CREDENTIAL_ID",
          "name": "LinkedIn OAuth2 API"
        }
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "connections": {
    "f667d091-72aa-4bea-9648-4563a75265ff": {
      "main": [
        [
          {
            "node": "7c3a37b7-3227-43a7-86fb-c39e885570bf",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2ae88f2a-031c-41c3-bbb9-f1555d94863a": {
      "main": [
        [
          {
            "node": "f667d091-72aa-4bea-9648-4563a75265ff",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "84b30f40-e7fa-4c46-9a82-39bbd2becfe0": {
      "main": [
        [
          {
            "node": "2ae88f2a-031c-41c3-bbb9-f1555d94863a",
            "type": "main",
            "index": 0
          },
          {
            "node": "f3901b98-cfe4-4d48-9e35-59161cbcfdd9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7f5f9934-7ab8-43e9-a4cb-1583740a2e36": {
      "main": [
        [
          {
            "node": "928e2771-ec9f-48ff-b34e-9c3ab9c4a828",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "10577345-0f96-42bf-a5db-7f9f205f7359": {
      "ai_languageModel": [
        [
          {
            "node": "928e2771-ec9f-48ff-b34e-9c3ab9c4a828",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "6fdea8df-7cb4-4418-8dab-e5faa9e76b6b": {
      "ai_languageModel": [
        [
          {
            "node": "84b30f40-e7fa-4c46-9a82-39bbd2becfe0",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "f3d91646-6d7b-4270-85bc-0e4684bbd0d0": {
      "ai_languageModel": [
        [
          {
            "node": "f3901b98-cfe4-4d48-9e35-59161cbcfdd9",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "f3901b98-cfe4-4d48-9e35-59161cbcfdd9": {
      "main": [
        [
          {
            "node": "f667d091-72aa-4bea-9648-4563a75265ff",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "928e2771-ec9f-48ff-b34e-9c3ab9c4a828": {
      "main": [
        [
          {
            "node": "84b30f40-e7fa-4c46-9a82-39bbd2becfe0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c7094a20-a96a-4db8-9ee4-95f86de800ac": {
      "ai_outputParser": [
        [
          {
            "node": "928e2771-ec9f-48ff-b34e-9c3ab9c4a828",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "cc1e5e3c-31de-4d1b-948b-89165fbc9769": {
      "ai_outputParser": [
        [
          {
            "node": "84b30f40-e7fa-4c46-9a82-39bbd2becfe0",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "692b1c2e-bdc7-474e-859e-204970f512a6": {
      "ai_outputParser": [
        [
          {
            "node": "f3901b98-cfe4-4d48-9e35-59161cbcfdd9",
            "type": "ai_outputParser",
            "index": 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é ?

Intermédiaire - Intelligence Artificielle, Marketing

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.

Informations sur le workflow
Niveau de difficulté
Intermédiaire
Nombre de nœuds13
Catégorie2
Types de nœuds8
Description de la difficulté

Adapté aux utilisateurs expérimentés, avec des workflows de complexité moyenne contenant 6-15 nœuds

Auteur
Samuel Kimutai

Samuel Kimutai

@agenticvibe

Founder of Agentic Vibe | Building AI-powered automation workflows for creators, startups & agencies. Specializing in viral content systems, lead generation pipelines, and business process automation using n8n, OpenAI, and no-code tools. Helping businesses scale with plug-and-play workflows that save 10+ hours/week.

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34