Skip to main content

Research & generate blog posts from keywords with Dumpling AI and GPT-4 to WordPress

Workflow preview

Workflow preview
100%
Research & generate blog posts from keywords with Dumpling AI and GPT-4 to WordPress preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who’s it for This template is perfect for SEO writers, niche bloggers, and content marketers who want to generate high quality blog posts from a single keyword without spending hours on research an...

Best for

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

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.filter, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.gmail, n8n-nodes-base.if, n8n-nodes-base.wordpress

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Research & generate blog posts from keywords with Dumpling AI and GPT-4 to WordPress
Workflow name
Research & generate blog posts from keywords with Dumpling AI and GPT-4 to WordPress

Who’s it for

This template is perfect for SEO writers, niche bloggers, and content marketers who want to generate high-quality blog posts from a single keyword without spending hours on research and writing. If you often find yourself stuck at the research stage or manually drafting blog content, this workflow automates the entire process from topic discovery to publication.


What it does

The workflow takes a keyword, performs a Google search using Dumpling AI, analyzes the top-ranking pages and People Also Ask (PAA) questions, and then uses GPT-4 to generate a detailed blog post based on the most valuable question. The blog draft is sent for approval via email, and once approved, it’s automatically published to WordPress.

Here’s what happens step by step:

  1. Receives a keyword through a simple form
  2. Uses Dumpling AI to perform a Google search and extract:
    • Top 2 organic search results
    • People Also Ask (PAA) questions and answers
    • Top related searches
  3. Filters for insightful PAA questions
  4. Sends the data to GPT-4 to generate a blog post in JSON format
  5. Emails the draft blog post for manual review and approval
  6. If approved, publishes the post automatically to WordPress

How it works

  1. Form Trigger: Captures the keyword input
  2. Dumpling AI: Searches Google and extracts SEO data including top results, PAA, and related searches
  3. Code Node: Processes the raw search data into a structured format for GPT-4
  4. Filter Node: Checks if PAA questions are available
  5. GPT-4: Chooses a strong PAA question and writes the blog post
  6. Gmail: Sends the draft blog post to your inbox for review
  7. Approval Node: Waits for manual approval
  8. WordPress: Publishes the approved post automatically

Requirements

  • Dumpling AI API key stored securely as credentials
  • OpenAI GPT-4 credentials
  • Gmail account with OAuth2 connected to n8n
  • WordPress account with API credentials configured

How to customize

  • Edit the GPT-4 prompt to control the blog structure, tone, or style
  • Add extra filters to select specific types of PAA questions (e.g., how-to, guides)
  • Change the review recipient email in the Gmail node
  • Add additional formatting or SEO optimization steps before publishing
  • Integrate with Notion, Airtable, or Slack to log or notify team members after publication

> This workflow turns a single keyword into a fully researched, GPT-4 generated, and auto-published blog post — helping you scale content creation efficiently while maintaining quality.

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 - Trigger: Receive Keyword from Form

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 2 - Search Google via Dumpling AI

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

Block 3 - Extract Top Results, PAA & Related Searches

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Check if People Also Ask Exists

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 5 - Generate Blog Post with GPT-4

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

Block 6 - Send Blog Post for Review via Gmail

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 7 - Check if Approved

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 8 - Publish Blog Post to WordPress

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

Block 9 - Sticky Note

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

3. Summary Table

Workflow Research & generate blog posts from keywords with Dumpling AI and GPT-4 to WordPress
Complexity intermediate
Nodes 9
Categories Content Creation, Multimodal AI
Author Yang
Published 03 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9250/9250.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 Research & generate blog posts from keywords with Dumpling AI and GPT-4 to WordPress do?

Who’s it for This template is perfect for SEO writers, niche bloggers, and content marketers who want to generate high quality blog posts from a single keyword without spending hours on research an...

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.