Marketplace
3,557 ready-made workflow files you can download, plus 10,661 source-linked n8n references.
Telegram User Registration
When called by another workflow, records the user in Google Sheets and sends a Telegram confirmation message.
NotionWebhookEmulator
Polls Notion for changes, writes them to Supabase, and emulates webhooks by calling external HTTP endpoints.
Traveler co-pilot
On a Telegram message, routes it through OpenAI and Anthropic models and replies with travel assistance in Telegram.
New interview > Create new doc (template n8n)
On a new Google Calendar interview event, creates a document in Google Drive from a template.
Creators Hub: n8n Creator Profile Stats
On a schedule, fetches creator profile stats via HTTP, aggregates them, and commits the results to GitHub.
Domain extractor
When called by another workflow, extracts the domain from the input with code and returns it.
XML usecase: import XML data
On manual run, reads an XML file, parses it with code, and imports the records into MySQL.
XML usecase: advanced
On a webhook call, queries MySQL, converts the rows to XML and HTML, and responds to the webhook.
Onfleet --> Discord
On an Onfleet event, posts a notification to Discord.
Onfleet Trigger --> Twilio WhatsApp
On an Onfleet event, sends a WhatsApp message via Twilio.
Airtable -> Onfleet
On a new Airtable record, creates a delivery task in Onfleet.
User Empowerment Demo
On a webhook call or schedule, queries Baserow records and emails the compiled list via SMTP.
Storage: GetKey
On manual run, reads a stored key from a binary file and converts it for downstream use.
Storage: WriteKey
On manual run, writes a key to a binary file, then reads and processes the stored files in batches.
Create, update, and get an object from Bubble
On manual run, creates, updates, and retrieves an object in Bubble.
Newsletter Signup
On a webhook signup, processes the submission and sends a confirmation email via SMTP.
Example: Archive Spotify's Discover Weekly playlist
On a schedule, reads Spotify's Discover Weekly tracks and appends the new ones to an archive playlist.
RegisterSendly
On a webhook call, makes an HTTP request and sends a Telegram message.
Receive updates for Stripe events
On a Stripe event, captures real-time event updates for downstream processing.
Send a tweet to Twitter
On manual run, posts a tweet to X (Twitter).
Bitly Link Shortener
On manual run, shortens a URL with Bitly.
RSS Feed -> MongoDB -> Webhook
On a schedule, reads an RSS feed, batches and filters items, stores them in MongoDB, and posts to a webhook.
Webhook Greeting Builder
On a webhook call, fetches data via HTTP request and formats a greeting with a function.
Interval Item Generator
On manual run, generates an item with a function, paces it through an interval, then sets output field values.