Skip to main content

Generate LinkedIn posts with Mistral AI using 7 dynamic content templates

Workflow preview

Workflow preview
100%
Generate LinkedIn posts with Mistral AI using 7 dynamic content templates preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

AI Powered LinkedIn Post Generator Workflow Overview This workflow is a two part intelligent content creation system built in n8n , designed to generate professional and on brand LinkedIn posts . I...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.lmchatmistralcloud, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.toolthink, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.toolworkflow, @n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.executeworkflowtrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by DIGITAL BIZ TECH.

Original n8n.io source

1.1 Workflow description

Title
Generate LinkedIn posts with Mistral AI using 7 dynamic content templates
Workflow name
Generate LinkedIn posts with Mistral AI using 7 dynamic content templates

AI-Powered LinkedIn Post Generator Workflow

Overview

This workflow is a two-part intelligent content creation system built in n8n, designed to generate professional and on-brand LinkedIn posts.

It combines a conversational frontend agent that interacts naturally with users and a backend post generation engine powered by structured templates and Mistral Cloud AI models.


Workflow Structure

  • Frontend: Conversational “LinkedIn Agent” that guides the user.
  • Backend: “Post Generator” engine that produces final, high-quality content using dynamic templates.

LinkedIn Agent (Frontend Flow)

  • Trigger: When chat message received Starts the workflow whenever a user sends a message to the chatbot or embedded interface.

  • Agent: LinkedIn Agent

    • Welcomes the user and lists 7 available post templates:
      1. Educational
      2. Promotional
      3. Discussion
      4. Case Study & Testimonial
      5. News
      6. Personal
      7. General
    • Prompts the user to select a template number.
    • Asks for a topic after the user’s choice.
    • Sends both template number and topic to the backend using a Tool call.
  • Memory: Simple Memory1
    Stores the last 10 messages to maintain conversational context.

  • LLM Model: Mistral Cloud Chat Model1
    Used for reasoning, conversational responses, and user guidance.

  • Tool Used: template
    Invokes another trigger in the same workflow: When Executed by Another Workflow. Passes the user’s chosen template and topic to the backend.


Post Generation Engine (Backend Flow)

  • Trigger: When Executed by Another Workflow
    Receives payload from the template tool (template ID + topic).

  • Router Node: Switch between templates

    • Directs flow to the correct post template logic based on user’s choice (1–7).
    • Example:
      • 1 → Knowledge & Educational
      • 2 → Promotion
      • 3 → Discussion
      • 4 → Case Study & Testimonial
      • etc.
  • Prompt Template Nodes:
    Each Set node defines a large, structured prompt containing:

    • Specific tone, audience, and purpose rules
    • Example hooks and CTAs
    • Layout and line formatting instructions
    • “FORBIDDEN PHRASES” list (e.g., no “game-changer”, “revolutionary”)
  • Expert Writer Agent: post generator

    • A specialized agent node that receives the selected prompt template.
    • Generates the final LinkedIn post text using strict formatting and tone rules.
    • Model: Mistral Cloud Chat Model
  • Output:
    The generated post text is sent back to the template tool and displayed to the user in chat.


Integrations Used

Service Purpose Credential
Mistral Cloud LLM & post generation Mistral Cloud account dbt
n8n Agent Framework Multi-agent orchestration Native
Chat UI / Webhook Frontend interaction Custom embedded UI or webhook trigger

Agent System Prompt Summary

> “You are an intelligent LinkedIn assistant that helps users craft posts.
List available templates, guide them to select one, and collect a topic.
Then use the provided template tool to request the backend writer to generate a final post.”

Backend writer’s system prompt:
> “You are an expert LinkedIn marketing leader.
Generate structured, professional posts for AI/automation topics.
Avoid hype, buzzwords, and clichés.
Keep sentences short, tone confident, and use strong openers.”


Key Features

  • Dual-agent architecture (Frontend Assistant + Backend Writer)
  • 7 dynamic content templates for flexibility
  • Conversational chat interface for ease of use
  • Strict brand tone enforcement with style run Fully automated generation and return of final post in chat

Summary

> A modular, agent-based n8n workflow for automated LinkedIn post creation, featuring conversational input, structured templates, and AI-generated output powered by Mistral Cloud.

Perfect for content teams, social media managers, and AI automation startups.


Need Help or More Workflows?

Want to customize this workflow for your business. Our team at Digital Biz Tech can tailor it precisely to your use case — from automation logic to AI-powered content engines.

We can help you set it up for free — from connecting credentials to deploying it live.

Contact: [email protected]
Website: https://www.digitalbiz.tech
LinkedIn: https://www.linkedin.com/company/digital-biz-tech/
You can also DM us on LinkedIn for any help.


1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Mistral Cloud Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatMistralCloud - lmChatMistralCloud
Config choices
Version 1

Block 2 - Knowledge & Educational

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Discussion & Engagement

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Promotion

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Case Study & Testimonial

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - personal

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - news based post

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - general

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - Think1

Type / Role
@n8n/n8n-nodes-langchain.toolThink - toolThink
Config choices
Version 1

Block 10 - Think

Type / Role
@n8n/n8n-nodes-langchain.toolThink - toolThink
Config choices
Version 1

Block 11 - LinkedIn Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 12 - template

Type / Role
@n8n/n8n-nodes-langchain.toolWorkflow - toolWorkflow
Config choices
Version 2.2

Block 13 - When chat message received

Type / Role
@n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
Config choices
Version 1.1

Block 14 - Simple Memory1

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 15 - When Executed by Another Workflow

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1.1

Block 16 - Mistral Cloud Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatMistralCloud - lmChatMistralCloud
Config choices
Version 1

Block 17 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - post generator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 24 - Switch between templates

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Generate LinkedIn posts with Mistral AI using 7 dynamic content templates
Complexity advanced
Nodes 29
Categories Content Creation, Multimodal AI
Author DIGITAL BIZ TECH
Published 03 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10450/10450.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate LinkedIn posts with Mistral AI using 7 dynamic content templates do?

AI Powered LinkedIn Post Generator Workflow Overview This workflow is a two part intelligent content creation system built in n8n , designed to generate professional and on brand LinkedIn posts . I...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.