Skip to main content
POST
Create Workflow

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
nodes
WorkflowNodeInputSerializer · object[]
required
edges
WorkflowEdgeInputSerializer · object[]
required
trigger
WorkflowTriggerInputSerializer · object
required
description
string | null
status
enum<string> | null
Available options:
draft,
active,
inactive,
archived,
template

Response

422 - application/json

Unprocessable Content

error
NashErrorDetails · object
required
response_status
string
required
RequestID
string
required