workflows

Create a new cloud workflow

[cloud-only] Creates a new cloud workflow with the provided name and optional initial content.

post/api/workflows

Request body

namestring required

Workflow name

descriptionstring

Workflow description

contentobject

Initial workflow graph JSON

Response

Workflow created

idstring required
namestring
descriptionstring
default_view'workflow' | 'app'
latest_versioninteger required
created_bystring required
created_atstring date-time required
updated_atstring date-time required

Changes