The n8n Automation Tool Stack
A curated directory of free and low-cost tools that integrate seamlessly with n8n. Every tool here has been tested in production workflows — from webhook debugging to database storage and deployment.
Webhook Testing & Development
Inspect, debug, and forward webhooks during n8n workflow development. Essential for testing incoming webhook triggers and outgoing HTTP requests.
Webhook.site
Instant disposable webhook URLs. Inspect headers, body, and query parameters in real-time. No signup required for basic use.
n8n use: Test Webhook nodes without deploying to production. Forward webhook.site URLs to n8n via HTTP Request node.
Hookdeck
Webhook ingestion platform with retries, rate limiting, filtering, and event history. Built for production webhook reliability.
n8n use: Use as a webhook gateway in front of n8n. Automatic retries, queuing, and observability for all incoming webhooks.
ngrok
Secure tunnels to localhost. Expose your local n8n instance to the internet for testing webhooks and API endpoints.
n8n use: Expose local n8n on a public URL for receiving webhooks during development. Use with n8n's Webhook trigger node.
RequestBin
Capture and inspect HTTP requests. Simple bin URLs that collect requests for debugging. Now part of Pipedream.
n8n use: Quick debugging target for HTTP Request nodes. Inspect what n8n is sending to external APIs.
Beeceptor
Zero-coding mock API server. Create mock REST endpoints with custom responses, latency simulation, and request inspection.
n8n use: Mock APIs that n8n workflows call during development. Simulate external services without real credentials.
JSON & Data Tools
Format, validate, transform, and convert data between formats. Essential when building n8n Code nodes, Function items, or transforming API responses.
JSON Formatter
Format, validate, and beautify JSON. Also converts JSON to CSV, XML, YAML, and more. Tree view for deep inspection.
n8n use: Validate JSON output from HTTP Request nodes. Format complex nested responses before using in n8n Code nodes.
jq play
Interactive jq playground. Write and test jq queries against sample JSON data. Instant feedback.
n8n use: Prototype jq expressions for the n8n Item Lists node or Code node. Much faster than edit-save-test cycles.
Transform.tools
Convert between 24+ formats: JSON to TypeScript, JSON Schema, GraphQL, Rust, Go struct, and more.
n8n use: Generate TypeScript types from API responses for n8n custom nodes. Convert data structures between formats.
CyberChef
The cyber Swiss Army knife. 300+ operations: encoding, encryption, compression, parsing, data analysis, and forensic tools.
n8n use: Debug encoded payloads, decode Base64/JWT tokens, parse binary data received by n8n webhooks.
JSON Crack
Visualize JSON data as interactive tree diagrams. Understand complex nested structures at a glance.
n8n use: Visually map complex API response structures before building n8n data transformations.
Cron & Scheduling
External cron monitors, uptime checkers, and scheduling services that pair with n8n's built-in Cron trigger for robust scheduling.
Healthchecks.io
Cron job monitoring. Get alerts when your scheduled tasks don't run on time. Silent until something breaks.
n8n use: Ping Healthchecks at start/end of n8n Cron workflows. Get alerted if n8n is down or a workflow silently fails.
Cron-job.org
Free cron job service. Schedule HTTP calls with cron expressions. Execution history and error logging.
n8n use: External trigger source — cron-job.org hits your n8n Webhook node on schedule as a backup to n8n's built-in Cron.
Better Stack
Uptime monitoring, status pages, and incident management. Heartbeat monitoring for scheduled jobs.
n8n use: Monitor your n8n instance uptime. Create status pages for workflow health. Heartbeat beat monitoring for Cron workflows.
UptimeRobot
Free uptime monitoring with 5-minute checks. HTTP, ping, port, and keyword monitoring.
n8n use: Monitor your n8n webhook endpoints. Alert via Slack/Discord when workflows become unreachable.
API Development & Testing
Build, test, document, and mock APIs. These tools help you prototype the endpoints your n8n workflows will call.
Hoppscotch
Open-source API development platform. Lightweight, fast, supports REST, GraphQL, WebSocket, and MQTT.
n8n use: Test APIs before wiring them into n8n HTTP Request nodes. Export collections for documentation.
Postman
Industry-standard API platform. Build, test, mock, and document APIs. Collaboration features for teams.
n8n use: Test API endpoints, generate code snippets, mock servers for n8n development. Huge API collection library.
RapidAPI
API marketplace with 40,000+ public APIs. Single SDK, single API key for hundreds of services.
n8n use: Discover APIs to connect to n8n. Many offer free tiers — use HTTP Request node to call via RapidAPI proxy.
OpenAPI Generator
Design APIs with OpenAPI/Swagger spec. Generate server stubs, client SDKs, and documentation.
n8n use: Design API specs for custom n8n nodes. Generate type-safe clients for workflows that call your APIs.
Database & Storage
Low-cost databases and cloud storage your n8n workflows can read from and write to. Great for workflow state, logs, and data warehousing.
Supabase
Open-source Firebase alternative. Postgres database, auth, real-time subscriptions, storage, and Edge Functions.
n8n use: Store workflow results, user data, and event logs. Query via n8n Postgres node or REST API.
Airtable
Spreadsheet-database hybrid with powerful API. Built-in forms, views, and automations.
n8n use: Use as a no-code database for n8n workflows. Create/read/update records via Airtable node.
Turso
Edge-hosted SQLite. Fast, globally distributed, with a generous free tier. 500 databases included.
n8n use: Edge database for workflow state, caching, and log storage. SQLite-compatible — query via HTTP API.
Neon
Serverless Postgres with branching. Instant database copies for development and testing.
n8n use: Production Postgres for workflow data. Branch databases for testing workflow changes safely.
Communication & Notifications
Slack, Discord, email, SMS, and push notification services. Hook them up to n8n for alerting, reporting, and workflow output.
Discord Webhooks
Send messages to Discord channels with simple POST requests. Embeds, files, and custom formatting.
n8n use: Send workflow results, alerts, and reports to Discord. Great for team notification workflows.
Twilio
SMS, voice, video, and WhatsApp APIs. Programmable messaging with global reach.
n8n use: Send SMS alerts from n8n workflows. Trigger voice calls for critical incidents. WhatsApp integration.
Resend
Modern email API for developers. Beautiful emails with React templates. 100 emails/day free.
n8n use: Send transactional emails from n8n workflows. Better deliverability than SMTP for automated emails.
ntfy
Simple HTTP-based pub-sub notification service. Send push notifications to your phone with a single POST.
n8n use: Push notifications from n8n workflows to your phone. Great for personal alerts and monitoring.
Deployment & Hosting
Where to host n8n itself, plus platforms for deploying companion services and workflow assets.
Railway
Deploy apps instantly from GitHub. Built-in Postgres, Redis, and monitoring. Great n8n hosting option.
n8n use: One-click n8n deployment with persistent storage. $5 starter credit. See our /deploy guide for details.
Hetzner
Bare-metal cloud at commodity prices. CX22: 2 vCPU, 4GB RAM for €3.99/mo. Excellent price/performance.
n8n use: Host n8n on a CX22 VPS for €3.99/mo. See our Hetzner deploy guide for complete setup instructions.
DigitalOcean
Cloud droplets from $6/mo. Simple, reliable, excellent documentation. Managed databases available.
n8n use: Deploy n8n on a $6/mo Droplet. See our DigitalOcean deploy guide with Docker Compose setup.
Fly.io
Deploy apps close to users. Free tier includes 3 shared-cpu VMs. Global edge deployment.
n8n use: Run lightweight n8n companion services globally. Good for workflow-triggered API microservices.
Workflow & Automation
Companion automation tools, form builders, and low-code platforms that feed data into or consume data from n8n.
Tally
Beautiful free forms. Unlimited forms, unlimited submissions. Notion-like form builder.
n8n use: Connect Tally webhooks to n8n for form-to-automation pipelines. Better than Google Forms for advanced use.
Typeform
Conversational forms and surveys. Logic jumps, calculations, and rich media. Premium form experience.
n8n use: Webhook responses to n8n for survey analysis, lead routing, and customer feedback workflows.
Zapier Tables
Free online database from Zapier. Built-in automations, forms, and integrations.
n8n use: Use as a shared data layer accessible from both Zapier and n8n. Good for hybrid automation setups.
Retool
Build internal tools fast. Drag-and-drop UI connected to databases and APIs. Free for up to 5 users.
n8n use: Build admin UIs on top of n8n workflow data. Display and manage workflow results in custom dashboards.
Know a great tool?
If you've found a tool that works exceptionally well with n8n, let us know and we'll add it to this directory.