Container Input (Credentials)

This node receives flow credentials from an external caller (i.e. the Call Workflow (Table Based) node or an external REST client) and makes them available to the workflow. A configured parameter makes the Container Input (Credentials) visible from the external caller and enables the external caller to send the credentials to the Container Input (Credentials) node.

Options

Parameter name
A unique name for the credentials input parameter. This name is exposed in the REST interface and in the Call Workflow node. It must start with a letter, followed by letters and digits and single minus signs or dashes and must end with a letter. Pattern: ^[a-zA-Z](?:[-_]?[a-zA-Z0-9]+)*(?<![0-9])$
Append unique ID to parameter name
If checked, the name set above will be amended by the node's ID "{Parameter Name}-{Relative node ID}" to guarantee unique parameter names. Usually it's a good idea to have this box not checked and instead make sure to use meaningful and unique names in all container nodes present in a workflow.
Description
The description for the input parameter. It is currently not shown in the API specification of the REST interface but it's used for example when using this workflow as a tool for an AI Agent or when extracting the workflow summary.

Input Ports

This node has no input ports

Output Ports

Icon
The credentials variable which got injected by the caller.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.