Skip to main content
POST
Create a new task

Authorizations

api_access_token
string
header
required

Path Parameters

pipeline_id
string<uuid>
required
pipeline_item_id
string<uuid>
required

Query Parameters

status
enum<string>
Available options:
pending,
completed,
cancelled,
overdue
task_type
enum<string>
Available options:
call,
email,
meeting,
follow_up,
note,
other
priority
enum<string>
Available options:
low,
medium,
high,
urgent
assigned_to_id
string<uuid>
hierarchy
enum<string>
default:root

Include subtasks (all) or only root tasks (root)

Available options:
all,
root

Body

application/json
task
object
required

Response

Task created successfully

success
boolean
required
Example:

true

data
object
required
meta
object
required
message
string
required
Example:

"Pipeline task created successfully"