Design 386 installs

n8n-workflow-patterns

by czlonkowski/n8n-skills

Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns,…

Skill content

n8n Workflow Patterns

Proven architectural patterns for building n8n workflows.

The 6 Core Patterns

Based on analysis of real workflow usage:

-

Webhook Processing (Most Common)

- Receive HTTP requests → Process → Output

- Pattern: Webhook → Validate → Transform → Respond/Notify

-

HTTP API Integration

- Fetch from REST APIs → Transform → Store/Use

- Pattern: Trigger → HTTP Request → Transform → Action → Error Handler