Skip to main content
POST
Create a new workflow draft

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project
string
required

The project slug

Body

application/json
name
string
required
Maximum string length: 255
slug
string | null
Maximum string length: 100
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
description
string | null
Maximum string length: 2000
workflow_type
enum<string> | null
Available options:
lookup,
update,
analytics,
export
triggers
string[] | null
steps
string[] | null

Response

The response is of type object.