Skip to main content

Generate AI-powered pro vs con debates with GPT-4o and Google Sheets tracking

Workflow preview

Workflow preview
100%
Generate AI-powered pro vs con debates with GPT-4o and Google Sheets tracking preview
Open on n8n.io

1. Workflow Overview

This workflow automatically processes incoming debate topic requests, generates structured, evidence backed Pro vs Con debates with balanced arguments, rebuttals, and final verdicts using AI, deliv...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.filter, n8n-nodes-base.wait, @n8n/n8n-nodes-langchain.agent

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate AI-powered pro vs con debates with GPT-4o and Google Sheets tracking
Workflow name
Generate AI-powered pro vs con debates with GPT-4o and Google Sheets tracking

This workflow automatically processes incoming debate topic requests, generates structured, evidence-backed Pro vs Con debates with balanced arguments, rebuttals, and final verdicts using AI, delivers them via email, and logs everything in Google Sheets.

Who’s it for

• Students and debaters preparing arguments • Content creators and podcasters • Researchers and analysts needing balanced views • Decision-makers and AI enthusiasts exploring topics

How it works / What it does

  1. Captures new debate requests (webhook or scheduled poll)
  2. Validates the topic and prepares context
  3. AI generates full structured debate (Pro/Con arguments with evidence, rebuttals, verdict)
  4. Formats professional markdown output
  5. Emails the complete debate to the requester
  6. Logs topic, verdict summary, and generation details in Google Sheets

How to set up

  1. Import this workflow
  2. Set up credentials (Webhook, Google Sheets, OpenAI/Anthropic)
  3. Update default instructions and email sender
  4. Activate workflow

Requirements

• Webhook endpoint for topic submissions • Google Sheets • OpenAI / Anthropic / Grok API • Clear debate topic input

How to customize the workflow

• Modify AI prompt for depth, tone, or format in the AI node • Adjust Python validation rules • Update Google Sheet columns • Change email templates or add Slack/Teams delivery

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Webhook - New Debate Request

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

Block 6 - Poll New Debate Requests

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

Block 7 - Prepare Debate Context

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

Block 8 - Python - Validate Debate Topic

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

Block 9 - Filter Valid Debate Requests

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

Block 10 - Wait 1 - Rate Limit

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

Block 11 - AI - Generate Structured Debate

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

Block 12 - JS - Format Debate Output

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

Block 13 - Wait 2 - Review Buffer

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

Block 14 - Send Generated Debate

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

Block 15 - Update Debate Log

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

Block 16 - OpenAI Chat Model

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

Block 17 - Wait For Result

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

3. Summary Table

Workflow Generate AI-powered pro vs con debates with GPT-4o and Google Sheets tracking
Complexity advanced
Nodes 17
Categories Content Creation, Multimodal AI
Author Oneclick AI Squad
Published 20 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15164/15164.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 AI-powered pro vs con debates with GPT-4o and Google Sheets tracking do?

This workflow automatically processes incoming debate topic requests, generates structured, evidence backed Pro vs Con debates with balanced arguments, rebuttals, and final verdicts using AI, deliv...

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.