Block 1 - Form Submission (Keywords)
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Who is this for? This workflow is perfect for content marketers, bloggers, SEO professionals, and virtual assistants who need to transform keyword research into complete blog posts without spending...
n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.code, n8n-nodes-base.limit, n8n-nodes-base.aggregate
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yang.
Original n8n.io sourceThis workflow is perfect for content marketers, bloggers, SEO professionals, and virtual assistants who need to transform keyword research into complete blog posts without spending hours writing and formatting.
Writing a blog post from scratch requires research, summarizing content, and structuring it into a polished article. This workflow automates that process by taking a single keyword, fetching related news articles, cleaning the data, and generating a professional blog draft automatically in Google Docs.
The workflow begins when a keyword is submitted through a form. It expands the keyword into trending suggestions using Dumpling AI Autocomplete, then fetches recent news articles with Dumpling AI Google News. Articles are filtered to only include those published within the last 1–2 days, then scraped and cleaned for quality text. The aggregated content is sent to OpenAI, which generates a polished blog draft with a clear title. Finally, the draft is saved directly into Google Docs for easy editing and publishing.
Form Trigger – Form Submission (Keywords)
Starts the workflow when a keyword is submitted through a form.
HTTP Request – Dumpling AI Autocomplete
Expands the keyword into multiple trending search suggestions.
Split Out – Split Autocomplete Suggestions
Breaks the list of autocomplete suggestions into individual items for processing.
Loop – Loop Suggestions
Iterates through each suggestion to process articles separately.
Wait – Delay Between Requests
Adds a pause to avoid sending too many requests at once.
HTTP Request – Dumpling AI Google News
Fetches recent news articles for each suggestion.
Split Out – Split News Articles
Splits the returned news results into individual articles.
Code – Filter Articles (1–2 Days Old)
Keeps only articles that are between 1 and 2 days old for fresh content.
Limit – Limit Articles
Restricts the workflow to the top 2 articles for each suggestion.
HTTP Request – Dumpling AI Scraper
Scrapes and cleans the full text content from the article URLs.
Code – Clean & Prepare Article Content
Removes clutter like links, images, and unrelated sections to ensure clean input.
Aggregate – Aggregate Articles
Combines the cleaned article content into one dataset.
OpenAI – Generate Blog Draft
Uses OpenAI to create a polished blog post draft and title in Markdown format.
Google Docs – Create Blog File
Creates a new Google Doc with the generated blog title.
Google Docs – Insert Blog Content
Inserts the full blog draft into the created document.
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.
| Workflow | Automate blog creation from keywords with Dumpling AI, OpenAI, and Google Docs |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Content Creation, Multimodal AI |
| Author | Yang |
| Published | 02 Sept 2025 |
Use the JSON export at /data/workflows/8191/8191.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Who is this for? This workflow is perfect for content marketers, bloggers, SEO professionals, and virtual assistants who need to transform keyword research into complete blog posts without spending...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.