AutomationFlowsAI & RAG › Convert Markdown Content to Contentful Rich Text with AI Formatting

Convert Markdown Content to Contentful Rich Text with AI Formatting

ByVarritech @varritech on n8n.io

This workflow was created by Varritech Technologies, an innovative agency that leverages AI to engineer, design, and deliver software development projects 500% faster than traditional agencies. Based in New York City, we specialize in custom software development, web…

Event trigger★★★★☆ complexityAI-powered12 nodesHTTP RequestExecute Workflow TriggerAgentOpenAI Chat
AI & RAG Trigger: Event Nodes: 12 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #4078 — we link there as the canonical source.

This workflow follows the Agent → Execute Workflow Trigger recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "uIREtTV8TRuF3lru",
  "name": "Convert Markdown Content to Contentful Rich Text with AI Formatting.",
  "tags": [
    {
      "id": "NEDxtCyOlsLSVNBI",
      "name": "Formatter",
      "createdAt": "2025-05-17T10:41:27.012Z",
      "updatedAt": "2025-05-17T10:41:27.012Z"
    },
    {
      "id": "B6FHhLBUZRavCehy",
      "name": "Content Creation",
      "createdAt": "2025-05-17T10:41:40.276Z",
      "updatedAt": "2025-05-17T10:41:40.276Z"
    }
  ],
  "nodes": [
    {
      "id": "f50b2f81-d9b4-4206-a18c-a02573afe8e7",
      "name": "Create newly formatted Contentful Entry",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1680,
        240
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "d2d8efbc-3914-4c9b-98fe-566c1843f58d",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -380,
        20
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "57960c96-94ce-43d1-83b8-d6417b79373a",
      "name": "Merge1",
      "type": "n8n-nodes-base.merge",
      "position": [
        1020,
        240
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "f304bcec-2150-4767-95a9-38c1e98e2c52",
      "name": "Format1",
      "type": "n8n-nodes-base.code",
      "position": [
        1360,
        240
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "85edaba2-c42b-4ca8-af84-080255dd93d3",
      "name": "Markdown to Contentful format",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        340,
        380
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "3b409954-1506-46da-8ea9-ed2c938b84fc",
      "name": "Split by Headings",
      "type": "n8n-nodes-base.code",
      "position": [
        0,
        220
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "d9bd0b06-730b-4e63-a3f4-73678b09aaa7",
      "name": "Combine Rich Text Objects",
      "type": "n8n-nodes-base.code",
      "position": [
        720,
        380
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "08f5c7a8-3200-47bf-a4c9-5333956ddf49",
      "name": "OpenAI Chat Model2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        300,
        620
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "e1bbe1ba-3be3-44c9-af34-e27c56246545",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "36266f04-12cf-4a19-8d60-45974e69ab6b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1180,
        -340
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "f0ecec88-c4a7-472f-b71b-d78f57635472",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -800,
        -520
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e4bf6af7-cd5a-4f54-9512-5e91d86f6bf6",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1180,
        620
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "callerPolicy": "workflowsFromSameOwner",
    "executionOrder": "v1",
    "executionTimeout": 600
  },
  "versionId": "c049c9ae-5037-4f0e-b499-65b5315529b3",
  "connections": {
    "Merge1": {
      "main": [
        [
          {
            "node": "Format1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format1": {
      "main": [
        [
          {
            "node": "Create newly formatted Contentful Entry",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split by Headings": {
      "main": [
        [
          {
            "node": "Markdown to Contentful format",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model2": {
      "ai_languageModel": [
        [
          {
            "node": "Markdown to Contentful format",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Combine Rich Text Objects": {
      "main": [
        [
          {
            "node": "Merge1",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Markdown to Contentful format": {
      "main": [
        [
          {
            "node": "Combine Rich Text Objects",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Split by Headings",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This workflow was created by Varritech Technologies, an innovative agency that leverages AI to engineer, design, and deliver software development projects 500% faster than traditional agencies. Based in New York City, we specialize in custom software development, web…

Source: https://n8n.io/workflows/4078/ — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

The best content automation template in the market is now even better—with “deep research” on time-sensitive topics\! Unlike most n8n content automation templates that are mainly for “demo purposes,”

OpenAI, HTTP Request, XML +11
AI & RAG

Typeform IA - YT. Uses typeformTrigger, agent, lmChatOpenAi, toolWorkflow. Event-driven trigger; 75 nodes.

Typeform Trigger, Agent, OpenAI Chat +7
AI & RAG

Thread Extraction: Automatically detects and extracts all tweets from a provided Twitter thread (flood) link. Translation: Translates each extracted tweet into your target language using OpenAI. Rewri

Agent, OpenAI Chat, HTTP Request +3
AI & RAG

This workflow is designed for marketers, content creators, agencies, and solo founders who want to publish long‑form posts with visuals on autopilot using n8n and AI agents. ​

Tool Http Request, Agent, HTTP Request +27
AI & RAG

Template Carnaval - time instagram. Uses toolWorkflow, lmChatOpenAi, memoryBufferWindow, agent. Event-driven trigger; 56 nodes.

Tool Workflow, OpenAI Chat, Memory Buffer Window +10