Workflow Templates
Ready-to-import n8n workflow templates for Cue.
Get started quickly with these ready-to-import templates.
These templates require the Cue community node. Install it first: Settings > Community Nodes > Install @cuehq/n8n-nodes-cue
Basic Post Scheduling
Schedule posts to a single platform via webhook.
Use case: External app triggers a post (e.g., form submission, CMS publish)
Flow:
Webhook → Cue: Create Post → RespondAI-Assisted Scheduling
Generate AI-powered captions and schedule to multiple platforms.
Use case: Send a topic, get AI-generated content posted everywhere
Flow:
Webhook → OpenAI Generate → Cue: Create Post → RespondBulk Scheduling from Airtable
Process content calendars with per-platform content.
Use case: Manage your content in Airtable, auto-schedule to Cue
Flow:
Airtable Trigger → Prepare Data → Cue: Create Post → Mark ProcessedAI News Digest
Curate AI news from RSS feeds and generate platform-tailored posts.
Use case: Automated daily AI news curation with posts tailored for each platform
Flow:
Daily Trigger → 4 RSS Feeds → Filter 7 days → Skip Posted → Pick Random → GPT-5 mini → Cue: Create DraftFeatures:
- Fetches from 4 AI/tech RSS feeds (TechCrunch, Ars Technica, The Verge, MIT Tech Review)
- URL-based deduplication via Google Sheets
- GPT-5 mini generates platform-specific content for X, Bluesky, Threads, Mastodon, and Facebook
- Creates drafts in Cue for review before publishing
Using Templates
- Install the Cue community node (see Quick Start)
- Download the workflow JSON file from GitHub
- In n8n, go to Workflows > Import from File
- Select the downloaded file
- Open the Cue node and select your Profile and Social Account from the dropdowns
- Configure any other nodes (credentials, etc.)
- Activate the workflow
The Cue node's dropdowns will show your actual profiles and connected accounts - no need to manually copy IDs.