Block 1 - README
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Generates SEO blog posts, ad copy, email sequences, and social captions using Claude AI. Setup 1. Add your ANTHROPIC API KEY in the Set Config node 2. Configure Serper API key for SEO data (optiona...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.respondtowebhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceGenerates SEO blog posts, ad copy, email sequences, and social captions using Claude AI.
{
"topic": "Best AI Tools 2025",
"contentType": "blog_post",
"keyword": "ai tools for marketing",
"tone": "professional",
"audience": "SMB marketers",
"wordCount": 1500,
"brand": "YourBrand",
"clientEmail": "[email protected]"
}
The simplified flow (9 active nodes):
Receive Brief → Set Config → Fetch SERP Data → Build Claude Prompt
→ Call Claude AI → Parse Claude Response → Save to Google Sheets
→ Send Delivery Email
→ Send Response
After importing, replace these 5 values in the Set Config node:
| Field | Replace with |
|---|---|
YOUR_ANTHROPIC_API_KEY |
Your Anthropic key |
YOUR_SERPER_API_KEY |
Your Serper.dev key (free tier works) |
YOUR_SENDGRID_API_KEY |
Your SendGrid key |
YOUR_GOOGLE_SHEET_ID |
Your Sheet ID from the URL |
YOUR_GSHEETS_CREDENTIAL_ID |
Set up Google Sheets OAuth in n8n credentials |
The workflow handles all 4 content types (blog_post, ad_copy, email_sequence, social_captions) through a single Claude call with type-specific prompts — no branching needed.
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.
| Workflow | Generate SEO content and marketing copy with Claude, Serper, Sheets and SendGrid |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Content Creation, Multimodal AI |
| Author | Oneclick AI Squad |
| Published | 22 Feb 2026 |
Use the JSON export at /data/workflows/13596/13596.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.
Generates SEO blog posts, ad copy, email sequences, and social captions using Claude AI. Setup 1. Add your ANTHROPIC API KEY in the Set Config node 2. Configure Serper API key for SEO data (optiona...
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.