Skip to main content
POST
Create a task

Authorizations

Authorization
string
header
required

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

Body

application/json
source_service
string
required
Required string length: 1 - 60
entity_type
string
required
Required string length: 1 - 60
entity_id
string<uuid>
required
priority
enum<string>
default:MEDIUM
Available options:
LOW,
MEDIUM,
HIGH,
URGENT
engine_request
string | null
Required string length: 1 - 50
workflow_node_code
string | null
Required string length: 2 - 50
node_preview_name
string | null
Maximum string length: 120
required_permissions_snapshot
Required Permissions Snapshot · object[] | null
due_at
string<date-time> | null
entity_reference
string | null
Maximum string length: 30

Response

Successful Response

success
boolean
required
message
string
required
data
TaskResponse · object
required