From 129980d84a3f07c7a7d6fcc9d2196cb8916bf491 Mon Sep 17 00:00:00 2001 From: David Arens Date: Mon, 13 Oct 2025 10:24:09 +0200 Subject: [PATCH] Link to creator portal (#3761) --- _snippets/integrations/submit-community-node.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/_snippets/integrations/submit-community-node.md b/_snippets/integrations/submit-community-node.md index 80bf57748..775cfee0b 100644 --- a/_snippets/integrations/submit-community-node.md +++ b/_snippets/integrations/submit-community-node.md @@ -1,7 +1,3 @@ -/// note | Subject to change -The standards described in this document are for the first release of the community nodes repository. These may change in future releases. -/// - Community nodes are npm packages, hosted in the npm registry. When building a node to submit to the community node repository, use the following resources to make sure your node setup is correct: @@ -33,4 +29,6 @@ Before submitting your node for review by n8n, you must: * Make sure that the node has appropriate documentation in the form of a README in the [npm package](https://docs.npmjs.com/about-package-readme-files) or a related public repository. * Submit your node to npm as n8n will fetch it from there for final vetting. -If your node meets all the above requirements, [click here to submit your node for verification](https://internal.users.n8n.cloud/form/f0ff9304-f34a-420e-99da-6103a2f8ac5b). Note that n8n reserves the right to reject nodes that compete with any of n8n's paid features, especially enterprise functionality. +/// note | Ready to submit? +If your node meets all the above requirements, sign up or log in to the [n8n Creator Portal](https://creators.n8n.io/nodes) and submit your node for verification. Note that n8n reserves the right to reject nodes that compete with any of n8n's paid features, especially enterprise functionality. +///