Skip to main content
POST
Run a flow

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

selector
string
required

Query Parameters

layer
enum<string>
Available options:
universal,
integration,
connection
integrationKey
string
integrationId
string
connectionId
string
connectionKey
string
instanceKey
string

Body

application/json
nodeKey
string
input
object
meta
object

Response

200 - application/json
userId
string
required
id
string
required
connectionFlowId
string
required
startNodeKey
string
required
state
enum<string>
required
Available options:
queued,
running,
completed,
stopped,
failed
startTime
string
required
tenantId
string
integrationId
string
connectionId
string
externalAppId
string
name
string
integrationFlowId
string
universalFlowId
string
input
object
endTime
string
errors
object[]
nodes
object
launchedBy
object
meta
object
flowInstance
object
connection
object
integration
object
user
object