Skip to main content

Create fact-based blog outlines with GPT-4o & Tavily search data

Workflow preview

Workflow preview
100%
Create fact-based blog outlines with GPT-4o & Tavily search data preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Turn your keyword research into a clear, fact based content outline with this workflow. It splits your keyword into 5 6 subtopics, makes research questions for those subtopics, and uses Tavily to p...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.openai, n8n-nodes-base.splitout, @tavily/n8n-nodes-tavily.tavily, n8n-nodes-base.set, n8n-nodes-base.aggregate, n8n-nodes-base.code, n8n-nodes-base.noop, n8n-nodes-base.formtrigger

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Create fact-based blog outlines with GPT-4o & Tavily search data
Workflow name
Create fact-based blog outlines with GPT-4o & Tavily search data

Overview

Turn your keyword research into a clear, fact-based content outline with this workflow. It splits your keyword into 5-6 subtopics, makes research questions for those subtopics, and uses Tavily to pull answers from real search results. This way your outline is based on real data, not just AI training data, so you can create accurate and reliable content.

How it works

  • Enter a keyword in the form to start the workflow
  • The OpenAI node splits the keyword into 5-6 research subtopics and makes a research question for each one. These questions will be used to enrich the outline later on
  • We split the research questions into separate items so we can process them one by one
  • Each research question is sent to Tavily. Tavily searches the web for answers and returns a short summary
  • Next, we add the answers to our JSON sections
  • We take all the separate items and join them into one list again
  • The JSON outline is converted into Markdown using a code node. The code takes the JSON headers, turns them into Markdown headings (level 2), and puts the answers underneath

Setup steps

  1. Get an OpenAI API key and set up your credentials inside n8n
  2. Sign up for a Tavily account and get an API key — you can use a free account for testing
  3. Install the Tavily community node. If you don’t want to use a community node, you can call Tavily directly using an HTTP node. Check their API reference for what endpoints to call
  4. Run the workflow and enter the keyword you want to target in the form
  5. Adjust the workflow to decide what to do with the Markdown outline

Requirements

  • An OpenAI API key
  • A Tavily account
  • The Tavily community node installed
  • (Optional) If you don’t want to use the Tavily community node, use a regular HTTP node and call the API directly. Check their API reference for what endpoints to call

Workflow customizations

  • Instead of using a form to enter your keyword, you can keep all your research in a Google Doc and go through it row by row
  • You can add another AI node at the end to turn the outline into a full article
  • You can put the outline in a Google Doc and send it to a writer using the Google Docs node and the Gmail node

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 - Generate research questions

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

Block 2 - Split out list of questions into separate items

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

Block 3 - Answer research questions

Type / Role
@tavily/n8n-nodes-tavily.tavily - tavily
Config choices
Version 1

Block 4 - Add answers to sections

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

Block 5 - Turn into one big item

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

Block 6 - Convert JSON to markdown

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

Block 7 - Continue workflow

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

Block 8 - Enter keyword

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

Block 9 - Sticky Note

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

Block 10 - Sticky Note1

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

Block 11 - Sticky Note2

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

Block 12 - Sticky Note3

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

Block 13 - Sticky Note4

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

Block 14 - Sticky Note5

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

Block 15 - Sticky Note6

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

Block 16 - Sticky Note7

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

Block 17 - Sticky Note8

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

3. Summary Table

Workflow Create fact-based blog outlines with GPT-4o & Tavily search data
Complexity advanced
Nodes 17
Categories Content Creation
Author Robin Geuens
Published 28 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9058/9058.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 Create fact-based blog outlines with GPT-4o & Tavily search data do?

Turn your keyword research into a clear, fact based content outline with this workflow. It splits your keyword into 5 6 subtopics, makes research questions for those subtopics, and uses Tavily to p...

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 use case.