From 0b19918205fbe6ba3f18515ce371de0395a1bf95 Mon Sep 17 00:00:00 2001 From: Aya Tanikawa <15815271+ayatnkw@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:11:01 +0200 Subject: [PATCH] add request a built-in node page --- .../builtin/request-builtin-node.md | 19 +++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 20 insertions(+) create mode 100644 docs/integrations/builtin/request-builtin-node.md diff --git a/docs/integrations/builtin/request-builtin-node.md b/docs/integrations/builtin/request-builtin-node.md new file mode 100644 index 000000000..1411fdde3 --- /dev/null +++ b/docs/integrations/builtin/request-builtin-node.md @@ -0,0 +1,19 @@ +--- +title: Request a built-in node +pageType: howto +description: How to request and submit built-in nodes for n8n. +--- + +# Request a built-in node + +## Make a feature request + +The best way to request a built-in node is to post it in the n8n Community Forum. You can upvote an existing post or create a new post in the [Feature Request > Nodes category](https://community.n8n.io/c/feature-requests/nodes/){:target=_blank .external-link}. + +## Submit a built-in node + +If you've created a node you'd like to add as an official node in n8n, open a pull request on [GitHub](https://github.com/n8n-io/n8n){:target=_blank .external-link}. An n8n team member will review it. Note that new nodes take time to review and this may take some time. + +## Publish a community node + +For a faster way to make your node available, create a community node and publish it on npm. Refer to [Building community nodes](/integrations/community-nodes/build-community-nodes/) for details. Note that these nodes are available [only for self-hosted users and not for n8n Cloud users](/choose-n8n/). \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index e8391064b..83d405b71 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1092,6 +1092,7 @@ nav: - integrations/builtin/credentials/zulip.md - Custom API actions for existing nodes: integrations/custom-operations.md - Handle rate limits: integrations/builtin/rate-limits.md + - Request a node: integrations/builtin/request-builtin-node.md - Community nodes: - Installation and management: - integrations/community-nodes/installation/index.md