Marketplace
3,557 ready-made workflow files you can download, plus 10,661 source-linked n8n references.
Case Routing — Greenfield & Associates
On an inbound case webhook, validates the payload, routes by case type through a switch, replies to the caller, and forwards to downstream APIs.
Client Intake Pipeline — Greenfield & Associates
On an inbound intake webhook, validates and transforms the submission, branches on conditions, replies to the caller, and posts the lead to an external API.
Missed Call Recovery — Greenfield & Associates
On a missed-call webhook, processes the call data and conditionally sends a recovery follow-up via HTTP request.
Sheets AI Enrichment Chatbot
On a chat message, batches Google Sheets rows through HTTP calls and OpenAI to filter, enrich, and process data.
Airtable Email Digest
On a schedule, reads Airtable records, formats them as HTML, and emails the digest via Gmail.
HubSpot Chat Assistant Agent
On a chat message, runs an OpenAI agent with conversation memory that queries and updates HubSpot to answer requests.
Daily Readiness Marshal
On a workflow call, pulls Google Calendar events, summarizes the day with Gemini, and sends a readiness briefing via Telegram.
Second Brain
On a Telegram message or schedule, runs a Gemini agent with window memory and sub-workflow tools, then replies via Telegram.
Sub-Agent Whoop Recovery
On a parent-workflow call, fetches Whoop recovery data over HTTP and formats it for the calling agent.
Tool - Add Task
When called as a tool, creates a new task in Todoist.
Tool - Calendar Schedule
When called as a tool, creates a Google Calendar event and returns the scheduling result.
Tool - Calendar View
When called as a tool, retrieves events from Google Calendar.
Tool - Link Reader
When called as a tool, fetches a URL and extracts its page content as readable text.
Tool - Memory Add
When called as a tool, splits text, embeds it with Google Gemini, and stores it in a Pinecone vector store.
Tool - Memory Search
When called as a tool, queries a Pinecone vector store and retrieves the most relevant stored memories.
Content Generator Sub-Workflow
When called by a parent workflow, runs code and an HTTP request to generate and return content.
Get LinkedIn Member ID
On manual trigger, calls the LinkedIn API via HTTP and extracts the member ID via code.
Multi-Source Deduplication Example
On manual trigger, pulls items from HTTP and RSS sources, merges the streams, and deduplicates them via code.
News Aggregation with Deduplication and Ranking
On manual trigger, fetches items via HTTP and RSS feeds, merges them, then deduplicates and ranks them via code.
Manual Code Orchestrator
On manual trigger, runs a central code node that orchestrates and prepares data for downstream processing.
Reusable Sub-Workflow Code Runner
When invoked by a parent workflow, runs custom JavaScript code and returns the result to the caller.
Gateway
On an incoming webhook, evaluates an if condition and routes through a switch, then returns a tailored response.
Hello World
On an incoming webhook, sets a static payload and returns it in the HTTP response.
[FUTURE] action-runner
On a schedule, calls a sub-workflow to run queued actions and returns the results through a webhook response.