Add Workflow

Endpoint to add a new Workflow.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Required scopes:
  • workflow_write
Body Params

Workflow creation parameters.

Base schema for workflow creation. The actual fields depend on the target_type.

string
required

The name of the Workflow.

string
required

The description of the Workflow.

string

The URL of the policy document for the Workflow.

steps
array of objects
required

The ordered set of workflow steps, where each step includes its configuration and the reviewers assigned for approval or review actions.

steps*
visibilities
array of objects
required

Workflow visibility definition. This field contains the list of users that are able to see this workflow. To grant access to all users, pass an empty list or -1.

visibilities*
string
enum
required

The type of the Workflow.

Allowed:
Responses

400

Your request has missing arguments or is malformed.

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json