Create Case Task
Add a follow-up task to a case
403.Authorizations
API token (starts with pnbx_). Create at https://app.penbox.io/workspace/settings/api. Include as: Authorization: Bearer {token}
Path Parameters
Case UUID
Body
What has to be done. Shown as-is in Penbox.
255"Call the client back"
Optional detail.
2000Optional due date, ISO 8601.
The workspace member the task is assigned to, resolved by email. Silent members resolve too. Pass null to leave the task unassigned.
Response
Task created
Task UUID
When the task was created
The case this task belongs to
The kind of task. manual for every task created through the API. Tasks Penbox creates by itself carry their own key, such as fill_form, review or follow_up.
"manual"
What has to be done. Empty on some Penbox-created tasks, which Penbox labels from their type in the reader language.
Optional detail
Current task status
open, in_progress, done, dismissed Due date
When the task was closed
The case step that spawned the task, when Penbox created it
Who has to close the task. null when unassigned.