INTEGRATION
INTEGRATION node.
What it does
INTEGRATION node.
Inputs & outputs
| Input handle |
|---|
| None |
| Output handle |
|---|
| None |
Configuration
No configuration.
Example
How it works
The INTEGRATION node resolves a stored credential reference and passes its id and provider downstream so that other nodes (such as LLM_COMPLETION) can retrieve the encrypted API key at execution time. It makes no external HTTP call itself — it simply surfaces the integration metadata from the node's data config. Use it as a connector step when a subsequent node requires an explicit integration ID wired as an input rather than configured statically.
Example
Scenario: A Workflow uses a shared OpenAI integration selected at runtime rather than hard-coded in a single node. Place an INTEGRATION node configured with the desired integration ID, then wire its id output into the integrationId input of a downstream LLM_COMPLETION node. This lets multiple LLM nodes in the same Workflow share one credential reference without duplicating the integration ID in each node's config.