mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
rename [skip ci]
This commit is contained in:
parent
34d330bdb9
commit
435e314c91
@ -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/).
|
||||
|
||||
|
||||
|
||||
|
||||
9
docs/integrations/http-credentials/index.md
Normal file
9
docs/integrations/http-credentials/index.md
Normal 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/).
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user