Marketplace
3,557 ready-made workflow files you can download, plus 10,661 source-linked n8n references.
GitHub Command Label Policy Router
Routes GitHub label events into two explicit repository policy commands: complete an issue or close a pull request. It validates event identity before mutation, records deterministic trace context, reads each changed resource back, and leaves unsupported events unchanged.
Resilient Order Ledger Sync
Every 15 minutes, read orders updated during a 30-minute overlap window, validate and normalize them, remove duplicates within the current batch, upsert each order into a ledger sheet, and post an operator checkpoint.
Synchronize Linked Commerce Customers to Marketing Contacts
Validates each commerce customer update, uses an operator-maintained destination contact link, applies a deterministic marketing-contact update, and confirms that the contact remains readable.
Idempotent Audio Job Intake
Receives authenticated audio-job requests, validates a deterministic request identity and asset reference, submits the job to an idempotency-aware media service, and returns an explicit accepted or failure response.
Authenticated Replay-Aware Event Intake
Accept authenticated JSON events, validate deterministic request identity, acknowledge first delivery, and return an explicit replay response for recently observed identifiers.
Dual Mailbox Intake to Jira with Policy Gate
Polls Gmail and Outlook for unread messages, validates and normalizes each event, submits content to an authenticated policy endpoint, then comments on a referenced Jira issue or creates a new Jira issue. A downloaded file is attached when an existing issue key is present.
Recruiting Interview Booking with Calendar Conflict Checks
A callable recruiting workflow validates one or more booking items, checks a requested calendar window, creates a private interview event with a deterministic provider event ID, and returns explicit created, existing-ID, or reconciliation-required outcomes.
Controlled PDF Draft Intake for Ghost
A Basic-Auth-protected form accepts one PDF, validates its stable publication key and title, extracts bounded text, escapes the text for HTML, and creates a Ghost draft for editorial review. The form receives a limited receipt that does not depend on undocumented Ghost response fields.
Email Invoice Intake, Archive, and Ledger Upsert
Polls a finance mailbox for unread invoice candidates, validates a real message-and-attachment identity, processes PDF, XML, or a single supported document inside ZIP, archives the source in Google Drive, upserts a keyed ledger row in Google Sheets, and reads the row back before completing the batch.
Content Request Intake to ClickUp
Accept a structured content request from Typeform, validate and classify it, create a routed ClickUp task, and emit a local success checkpoint or an explicit operational failure.
Validated Journal Entry Upsert to Google Sheets
A callable accounting workflow that validates journal-entry data, derives a deterministic entry key from source event fields, removes duplicate keys within one invocation, and upserts each entry into a Google Sheets ledger.
Verified Notion Task and Project State Intake
An authenticated webhook applies a requested task status in Notion, verifies the exact task write, recalculates the parent project state from remaining open tasks, verifies that write, and records an append-only processing journal for replay detection and recovery.
Scheduled Audience-to-CRM Contact Reconciliation
Every hour, read subscribed audience members, normalize and validate their configured email field, remove duplicate emails within the current run, and idempotently upsert contacts into the CRM. Empty source results finish normally; validation and provider failures terminate through explicit failure routes.
CRM Consent Segment Tag Reconciler
Runs once daily to search HubSpot for approved CRM contacts, normalize and validate their identifiers, remove duplicate emails within the current result set, apply a Mailchimp segment tag to existing audience members, and verify the resulting tag membership.
Authenticated Analytics Digest Delivery
An authenticated webhook accepts a bounded analytics-digest request, validates its identity and reporting window, retrieves JSON records from an analytics API, selects a detailed or empty-report delivery, sends the result through Mailgun, and returns an explicit HTTP outcome.
Validated Manual Translation Runner
Manually translate one operator-configured text value after validating required input, with bounded provider retries and explicit terminal success or failure states.
Manual Change Request Validation and Review
Manually prepare, validate, normalize, and verify a change-request envelope for operator review without performing an external mutation.
Optimistic Record State Update
Manually applies one optimistic-concurrency state update to a Supabase row. The update records a deterministic operation key and advances the row version atomically.
Controlled Zoom Meeting Provisioning
Manually provisions one scheduled Zoom meeting from operator-maintained configuration, validates it before mutation, records a request reference in the remote agenda, and separates confirmed provider responses from failures.
Enrich Contact and Safely Enroll Campaign Lead
Manually validate and normalize one contact, request contact enrichment, persist an idempotent enrichment checkpoint, create a provider-deduplicated campaign lead, and persist a final success checkpoint.
Idempotent Stripe Checkout Order Confirmation
Receives completed Stripe checkout events, validates and snapshots the required order data, then submits an authenticated order confirmation with provider-enforced idempotency and explicit terminal failure handling.
Idempotent Multi-Step Resource Orchestrator
A callable sub-workflow that validates a resource operation, atomically claims its request identity, performs an idempotent change, verifies the resulting state, and records either completion or failure.
Idempotent Editorial Job Intake
Authenticated webhook intake that validates an editorial content request and submits one retry-safe content job to an external service.
Public Web Research Job Dispatcher
A callable sub-workflow validates one or more web-research requests, removes exact duplicates within the current input batch, and submits each valid request to a public research-job API with provider-enforced idempotency and explicit response verification.