Skip to content

Workflows Object ​



id
string

The unique identifier of the workflow.

name
string

The name of the workflow.

description
string

The description of the workflow.

type
string

The type of the workflow.

status
string

The status of the workflow.

All possible enum values:
  • active
  • inactive
  • draft
  • hidden
created_by
object

The user who created the workflow.

id
string

The unique identifier of the user.

name
string

The name of the user.

created_at
string · date-time

The date and time when the workflow was created.

updated_at
string · date-time

The date and time when the workflow was last updated.

stage
object

The stage of the workflow.

id
string

The unique identifier of the stage.

name
string

The name of the stage.

custom_fields
object

All the custom fields present on the workflow

remote_data
object

Raw data returned from the remote API call.