Merge pull request #2109 from n8n-io/NODE-1354-node-settings
Node 1354 node settings
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 14 KiB |
@ -46,8 +46,9 @@ n8n adds the node to your canvas and the node window opens to display its config
|
||||
When you add a new node to the Editor UI, the node is automatically activated. The node details will open in a window with several options:
|
||||
|
||||
- **Parameters**: Adjust parameters to refine and control the node's functionality.
|
||||
- **Settings**: Adjust settings to control the node's design and executions.
|
||||
- **Docs**: Open the n8n documentation for this node in a new window.
|
||||
- **Settings** (gear cog icon): Adjust settings to control the node's design and executions.
|
||||
|
||||
|
||||
/// note | Parameters vs. Settings
|
||||
**Parameters** are different for each node, depending on its functionality.<br />
|
||||
|
||||
@ -122,7 +122,7 @@ You can set up multiple worker processes. Make sure that all the worker processe
|
||||
* If you want access to this feature on Cloud Enterprise, [contact n8n](https://n8n-community.typeform.com/to/y9X2YuGa){:target=_blank .external-link}.
|
||||
///
|
||||
|
||||
You can view running workers and their performance metrics in n8n by select **Settings** > **Workers**.
|
||||
You can view running workers and their performance metrics in n8n by selecting **Settings** > **Workers**.
|
||||
|
||||
## Running n8n with queues
|
||||
|
||||
|
||||
@ -126,9 +126,9 @@ Select **Add Option** to view more configuration options. The available options
|
||||
|
||||
## Listen for multiple HTTP methods
|
||||
|
||||
By default, the Webhook node accepts calls that use a single method. For example, it can accept GET or POST requests, but not both. If you want to accpet calls using multiple methods:
|
||||
By default, the Webhook node accepts calls that use a single method. For example, it can accept GET or POST requests, but not both. If you want to accept calls using multiple methods:
|
||||
|
||||
1. Open the node **Settings** <span class="inline-image">{.off-glb}</span>.
|
||||
1. Open the node **Settings**.
|
||||
1. Toggle on **Allow Multiple HTTP Methods**.
|
||||
1. Return to **Parameters**. By default, the node now accepts GET and POST calls. You can add other methods in the **HTTP Methods** field.
|
||||
|
||||
|
||||
@ -131,6 +131,6 @@ The **Generic Auth Type** > **Custom Auth** option expects JSON data to define y
|
||||
|
||||
You can send an SSL certificate with your HTTP request. You can use this alongside other credential types.
|
||||
|
||||
1. In the node **Settings** <span class="inline-image">{.off-glb}</span>, enable **SSL Certificates**.
|
||||
1. In the node **Settings**, enable **SSL Certificates**.
|
||||
1. On the **Parameters** tab, add the SSL credential to **Credential for SSL Certificates**.
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ There are two ways to handle rate limits in n8n's integrations: using the Retry
|
||||
When you enable Retry On Fail, the node automatically tries the request again if it fails the first time.
|
||||
|
||||
1. Open the node.
|
||||
1. Select **Settings** <span class="inline-image">{.off-glb}</span>.
|
||||
1. Select **Settings**.
|
||||
1. Enable the **Retry On Fail** toggle.
|
||||
1. Configure the retry settings: if using this to work around rate limits, set **Wait Between Tries (ms)** to more than the rate limit. For example, if the API you're using allows one request per second, set **Wait Between Tries (ms)** to `1000` to allow a 1 second wait.
|
||||
|
||||
|
||||