Create a workflow
POST /workflows
POST
/workflows
Create a new workflow
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
name
required
string
description
string
team_id
required
string
workflow_data
required
object
key
additional properties
any
is_active
boolean
automation_rules
object
key
additional properties
any
task_type_id
string
Responses
Section titled “ Responses ”Workflow created
object
id
string
company_id
string
name
string
description
string | null
team_id
string
workflow_data
object
key
additional properties
any
created_at
string | null format: date-time
created_by
string | null
updated_at
string | null format: date-time
is_active
boolean
automation_rules
object | null
task_type_id
string | null
Invalid request
object
success
required
boolean
error
required
string
Example
An error occurredUnauthorized