Automated Markdown Conversion and Contentful Publishing Workflow

somdn_product_page

This n8n workflow automates the process of converting Markdown content into Contentful’s Rich Text format and publishing it directly to Contentful’s API. It begins triggered by an external workflow, where it splits Markdown content into sections based on headings. These sections are then processed to convert Markdown syntax into Contentful-compatible JSON using an OpenAI GPT model that specializes in formatting. The converted rich text objects are merged into a single document, which is then restructured with additional metadata and content fields. Finally, the workflow sends an HTTP POST request to Contentful, creating a new content entry with the formatted data. This automation is ideal for content creators and developers who want to streamline publishing workflows, especially when managing large volumes of Markdown content destined for Contentful, ensuring consistency, and boosting productivity.

Node Count

11 – 20 Nodes

Nodes Used

@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmChatOpenAi, code, executeWorkflowTrigger, httpRequest, merge, stickyNote

Reviews

There are no reviews yet.

Be the first to review “Automated Markdown Conversion and Contentful Publishing Workflow”

Your email address will not be published. Required fields are marked *