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 uuid required
namestring required
descriptionstring
share_idstring nullable

Public share identifier if published

latest_version_idstring uuid nullable
thumbnail_urlstring uri nullable
created_atstring date-time
updated_atstring date-time

Changes