rename [skip ci]

This commit is contained in:
Deborah Barnard 2022-05-18 09:32:03 +01:00
parent 34d330bdb9
commit 435e314c91
4 changed files with 12 additions and 12 deletions

View File

@ -1,9 +0,0 @@
# Overview
n8n supplies hundreds of nodes, allowing you to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around this using the core [HTTP Request](/integrations/core-nodes/n8n-nodes-base.httpRequest/) and [Webhook](/integrations/core-nodes/n8n-nodes-base.webhook/) nodes.
To support this, n8n provides custom operations: a way to use the HTTP Request node with an existing credential. This avoids complex credentials setups. Creating an HTTP request can require knowledge of different authentication types, and work to set up the appropriate option (such as basic auth, header, or OAuth2.). n8n's custom operations feature avoids this complexity, using [App-specific HTTP credentials](/integrations/custom-operations/app-specific-http-credentials/).

View File

@ -0,0 +1,9 @@
# Overview
n8n supplies hundreds of nodes, allowing you to create workflows that link multiple products. However, some nodes don't include all the possible operations supported by a product's API. You can work around this using the core [HTTP Request](/integrations/core-nodes/n8n-nodes-base.httpRequest/) and [Webhook](/integrations/core-nodes/n8n-nodes-base.webhook/) nodes.
To support this, n8n provides a way to use the HTTP Request node with either an existing credential, or using n8n's credential creation process. This avoids complex credentials setups. Creating an HTTP request can require knowledge of different authentication types, and work to set up the appropriate option (such as basic auth, header, or OAuth2.). n8n avoids this complexity using [App-specific HTTP credentials](/integrations/custom-operations/app-specific-http-credentials/).

View File

@ -114,9 +114,9 @@ nav:
- Nodes: integrations/nodes/
- Trigger nodes: integrations/trigger-nodes/
- Credentials: integrations/credentials/
- Custom operations:
- Overview: integrations/custom-operations/index.md
- App-specific HTTP credentials: integrations/custom-operations/app-specific-http-credentials.md
- HTTP node credentials:
- Overview: integrations/http-credentials/index.md
- App-specific HTTP credentials: integrations/http-credential/app-specific-http-credentials.md
- Creating nodes:
- Overview: integrations/creating-nodes/index.md
- Code-based node building: