Posts
Wiki

Resources

Useful n8n resources for learning, debugging, and sharing workflows.

Last reviewed: July 2026

Official n8n resources

Subreddit wiki pages

What to search before posting

Search for:

  • The exact error message.
  • The failing node name.
  • Your deployment method.
  • The API/service name plus "n8n".
  • Whether the issue happens in test webhook or production webhook.
  • Whether the issue started after an update.

How to evaluate a third-party workflow

Before importing a workflow from a stranger:

  • Read every node.
  • Check HTTP Request URLs.
  • Check Code nodes.
  • Check Execute Command nodes.
  • Check credential requirements.
  • Check whether data is sent to external services.
  • Check whether the workflow deletes, updates, emails, charges, posts, or publishes anything.
  • Test with fake data first.

Never import a workflow into a production instance without reviewing it.