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 created.
POST
/api/v1/task
curl \
--request POST 'https://api.plannrcrm.com/api/v1/task' \
--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-02-11","taskable_type":"client","taskable_uuid":"524760a6-658a-4527-9a6d-fa3d2f5a2e0e","task_status_uuid":"352e02e8-3ce6-466d-a62c-e5e6a0f1dce4","parent_task_uuid":"23c6d902-6ce7-4526-9a7f-32ee1e6cf52b","assigned_to_uuids":["a664d7e4-67bb-48d7-a814-c5e600fe73f7","00f0b909-4a57-4fbf-9d48-eb247db3a737","66b2a479-6010-4dc0-a856-a81db4925b35"],"custom_fields":{"favourite_pet":"Dog"},"group_uuids":["a9b9fd1a-d957-4464-9fa8-724aefd22085","4594594b-7cbb-4c69-b417-84f0ee57b050","159efb99-a8ae-41fb-83c1-66f081a247d5"]}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"name": "Check details",
"description": "Check details",
"priority": "low",
"due_at": "2026-02-11",
"taskable_type": "client",
"taskable_uuid": "524760a6-658a-4527-9a6d-fa3d2f5a2e0e",
"task_status_uuid": "352e02e8-3ce6-466d-a62c-e5e6a0f1dce4",
"parent_task_uuid": "23c6d902-6ce7-4526-9a7f-32ee1e6cf52b",
"assigned_to_uuids": [
"a664d7e4-67bb-48d7-a814-c5e600fe73f7",
"00f0b909-4a57-4fbf-9d48-eb247db3a737",
"66b2a479-6010-4dc0-a856-a81db4925b35"
],
"custom_fields": {
"favourite_pet": "Dog"
},
"group_uuids": [
"a9b9fd1a-d957-4464-9fa8-724aefd22085",
"4594594b-7cbb-4c69-b417-84f0ee57b050",
"159efb99-a8ae-41fb-83c1-66f081a247d5"
]
}
Response examples (201)
{
"name": "Document the transaction",
"uuid": "47acacb1-f61f-490e-8c2d-0bd83aa10646",
"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": "e3095d19-40c7-4d81-9d96-51050f686169",
"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-02-06T09:09:44+00: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-02-06T09:09:44+00: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": "3c17661f-eea9-4fc1-b901-2ba36dd8948e",
"colour": "#398898",
"position": 1,
"created_at": "2026-02-06T09:09:44+00:00",
"updated_at": "2026-02-06T09:09:44+00: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": "ec8ce17e-c652-40ca-aea9-f0d0ec6037e5",
"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-02-06T09:09:44+00:00",
"created_at": "2026-02-06T09:09:44+00:00",
"updated_at": "2026-02-06T09:09:44+00:00",
"group_uuids": [
"d366a509-3744-44c8-bd80-3abb27aa595e"
],
"completed_at": "2026-02-06T09:09:44+00:00",
"participants": "App\\Http\\Resources\\AccountResource",
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"status_position": 4,
"task_board_uuid": "add6c5c5-65a4-4b32-9bd0-4f7f6b8b2ed3",
"assigned_to_uuids": [
"1efac2f3-22e5-458f-b48f-0d2b03f57351"
],
"participants_count": 4
},
"created_at": "2026-02-06T09:09:44+00:00",
"updated_at": "2026-02-06T09:09:44+00: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": "ac2d85e3-2c42-46b6-95bf-f18e49aef184",
"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-02-06T09:09:44+00: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-02-06T09:09:44+00: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": "9e5df9e3-857e-496d-abe6-1f73f538bf76",
"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-02-06T09:09:44+00: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-02-06T09:09:44+00: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."
}
},
"custom_fields": [
{
"name": "Favourite Drink",
"type": "string",
"uuid": "662002b8-7c44-481e-abe1-85d10a41aaad",
"value": "Coffee",
"help_text": "This is the client's favourite drink.",
"reference": "favourite_drink",
"created_at": "2026-02-06T09:09:44+00:00",
"updated_at": "2026-02-06T09:09:44+00:00",
"is_required": false,
"selection_options": [
"Coffee",
"Tea",
"Water"
]
}
],
"taskable_type": "case"
}