n8n Template Submission Guidelines

Create professional n8n workflow templates with clear setup notes, safe credentials, and reusable workflow logic.

2 min read

General Guidelines

What Makes a Successful Template

  • Clear purpose: Solve one recognizable business problem and make the expected outcome obvious.
  • Production ready: Test with realistic data, document required accounts, and include recovery paths for failures.
  • No secrets: Never ship API keys, passwords, bearer tokens, private URLs, customer data, or environment-specific IDs.
  • Original work: Submit only original templates or properly licensed open-source work with attribution.
  • Balanced specificity: Prefer concrete patterns like "Slack DM for high-priority Zendesk tickets" over generic notification flows.
  • Visible logic: Use sticky notes to explain branching, retries, assumptions, and handoff points.

Common Reasons Templates Get Rejected

  • Missing credentials documentation or unclear setup sequence.
  • Hardcoded tokens, test customer data, webhook URLs, or account IDs.
  • Workflow branches that are not labeled or are impossible to validate.
  • Thin descriptions that do not explain the business value or required customization.

Documentation Structure

  • Overview: Explain what the automation does and who it is for in plain language.
  • Prerequisites: List required accounts, scopes, credentials, API access, paid plans, and sample data.
  • Setup: Give ordered setup steps that match the imported template or component exactly.
  • Customization: Show the fields users are expected to change and explain safe defaults.
  • Troubleshooting: Document common failures, rate limits, permission errors, and validation issues.

Submission Checklist

Ready to Submit Your n8n Template?

Use this checklist to package workflows that buyers can import, understand, and adapt quickly.