Skip to main content

Generate long-form SEO articles from news with LINE approvals and Google Docs

Workflow preview

Workflow preview
100%
Generate long-form SEO articles from news with LINE approvals and Google Docs preview
Open on n8n.io

1. Workflow Overview

Status: Published Description Generate high quality, long form SEO articles from trending news using mobile first approvals via LINE. Who’s it for This workflow is designed for content marketers...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-base.googledocs

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by HayatoFujita/藤田隼人.

Original n8n.io source

1.1 Workflow description

Title
Generate long-form SEO articles from news with LINE approvals and Google Docs
Workflow name
Generate long-form SEO articles from news with LINE approvals and Google Docs

Status: Published

Description Generate high-quality, long-form SEO articles from trending news using mobile-first approvals via LINE.

👥 Who’s it for

This workflow is designed for content marketers, SEO specialists, and solo bloggers who want to scale their content production without losing editorial control. It is ideal for users who want to manage a deep-dive writing process entirely from their smartphone, ensuring every article meets their standards before being drafted.

🚀 How it works

This template acts as a sophisticated "AI Editorial Staff" that connects RSS feeds, LINE, OpenAI, and Google Workspace.

Smart News Sourcing: Automatically monitors niche-specific RSS feeds to identify the latest trending topics.

AI Strategic Planning: Uses OpenAI (GPT-4o/GPT-4o-mini) to propose high-potential SEO keywords and catchy titles based on live news.

Mobile Editorial Control: Sends proposals directly to your LINE. By replying with "Create Article," you trigger the next phase of the workflow.

Stateful Session Management: Uses a Google Sheets "Bridge" to store unique resume URLs, allowing you to resume the automated process through simple text commands.

High-Quality Looping: Instead of generating an entire article at once (which often results in shallow content), this workflow loops through each chapter. The AI writes one section at a time in detail and appends it to a Google Doc.

Automated Archiving: Once the deep-dive writing is finished, it logs the final article title, URL, and date into a master Google Sheets ledger and notifies you via LINE.

⚙️ Setup steps

Prepare Google Sheet: Create a spreadsheet with two tabs.

Tab 1 (シート1): Headers should be userId and resumeurl.

Tab 2 (Article_History): Headers should be Title, URL, and Date.

Configure Credentials: Set up your credentials in n8n for OpenAI (API Key), Google Workspace (OAuth2), and LINE Messaging API (Header Auth).

Update Workflow Configuration Node:

Paste your LINE User ID (from the LINE Developers Console).

Paste your Google Spreadsheet ID.

Update the RSS URL in the news node to your target niche.

Update Google Sheets Nodes:

In the "Store Resume Key" and "Get Resume URL" nodes, select your specific spreadsheet.

Configure LINE Webhook:

Copy the Production URL from the "LINE Webhook Receiver" node.

Paste it into the LINE Developers Console under "Webhook URL" and enable "Use Webhook."

Activate: Save the workflow and toggle it to “Active.”

📦 Requirements

n8n version 1.0 or later

OpenAI API Key (GPT-4o recommended for high-quality writing)

Google Workspace Account (Google Docs, Google Sheets)

LINE Developers Account (Messaging API)

🎨 How to customize

Refine Writing Style: Edit the System Message in the "Chapter Writing" node to change the tone (e.g., from "Formal Technical" to "Conversational Storyteller").

Switch Approval Keywords: Change the IF node condition to respond to "Approve" or "Go" instead of "Create Article."

Direct-to-WordPress: Replace the "Create Google Doc" and "Update Docs" nodes with a WordPress node to automatically publish or save as a draft on your website once the loop is complete.

Language Adaptation: Update the RSS URL and AI prompts to source news in any language and output the final article in another.

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 - 1. Daily Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 2 - Workflow Configuration

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

Block 3 - 2. Get Latest News

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

Block 4 - Parse RSS Feed

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

Block 5 - 3. AI: Keyword Selection

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

Block 6 - Store Resume Key

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

Block 7 - 4. LINE: KW Approval Request

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

Block 8 - 5. Wait: KW Approval

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 9 - 6. AI: Outline Creation

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

Block 10 - 7. LINE: Outline Approval

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

Block 11 - 8. Wait: Outline Approval

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 12 - Create Google Doc

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

Block 13 - Split Outline to Chapters

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

Block 14 - Chapter Loop

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 15 - 9. AI: Chapter Writing

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

Block 16 - Write Chapter to Docs

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

Block 17 - 11. Log Final Article to Sheets

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

Block 18 - 12. LINE: Final Notification

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

Block 19 - LINE Webhook Receiver

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

Block 20 - Check if 'Create Article'

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

Block 21 - Get Resume URL from Sheets

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

Block 22 - Resume Main Workflow

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

Block 23 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.3

Block 24 - OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.3

Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Generate long-form SEO articles from news with LINE approvals and Google Docs
Complexity advanced
Nodes 29
Categories Content Creation, Multimodal AI
Author HayatoFujita/藤田隼人
Published 21 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12866/12866.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 Generate long-form SEO articles from news with LINE approvals and Google Docs do?

Status: Published Description Generate high quality, long form SEO articles from trending news using mobile first approvals via LINE. Who’s it for This workflow is designed for content marketers...

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.