Skip to main content
POST

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Path Parameters

collection_topic
string
required

The topic is a hash of the name that was used when a collection was created

flow_topic
string
required

Flow topic - hash of the names the node was created with

Query Parameters

draft
boolean

Draft flag

Body

application/json
trigger
object

Trigger data for workflow execution (use either trigger or triggers)

triggers
object[]

Multiple trigger data sets for parallel workflow execution

enable_log
boolean
default:false

Whether to enable logging of workflow execution

await
boolean
default:false

Whether to wait for workflow completion

Response

Workflow executed successfully

trackingId
string

ID for tracking the workflow execution

result
object

Result of the workflow execution