Skip to main content

Automate content generator for WordPress with DeepSeek R1

Workflow preview

Workflow preview
100%
Automate content generator for WordPress with DeepSeek R1 preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow is designed to generate SEO friendly content with DeepSeek R1 (or V3), publish it on WordPress, and update a Google Sheets document with the details of the created post. Below is a de...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.wordpress, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.openai

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate content generator for WordPress with DeepSeek R1
Workflow name
Automate content generator for WordPress with DeepSeek R1

This workflow is designed to generate SEO-friendly content with DeepSeek R1 (or V3), publish it on WordPress, and update a Google Sheets document with the details of the created post. Below is a detailed analysis of what each node in the workflow does:


How It Works

  1. Triggering the Workflow:

    • The workflow starts with a Manual Trigger node, which is activated when the user clicks "Test workflow" in the n8n interface.
  2. Fetching Data:

    • The Get Ideas node retrieves data from a Google Sheets document. It reads a specific sheet and filters the data based on the "ID POST" column, returning the first matching row.
  3. Setting the Prompt:

    • The Set your prompt node extracts the PROMPT field from the Google Sheets data and assigns it to a variable for use in subsequent steps.
  4. Generating Content:

    • The Generate article node uses an AI model (DeepSeek) to create an SEO-friendly article based on the prompt. The article includes an introduction, 2-3 chapters, and a conclusion, formatted in HTML.
    • The Generate title node uses the same AI model to generate a concise, SEO-optimized title for the article.
  5. Publishing on WordPress:

    • The Create post on WordPress node creates a new draft post on WordPress using the generated title and article content.
  6. Generating and Uploading an Image:

    • The Generate Image node creates a photorealistic image based on the article title using an AI model (OpenAI).
    • The Upload image node uploads the generated image to WordPress as a media file.
    • The Set Image node assigns the uploaded image as the featured image for the WordPress post.
  7. Updating Google Sheets:

    • The Update Sheet node updates the original Google Sheets document with the post details, including the title, post ID, creation date, and row number.

Set Up Steps

  1. Configure Google Sheets Integration:

    • Set up the Google Sheets node to connect to your Google account and specify the document ID and sheet name to read from and update.
  2. Set Up AI Models:

    • Configure the OpenAI nodes (for generating the article, title, and image) with the appropriate API credentials and model settings (e.g., deepseek-reasoner for text generation).
  3. Configure WordPress Integration:

    • Set up the WordPress node with your WordPress site's API credentials to allow creating posts and uploading media.
  4. Define the Prompt and Content Structure:

    • In the Set your prompt node, ensure the prompt variable is correctly mapped to the data from Google Sheets.
    • In the Generate article and Generate title nodes, define the instructions for the AI model to generate the desired content.
  5. Set Up Image Generation:

    • Configure the Generate Image node with the appropriate prompt and image settings (e.g., size, quality, style).
  6. Configure HTTP Requests for Media Upload:

    • Set up the Upload image and Set Image nodes to use the WordPress REST API for uploading and assigning the featured image.
  7. Map Data for Google Sheets Update:

    • In the Update Sheet node, map the relevant fields (e.g., title, post ID, date) to the appropriate columns in the Google Sheets document.
  8. Test and Activate the Workflow:

    • Run the workflow manually to ensure all steps execute correctly.
    • Once verified, activate the workflow for automated execution.

Overall purpose of the workflow

This workflow automates the creation of SEO-friendly content for a WordPress blog. Starting from a prompt extracted from a Google Sheets document, it generates an article, a title, and an image, publishes the post on WordPress, and updates the Google Sheets document with the details of the created post. This process is useful for blog managers who want to automate content creation and publishing.


Need help customizing?

Contact me for consulting and support or add me on Linkedin.

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 - When clicking ‘Test workflow’

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

Block 2 - Get Ideas

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 3 - Set your prompt

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

Block 4 - Create post on Wordpress

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

Block 5 - Upload image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - Set Image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Update Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

Block 10 - Generate article with DeepSeek

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 11 - Generate title with DeepSeek

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 12 - Sticky Note2

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

Block 13 - Sticky Note3

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

Block 14 - Generate Image with DALL-E

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 15 - Sticky Note4

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

Block 16 - Sticky Note5

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

Block 17 - Sticky Note6

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

3. Summary Table

Workflow Automate content generator for WordPress with DeepSeek R1
Complexity advanced
Nodes 17
Categories Content Creation, Multimodal AI
Author Davide
Published 28 Jan 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2813/2813.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 Automate content generator for WordPress with DeepSeek R1 do?

This workflow is designed to generate SEO friendly content with DeepSeek R1 (or V3), publish it on WordPress, and update a Google Sheets document with the details of the created post. Below is a de...

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.