Skip to main content
POST
Create action

Authorizations

Authorization
string
header
required

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

Body

application/json
tenantId
string<uuid>
required

Tenant ID

Example:

"6f4da230-fd6e-47c2-be63-a6d51cd0094e"

actionName
string
required

Action name

Example:

"Review Financial Report"

actionTypeId
string<uuid>
required

Action type ID

Example:

"19434e0c-137f-4ad4-a4d5-b83e23c18e48"

actionPriorityId
string<uuid>
required

Action priority ID

Example:

"5c74981f-8e83-4eea-865a-90ff12a7bbf5"

actionStatusId
string<uuid>
required

Action status ID

Example:

"b05add01-4802-4c97-b808-009c2cad9092"

ownerId
string<uuid>
required

Owner ID

Example:

"9a6193b5-5c05-40dc-b854-fb4532e0d7d3"

assigneeIds
string<uuid>[]
required

Assignee IDs

Example:
description
string

Action description

Example:

"This action requires reviewing the Q1 financial report."

actionTemplateId
string<uuid>

Action template ID

Example:

"f7ee680c-3699-4e38-8eec-4bcd60746c6c"

decisionId
string

Decision ID

Example:

"a8144769-6cdc-45da-8e72-5d8ccb8192ee"

delegationId
string

Delegation ID

Example:

"c6bd5aff-54ff-4e65-a027-ff7fd6ad4184"

documentId
string

Document ID

Example:

"faea5055-fbea-4333-b513-00ab73c18120"

dueDate
string<date-time>

Due date

Example:

"2026-01-07T09:17:53.151Z"

files
object[]

Files

Response

201 - application/json

Action created successfully

statusCode
number
required

HTTP Status code

Example:

200

timestamp
string
required

Timestamp of the response

Example:

"2026-01-08T06:27:47.328Z"

message
string
required

Response message

Example:

"Success"

data
object
required

Response data