private_node runs a closed-source handler built, maintained, and updated by Optexity — typically a portal-specific integration (e.g. an EHR or claims portal) that’s too specialized or proprietary to ship in the public SDK. Inside an automation it behaves like any other node: it takes inputs, runs, and can bind its result to output_variable_names for later nodes to use.
Structure
Properties
Examples
Private handlers are grouped into portals — one integration per stateful session (login, cached tokens, base URL). A few handlers that exist today:private_node can be placed inside a for-loop node or if-else node, and its outputs can be referenced by later nodes using {variable_name} interpolation.
Optexity builds, maintains, and updates all private node handlers. Available handlers depend on what’s registered in your Optexity deployment — contact the Optexity team if you need a handler for a portal that isn’t listed here, or if an existing handler needs updating (e.g. after a portal changes its UI).