forked from n8n-io/n8n-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7bdf16
commit 551147c
Showing
608 changed files
with
3,406 additions
and
3,346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
!!! note "In version 1.9.0 n8n changed the templating language for expressions" | ||
If you have issues with expressions in 1.9.0: | ||
|
||
/// note | In version 1.9.0 n8n changed the templating language for expressions | ||
If you have issues with expressions in 1.9.0: | ||
/// | ||
* Please report the issue on the [forums](https://community.n8n.io/){:target=_blank .external-link}. | ||
* Self-hosted users can switch back to RiotTmpl: set `N8N_EXPRESSION_EVALUATOR` to `tmpl`. Refer to [Environment variables](/hosting/environment-variables/) for more information on configuring self-hosted n8n. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
!!! info "Feature availability" | ||
Embed requires an embed license. For more information about when to use Embed, as well as costs and licensing processes, refer to [Embed](https://n8n.io/embed/){:target=_blank .external-link} on the n8n website. | ||
/// info | Feature availability | ||
Embed requires an embed license. For more information about when to use Embed, as well as costs and licensing processes, refer to [Embed](https://n8n.io/embed/){:target=_blank .external-link} on the n8n website. | ||
/// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
!!! note "Parameter resolution in sub-nodes" | ||
Sub-nodes behave differently to other nodes when processing multiple items using an expression. | ||
|
||
/// note | Parameter resolution in sub-nodes | ||
Sub-nodes behave differently to other nodes when processing multiple items using an expression. | ||
/// | ||
Most nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five `name` values, the expression `{{ $json.name }}` resolves to each name in turn. | ||
|
||
In sub-nodes, the expression always resolves to the first item. For example, given an input of five `name` values, the expression `{{ $json.name }}` always resolves to the first name. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
_snippets/integrations/builtin/core-nodes/http/pagination-api-differences.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
!!! note "API differences" | ||
Different APIs implement pagination in different ways. Check the API documentation for the API you're using for details. You need to find out things like: | ||
|
||
/// note | API differences | ||
Different APIs implement pagination in different ways. Check the API documentation for the API you're using for details. You need to find out things like: | ||
/// | ||
* Does the API provide the URL for the next page? | ||
* Are there API-specific limits on page size or page number? | ||
* The structure of the data that the API returns. |
6 changes: 3 additions & 3 deletions
6
_snippets/integrations/builtin/core-nodes/merge/if-merge-branch-execution.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
_snippets/integrations/builtin/core-nodes/schedule/timezone-settings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
!!! note "Timezone settings" | ||
The node relies on the timezone setting. n8n uses either: | ||
|
||
/// note | Timezone settings | ||
The node relies on the timezone setting. n8n uses either: | ||
/// | ||
1. The workflow timezone, if set. Refer to [Workflow settings](/workflows/settings/) for more information. | ||
2. The n8n instance timezone, if the workflow timezone isn't set. The default is `America/New York` for self-hosted instances. n8n Cloud tries to detect the instance owner's timezone when they sign up, falling back to GMT as the default. Self-hosted users can change the instance setting using [Environment variables](/hosting/environment-variables/environment-variables/#timezone-and-localization). Cloud admins can change the instance timezone in the [Admin dashboard](/cloud-admin-dashboard/). |
13 changes: 7 additions & 6 deletions
13
_snippets/integrations/builtin/credentials/google/enable-apis.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
1. Access your [Google Cloud Console - Library](https://console.cloud.google.com/apis/library){:target=_blank .external-link}. Make sure you're in the correct project. | ||
1. Search for and select the API(s) you want to enable. For example, for the Gmail node, search for and enable the Gmail API. | ||
|
||
!!! note "Some integrations need additional APIs" | ||
The following integrations require the Google Drive API, as well as their own API: | ||
* Google Docs | ||
* Google Sheets | ||
* Google Slides | ||
/// note | Some integrations need additional APIs | ||
The following integrations require the Google Drive API, as well as their own API: | ||
|
||
* Google Docs | ||
* Google Sheets | ||
* Google Slides | ||
/// | ||
|
||
1. Select **ENABLE**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
n8n recommends using an SVG for your node icon, but you can also use PNG. If using PNG, the icon resolution should be 60x60px. Node icons should have a square or near-square aspect ratio. | ||
|
||
!!! note "Don't reference Font Awesome" | ||
If you want to use a Font Awesome icon in your node, download and embed the image. | ||
/// note | Don't reference Font Awesome | ||
If you want to use a Font Awesome icon in your node, download and embed the image. | ||
/// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
!!! note "Latest and Next versions" | ||
n8n releases a new minor version most weeks. The `latest` version is for production use. `next` is the most recent release. You should treat `next` as a beta: it may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. | ||
|
||
/// note | Latest and Next versions | ||
n8n releases a new minor version most weeks. The `latest` version is for production use. `next` is the most recent release. You should treat `next` as a beta: it may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. | ||
/// | ||
Current `latest`: 1.14.2 | ||
Current `next`: 1.15.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
## n8n with tunnel | ||
|
||
!!! danger | ||
This is only meant for local development and testing. Do not use it in production. | ||
/// danger | ||
This is only meant for local development and testing. Do not use it in production. | ||
/// | ||
|
||
To be able to use webhooks for trigger nodes of external services like GitHub, n8n has to be reachable from the web. To make that easy, n8n has a special [tunnel service](https://github.com/localtunnel/localtunnel) which redirects requests from our servers to your local n8n instance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
_snippets/source-control-environments/feature-availability.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
!!! info "Feature availability" | ||
* Available on Enterprise. | ||
* You need access to the n8n instance owner account to set up source control, and to send work to and from Git. | ||
/// info | Feature availability | ||
* Available on Enterprise. | ||
/// * You need access to the n8n instance owner account to set up source control, and to send work to and from Git. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
!!! note "Recommendation: don't push and pull to the same n8n instance" | ||
You can push work from an instance to a branch, and pull to the same instance. n8n doesn't recommend this. To reduce the risk of merge conflicts and overwriting work, try to create a process where work goes in one direction: either to Git, or from Git, but not both. | ||
/// note | Recommendation: don't push and pull to the same n8n instance | ||
You can push work from an instance to a branch, and pull to the same instance. n8n doesn't recommend this. To reduce the risk of merge conflicts and overwriting work, try to create a process where work goes in one direction: either to Git, or from Git, but not both. | ||
/// |
11 changes: 6 additions & 5 deletions
11
_snippets/workflows/executions/custom-execution-data-availability.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
!!! info "Feature availability" | ||
Custom executions data is available on: | ||
/// info | Feature availability | ||
Custom executions data is available on: | ||
|
||
* Cloud: Pro, Enterprise | ||
* Self-Hosted: Enterprise | ||
* Cloud: Pro, Enterprise | ||
* Self-Hosted: Enterprise | ||
|
||
Available in version 0.222.0 and above. | ||
Available in version 0.222.0 and above. | ||
/// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.