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
teamId
string
required

The ID of the team.

name
string
required

The name of the workflow.

content
string
required

The content/code of the workflow.

description
string

A description of the workflow.

requireFormConfirmation
boolean | null

Whether the workflow requires form confirmation (optional).

isPublished
boolean | null

Whether to publish the workflow after creation (optional).

tagIds
string[]

The IDs of the tags to associate with the workflow.

showInServiceCatalog
boolean | null

Whether to list this workflow in the Service Catalog (optional). When omitted, the workflow is not listed.

serviceCatalogDescription
string | null

Optional description shown at the top of the Service Catalog run form.

Response

Success

data
data · object

The created workflow.