Optional
integrationId?: stringOptional
universalFlowId?: stringOptional
parametersSchema?: DataSchemaOptional
nodes?: Record<Flow Nodes in the format
Optional
autoCreateInstances?: booleanAutomatically create a Flow Instance when a Connection is created.
Optional
key?: stringOptional
name?: stringOptional
uuid?: stringOptional
description?: stringOptional
meta?: Record<string, any>
DataSchema of parameters provided during the flow creation. Can be used to configure the flow logic.