Body
-
The name of the task
-
The description of the task
-
The task's priority. Available options: low, medium, high and highest
Value Description low Low medium Medium high High highest Highest Values are
low,medium,high, orhighest. -
The task due date
-
The taskable type. Available Options: client, case, plan
Values are
client,case, orplan. -
The taskable UUID
-
The task status UUID
-
The parent task UUID
-
Array of account UUIDs
-
Additional custom fields
Additional properties are allowed.
-
UUIDs of groups that will be assigned when the task is updated.
-
Whether the task should be recurring or not. Subtasks cannot be recurring.
-
The frequency at which the task should recur. This field is required if is_recurring is set to true.
Value Description daily Daily weekly Weekly fortnightly Fortnightly four_weekly Four Weekly monthly Monthly bimonthly Bimonthly quarterly Quarterly biannually Biannually annually Annually weekdays Weekdays Values are
daily,weekly,fortnightly,four_weekly,monthly,bimonthly,quarterly,biannually,annually, orweekdays.
curl \
--request PUT 'https://api.plannrcrm.com/api/v1/task/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"name":"Check details","description":"Check details","priority":"low","due_at":"2026-04-15","taskable_type":"client","taskable_uuid":"cee8f3c7-c54f-419a-a543-8ea514953457","task_status_uuid":"4f42216c-6d0b-4d98-b6c8-f3f6f1b0c713","parent_task_uuid":"be9b9b0f-6cf2-414b-b86f-f51893affd25","assigned_to_uuids":["23a4390a-ff4c-46ef-b066-8898da5cbbaf","9ab5e4e0-b522-481e-b8b5-4b521df41a83","e3c62740-9dcf-4d60-bb43-9a35b9c0be6e"],"custom_fields":{"favourite_pet":"Dog"},"group_uuids":["68d97d8b-d428-49c5-986a-3c1fd387234c","02fad7bc-788d-4a5f-a5bf-f108fa183841","2b98837a-1c67-4b17-8de1-3dd832a9e72b"],"is_recurring":true,"recurring_frequency":"daily"}'
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"name": "Check details",
"description": "Check details",
"priority": "low",
"due_at": "2026-04-15",
"taskable_type": "client",
"taskable_uuid": "cee8f3c7-c54f-419a-a543-8ea514953457",
"task_status_uuid": "4f42216c-6d0b-4d98-b6c8-f3f6f1b0c713",
"parent_task_uuid": "be9b9b0f-6cf2-414b-b86f-f51893affd25",
"assigned_to_uuids": [
"23a4390a-ff4c-46ef-b066-8898da5cbbaf",
"9ab5e4e0-b522-481e-b8b5-4b521df41a83",
"e3c62740-9dcf-4d60-bb43-9a35b9c0be6e"
],
"custom_fields": {
"favourite_pet": "Dog"
},
"group_uuids": [
"68d97d8b-d428-49c5-986a-3c1fd387234c",
"02fad7bc-788d-4a5f-a5bf-f108fa183841",
"2b98837a-1c67-4b17-8de1-3dd832a9e72b"
],
"is_recurring": true,
"recurring_frequency": "daily"
}
{
"name": "Document the transaction",
"uuid": "56fa1f89-414c-44a7-8b37-ce69eff9e84d",
"author": {
"name": {
"example": "Gareth Thompson",
"collection": false,
"description": "Name"
},
"role": {
"example": "client",
"collection": false,
"description": "Account role"
},
"type": {
"example": "client",
"collection": false,
"description": "Account type"
},
"uuid": {
"example": "45ab59a2-f363-4ed5-bc70-6cf09ded45b6",
"collection": false,
"description": "The UUID of the resource."
},
"email": {
"example": "gareth@codepotato.co.uk",
"collection": false,
"description": "(Deprecated - Please use the primary email of the account instead). The email of the account."
},
"last_name": {
"example": "Thompson",
"collection": false,
"description": "Last name"
},
"photo_url": {
"example": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"collection": false,
"description": "The photo URL of the client"
},
"created_at": {
"example": "2026-04-08T15:40:47+01:00",
"collection": false,
"description": "The timestamp of when the resource was created."
},
"first_name": {
"example": "Gareth",
"collection": false,
"description": "First name"
},
"updated_at": {
"example": "2026-04-08T15:40:47+01:00",
"collection": false,
"description": "The timestamp of when the resource was updated."
},
"external_references": {
"example": "App\\Http\\Resources\\ExternalReferenceResource",
"collection": true,
"description": "The external references that have been added to the client."
}
},
"due_at": "2021-01-01 00:00:00",
"status": {
"name": "Incomplete",
"uuid": "10a9c064-6faf-4dbf-86e2-65302963d60d",
"colour": "#398898",
"position": 1,
"created_at": "2026-04-08T15:40:47+01:00",
"updated_at": "2026-04-08T15:40:47+01:00",
"is_archived": false,
"is_not_started": false,
"is_type_completed": false
},
"position": 1,
"priority": "high",
"taskable": {
"name": "finance",
"slug": "finance",
"type": "App\\Http\\Resources\\CasesTypeResource",
"uuid": "92d6e393-3af8-4c74-a74d-552fc4f3021c",
"plans": "App\\Http\\Resources\\Plans\\PlanResource",
"value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"status": "App\\Http\\Resources\\CasesStatusResource",
"review_at": "2026-04-08T15:40:47+01:00",
"created_at": "2026-04-08T15:40:47+01:00",
"updated_at": "2026-04-08T15:40:47+01:00",
"group_uuids": [
"282db5e1-ffe7-4834-a660-20657971f2b0"
],
"completed_at": "2026-04-08T15:40:47+01:00",
"participants": "App\\Http\\Resources\\AccountResource",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"status_position": 4,
"task_board_uuid": "56917afe-7916-485b-b56d-f1f925e2199e",
"assigned_to_uuids": [
"d929139c-3ae9-4ada-af99-a1d1b36af1d2"
],
"participants_count": 4
},
"created_at": "2026-04-08T15:40:47+01:00",
"updated_at": "2026-04-08T15:40:47+01:00",
"assigned_to": {
"name": {
"example": "Gareth Thompson",
"collection": false,
"description": "Name"
},
"role": {
"example": "client",
"collection": false,
"description": "Account role"
},
"type": {
"example": "client",
"collection": false,
"description": "Account type"
},
"uuid": {
"example": "5c4663e8-0df3-4eab-8d53-f346852ab640",
"collection": false,
"description": "The UUID of the resource."
},
"email": {
"example": "gareth@codepotato.co.uk",
"collection": false,
"description": "(Deprecated - Please use the primary email of the account instead). The email of the account."
},
"last_name": {
"example": "Thompson",
"collection": false,
"description": "Last name"
},
"photo_url": {
"example": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"collection": false,
"description": "The photo URL of the client"
},
"created_at": {
"example": "2026-04-08T15:40:47+01:00",
"collection": false,
"description": "The timestamp of when the resource was created."
},
"first_name": {
"example": "Gareth",
"collection": false,
"description": "First name"
},
"updated_at": {
"example": "2026-04-08T15:40:47+01:00",
"collection": false,
"description": "The timestamp of when the resource was updated."
},
"external_references": {
"example": "App\\Http\\Resources\\ExternalReferenceResource",
"collection": true,
"description": "The external references that have been added to the client."
}
},
"description": "Document the transaction",
"completed_at": "2021-01-01 00:00:00",
"completed_by": {
"name": {
"example": "Gareth Thompson",
"collection": false,
"description": "Name"
},
"role": {
"example": "client",
"collection": false,
"description": "Account role"
},
"type": {
"example": "client",
"collection": false,
"description": "Account type"
},
"uuid": {
"example": "72e727cd-f1f7-4ef5-8da2-b634bdff97c8",
"collection": false,
"description": "The UUID of the resource."
},
"email": {
"example": "gareth@codepotato.co.uk",
"collection": false,
"description": "(Deprecated - Please use the primary email of the account instead). The email of the account."
},
"last_name": {
"example": "Thompson",
"collection": false,
"description": "Last name"
},
"photo_url": {
"example": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"collection": false,
"description": "The photo URL of the client"
},
"created_at": {
"example": "2026-04-08T15:40:47+01:00",
"collection": false,
"description": "The timestamp of when the resource was created."
},
"first_name": {
"example": "Gareth",
"collection": false,
"description": "First name"
},
"updated_at": {
"example": "2026-04-08T15:40:47+01:00",
"collection": false,
"description": "The timestamp of when the resource was updated."
},
"external_references": {
"example": "App\\Http\\Resources\\ExternalReferenceResource",
"collection": true,
"description": "The external references that have been added to the client."
}
},
"is_recurring": true,
"custom_fields": [
{
"name": "Favourite Drink",
"type": "string",
"uuid": "09e0ef2a-cd7c-47f4-9261-84e12c295ce0",
"value": "Coffee",
"help_text": "This is the client's favourite drink.",
"reference": "favourite_drink",
"created_at": "2026-04-08T15:40:47+01:00",
"updated_at": "2026-04-08T15:40:47+01:00",
"is_required": false,
"selection_options": [
"Coffee",
"Tea",
"Water"
]
}
],
"taskable_type": "case",
"workflow_task": {
"name": {
"example": "Mortgage Review",
"collection": false,
"description": "The name of the task"
},
"tags": {
"example": "App\\Http\\Resources\\TagResource",
"collection": true,
"description": "The tags added to the task."
},
"uuid": {
"example": "0d100f60-eb02-449e-a94c-fd7efd855cd2",
"collection": false,
"description": "The UUID of the resource."
},
"author": {
"example": "App\\Http\\Resources\\AccountResource",
"collection": false,
"description": "The author of the task."
},
"groups": {
"example": "App\\Http\\Resources\\GroupResource",
"collection": true,
"description": "The groups that will be added to the task."
},
"parent": {
"example": "App\\Http\\Resources\\Board\\WorkflowBoardTaskResource",
"collection": false,
"description": "The parent task."
},
"trigger": {
"example": "App\\Http\\Resources\\Board\\WorkflowBoardTaskResource",
"collection": false,
"description": "The task that will trigger this task to be created."
},
"position": {
"example": 2,
"collection": false,
"description": "The task position."
},
"priority": {
"example": "high",
"collection": false,
"description": "The priority level of the task (e.g p1, p2, p3, p4)"
},
"workflow": {
"example": "App\\Http\\Resources\\Board\\WorkflowResource",
"collection": false,
"description": "The workflow that the workflow task belongs to."
},
"sub_tasks": {
"example": "App\\Http\\Resources\\Board\\WorkflowBoardTaskResource",
"collection": true,
"description": "The tasks sub tasks."
},
"created_at": {
"example": "2026-04-08T15:40:47+01:00",
"collection": false,
"description": "The timestamp of when the resource was created."
},
"updated_at": {
"example": "2026-04-08T15:40:47+01:00",
"collection": false,
"description": "The timestamp of when the resource was updated."
},
"description": {
"example": "We need to run through a mortgage review with Gareth, as he can probably find a better deal.",
"collection": false,
"description": "The extra description added to a task"
},
"task_status": {
"example": "App\\Http\\Resources\\TaskStatusResource",
"collection": false,
"description": "Task status."
},
"participants": {
"example": "App\\Http\\Resources\\AccountResource",
"collection": true,
"description": "The participants/assignees of the task."
},
"location_uuid": {
"example": "25e20b6b-5a82-42e0-8126-2bc54a972962",
"collection": false,
"description": "The parent task or workflow trigger task this task is a child of."
},
"trigger_tasks": {
"example": "App\\Http\\Resources\\Board\\WorkflowBoardTaskResource",
"collection": true,
"description": "The tasks that will be triggered when this task is completed."
},
"is_trigger_task": {
"example": true,
"collection": false,
"description": "Denotes if this is a triggered task."
},
"offset_due_at_by": {
"example": 2,
"collection": false,
"description": "How many days from the day the workflow is run should the due at be set by."
},
"visible_to_clients": {
"example": true,
"collection": false,
"description": "Indicator for if the task is visible to clients."
},
"auto_assign_clients": {
"example": true,
"collection": false,
"description": "Denotes if the task will auto-assign the clients when it is created. If the workflow is run on a case then all the clients on the case will be assigned."
},
"auto_assign_assigned_adviser": {
"example": true,
"collection": false,
"description": "Denotes if the task will auto-assign the assigned adviser / assigned adviser of the client when it is created."
},
"auto_assign_assigned_administrator": {
"example": true,
"collection": false,
"description": "Denotes if the task will auto-assign the administrator of the client when it is created."
}
},
"recurring_last_run": "2026-01-01 00:00:00",
"recurring_next_run": "2026-01-01 00:00:00",
"recurring_frequency": "weekly"
}