Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description What this workflow does This workflow turns Reddit pain points into emotionally driven comic style ads using AI. It takes in a product description, scrapes Reddit for real user pa...
n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.reddit, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.toolthink
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yang.
Original n8n.io sourceThis workflow turns Reddit pain points into emotionally-driven comic-style ads using AI.
It takes in a product description, scrapes Reddit for real user pain points, filters
relevant posts using AI, generates ad angles, rewrites them into 4-panel comic prompts,
and finally uses Dumpling AI to generate comic-style images. All final creatives
are uploaded to Google Drive.
Crafting ad content that truly speaks to customer struggles is time-consuming.
This workflow automates that entire process β from pain point discovery to visual
creative output β using AI and Reddit as a source of truth for customer language.
Hereβs how to set everything up, step by step:
Node: π Form - Submit Product Info
This form asks the user to enter:
β Make sure this form is active and testable.
Node: π§ GPT-4o - Generate Reddit Keyword
Uses the product description to generate a search keyword based on what your audience might be discussing on Reddit.
Node: π Reddit - Search Posts
Uses the keyword to search Reddit for relevant threads.
Make sure your Reddit integration is properly configured.
Node: π IF - Check Upvotes & Text Length
Filters out low-effort or unpopular posts. Only keeps posts with:
β You can adjust these thresholds in the node settings.
Node: π§Ό Code - Structure Reddit Posts
This formats the list of posts into clean JSON for the AI agents to process.
Node: π€ Langchain Agent - Post Relevance Classifier
This node uses a LangChain agent (tool: think2) to determine if each post
is relevant to your product. Only relevant ones are passed forward.
Node: π¦ Code - Merge Relevant Posts
Collects all relevant posts into a clean format for the next GPT-4 call.
Node: βοΈ GPT-4o - Generate Emotional Ad Angles
Writes 10 pain-point-based marketing angles using real customer language.
Node: π GPT-4o - Rank Top 10 Angles
Scores the generated angles and ranks them from most to least powerful.
Only the top 3 are passed forward.
Node: π GPT-4o - Write Comic Scene Prompts
Rewrites each of the top ad angles into a 4-panel comic strip structure
(pain β tension β product β resolution).
Node: π¨ Dumpling AI - Generate Comic Panels
Sends each prompt to Dumpling AI to create visual comic scenes.
Node: β³ Wait - Dumpling AI Response Time
Adds a delay to give Dumpling AI time to finish generating all images.
Node: π Code - Extract Image URLs from Dumpling Response
Extracts all image links for preview/download.
Node: βοΈ Google Drive - Upload Comics
Uploads the comic images to your chosen Google Drive folder.
β
Update this node with your destination folder ID.
Optional
You can extend the flow to log the image links, ad angles, and Reddit sources
to Google Sheets, Airtable, or Notion depending on your use case.
This workflow turns real audience struggles into thumb-stopping comic content β automatically.
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.
Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.
| Workflow | Turns Reddit Pain Points into Comic Ads using Dumpling AI and GPT-4o |
|---|---|
| Complexity | advanced |
| Nodes | 31 |
| Categories | Content Creation, Multimodal AI |
| Author | Yang |
| Published | 26 Jun 2025 |
Use the JSON export at /data/workflows/5394/5394.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.
Description What this workflow does This workflow turns Reddit pain points into emotionally driven comic style ads using AI. It takes in a product description, scrapes Reddit for real user pa...
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.