n8n-marketing-flows

Import n8n workflow templates for marketing automation across social media, ads, and content generation.

10|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/marketing-skills --skill n8n-marketing-flows-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: n8n-marketing-flows
Source: https://github.com/reason-machines/marketing-skills/tree/main/skills/n8n-marketing-flows
Command: npx skills add https://github.com/reason-machines/marketing-skills --skill n8n-marketing-flows-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building marketing automation workflows from scratch in n8n requires designing node architectures, writing LLM prompts, and wiring API credentials for every platform. This Skill provides 79+ ready-to-import JSON workflow templates covering social media posting, sentiment monitoring, news aggregation, ad management, and AI content generation. ## Core Features & Use Cases - Ready-to-Import Templates: 79+ n8n workflow JSON files in three variants: standard (Claude/OpenAI), local-ollama (free, no API keys), and skeleton (credential templates for Meta, Google Sheets, YouTube, WordPress APIs). - Marketing Workflow Coverage: Social hashtag generation, PTT forum sentiment monitoring, weekly AI news digests, viral post generation, auto-pausing low-performing Facebook ads, and multi-platform post drafting. - Webhook Bridge: Expose workflows as HTTP endpoints so AI agents, Zapier, Make.com, or scripts can trigger content generation programmatically. - Use Case: Import the weekly AI news digest template, point it at TechCrunch and Hacker News RSS feeds, connect a Discord webhook, and receive an AI-summarized digest every Monday at 9am without writing code. ## Quick Start Import the weekly AI news digest template into my n8n instance and configure it to summarize RSS feeds into a Discord message every Monday morning.

Frequently Asked Questions about n8n-marketing-flows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import n8n workflow templates for marketing automation?▼

In the n8n UI, open the top-right menu, choose Import from File, and select a JSON template. Then configure credentials for each node marked with a key icon, save, and activate the workflow.

Can I run n8n marketing workflows without API keys?▼

Yes, the local-ollama template variants use Ollama running locally with models like llama3.2 plus public data sources such as RSS feeds. These 19 workflows require no Anthropic or OpenAI API keys.

How do I automatically pause Facebook ads in n8n?▼

Import the ad auto-pause skeleton template, add Meta Marketing API credentials, and set a threshold condition such as click-through rate below 1 percent. The workflow sends a PAUSED status update to the Meta Graph API when the condition triggers.

Does n8n support Claude and OpenAI in the same workflow?▼

Yes, HTTP Request nodes can call either the Anthropic messages API or the OpenAI chat completions API. You configure each node with its own credentials and model, such as claude-haiku-4-5 or gpt-4o-mini.

Why does my n8n Ollama workflow connection fail?▼

Ollama must be running locally via the ollama serve command, and the model must be pulled first with ollama pull llama3.2. Test the connection by posting a prompt to localhost port 11434 before activating the workflow.

What are the limitations of n8n skeleton workflow templates?▼

Skeleton templates contain pre-built node architecture but no working credentials, so you must supply your own platform API keys for Meta, Google Sheets, YouTube, or WordPress. They also may need Wait nodes added to avoid API rate limits.