Headers

  • X-PLANNR-ACCOUNT-UUID string
application/json

Body

  • name string Required

    The name of the task

  • description string

    The description of the task

  • priority string

    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, or highest.

  • due_at string(date)

    The task due date

  • taskable_type string Required

    The taskable type. Available Options: client, case, plan

    Values are client, case, or plan.

  • taskable_uuid string(uuid) Required

    The taskable UUID

  • task_status_uuid string(uuid) Required

    The task status UUID

  • parent_task_uuid string(uuid)

    The parent task UUID

  • assigned_to_uuids array[string(uuid)]

    Array of account UUIDs

  • custom_fields object

    Additional custom fields

    Additional properties are allowed.

  • group_uuids array[string(uuid)]

    UUIDs of groups that will be assigned when the task is created.

  • is_recurring boolean

    Whether the task should be recurring or not. Subtasks cannot be recurring.

  • recurring_frequency string

    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, or weekdays.

Responses

  • 201 application/json
    Hide response attributes Show response attributes object
    • uuid string

      The UUID of the resource.

    • created_at string

      The timestamp of when the resource was created.

    • updated_at string

      The timestamp of when the resource was updated.

    • name string

      The name of the task

    • description string

      The description of the task

    • priority string

      The priority of the task. Available Options: low, medium, high and highest

    • position integer

      The position of the task

    • due_at string

      The due date of the task

    • status object

      The status of the task. Can be any of the task statuses defined in the firm's settings

      Hide status attributes Show status attributes object
      • uuid string
      • created_at string
      • updated_at string
      • name string
      • colour string
      • position integer
      • is_type_completed boolean
      • is_archived boolean
      • is_not_started boolean
    • taskable_type string

      The type of the taskable. Available options: client, case, plan

    • taskable object

      The type of the taskable.

      Hide taskable attributes Show taskable attributes object
      • uuid string
      • created_at string
      • updated_at string
      • name string
      • slug string
      • status string
      • type string
      • review_at string
      • assigned_to_uuids array[string]
      • group_uuids array[string]
      • completed_at string
      • value object
        Hide value attributes Show value attributes object
        • amount object
          Hide amount attributes Show amount attributes object
          • example string
          • description string
        • formatted object
          Hide formatted attributes Show formatted attributes object
          • example string
          • description string
        • currency object
          Hide currency attributes Show currency attributes object
          • example string
          • description string
      • status_position integer
      • participants_count integer
      • participants string
      • task_board_uuid string
      • plans string
      • custom_fields string
    • author object

      The account that created the task

      Hide author attributes Show author attributes object
      • uuid object
        Hide uuid attributes Show uuid attributes object
        • example string
        • description string
        • collection boolean
      • created_at object
        Hide created_at attributes Show created_at attributes object
        • example string
        • description string
        • collection boolean
      • updated_at object
        Hide updated_at attributes Show updated_at attributes object
        • example string
        • description string
        • collection boolean
      • type object
        Hide type attributes Show type attributes object
        • example string
        • description string
        • collection boolean
      • role object
        Hide role attributes Show role attributes object
        • example string
        • description string
        • collection boolean
      • first_name object
        Hide first_name attributes Show first_name attributes object
        • example string
        • description string
        • collection boolean
      • last_name object
        Hide last_name attributes Show last_name attributes object
        • example string
        • description string
        • collection boolean
      • name object
        Hide name attributes Show name attributes object
        • example string
        • description string
        • collection boolean
      • email object
        Hide email attributes Show email attributes object
        • example string
        • description string
        • collection boolean
      • photo_url object
        Hide photo_url attributes Show photo_url attributes object
        • example string
        • description string
        • collection boolean
      • external_references object
        Hide external_references attributes Show external_references attributes object
        • example string
        • description string
        • collection boolean
    • assigned_to object

      The accounts that the task is assigned to

      Hide assigned_to attributes Show assigned_to attributes object
      • uuid object
        Hide uuid attributes Show uuid attributes object
        • example string
        • description string
        • collection boolean
      • created_at object
        Hide created_at attributes Show created_at attributes object
        • example string
        • description string
        • collection boolean
      • updated_at object
        Hide updated_at attributes Show updated_at attributes object
        • example string
        • description string
        • collection boolean
      • type object
        Hide type attributes Show type attributes object
        • example string
        • description string
        • collection boolean
      • role object
        Hide role attributes Show role attributes object
        • example string
        • description string
        • collection boolean
      • first_name object
        Hide first_name attributes Show first_name attributes object
        • example string
        • description string
        • collection boolean
      • last_name object
        Hide last_name attributes Show last_name attributes object
        • example string
        • description string
        • collection boolean
      • name object
        Hide name attributes Show name attributes object
        • example string
        • description string
        • collection boolean
      • email object
        Hide email attributes Show email attributes object
        • example string
        • description string
        • collection boolean
      • photo_url object
        Hide photo_url attributes Show photo_url attributes object
        • example string
        • description string
        • collection boolean
      • external_references object
        Hide external_references attributes Show external_references attributes object
        • example string
        • description string
        • collection boolean
    • completed_at string

      The date the task was completed

    • completed_by object

      The account that completed the task

      Hide completed_by attributes Show completed_by attributes object
      • uuid object
        Hide uuid attributes Show uuid attributes object
        • example string
        • description string
        • collection boolean
      • created_at object
        Hide created_at attributes Show created_at attributes object
        • example string
        • description string
        • collection boolean
      • updated_at object
        Hide updated_at attributes Show updated_at attributes object
        • example string
        • description string
        • collection boolean
      • type object
        Hide type attributes Show type attributes object
        • example string
        • description string
        • collection boolean
      • role object
        Hide role attributes Show role attributes object
        • example string
        • description string
        • collection boolean
      • first_name object
        Hide first_name attributes Show first_name attributes object
        • example string
        • description string
        • collection boolean
      • last_name object
        Hide last_name attributes Show last_name attributes object
        • example string
        • description string
        • collection boolean
      • name object
        Hide name attributes Show name attributes object
        • example string
        • description string
        • collection boolean
      • email object
        Hide email attributes Show email attributes object
        • example string
        • description string
        • collection boolean
      • photo_url object
        Hide photo_url attributes Show photo_url attributes object
        • example string
        • description string
        • collection boolean
      • external_references object
        Hide external_references attributes Show external_references attributes object
        • example string
        • description string
        • collection boolean
    • workflow_task object

      The workflow task associated with this task

      Hide workflow_task attributes Show workflow_task attributes object
      • uuid object
        Hide uuid attributes Show uuid attributes object
        • example string
        • description string
        • collection boolean
      • created_at object
        Hide created_at attributes Show created_at attributes object
        • example string
        • description string
        • collection boolean
      • updated_at object
        Hide updated_at attributes Show updated_at attributes object
        • example string
        • description string
        • collection boolean
      • name object
        Hide name attributes Show name attributes object
        • example string
        • description string
        • collection boolean
      • description object
        Hide description attributes Show description attributes object
        • example string
        • description string
        • collection boolean
      • priority object
        Hide priority attributes Show priority attributes object
        • example string
        • description string
        • collection boolean
      • position object
        Hide position attributes Show position attributes object
        • example integer
        • description string
        • collection boolean
      • task_status object
        Hide task_status attributes Show task_status attributes object
        • example string
        • description string
        • collection boolean
      • offset_due_at_by object
        Hide offset_due_at_by attributes Show offset_due_at_by attributes object
        • example integer
        • description string
        • collection boolean
      • visible_to_clients object
        Hide visible_to_clients attributes Show visible_to_clients attributes object
        • example boolean
        • description string
        • collection boolean
      • auto_assign_assigned_adviser object
        Hide auto_assign_assigned_adviser attributes Show auto_assign_assigned_adviser attributes object
        • example boolean
        • description string
        • collection boolean
      • auto_assign_assigned_administrator object
        Hide auto_assign_assigned_administrator attributes Show auto_assign_assigned_administrator attributes object
        • example boolean
        • description string
        • collection boolean
      • auto_assign_clients object
        Hide auto_assign_clients attributes Show auto_assign_clients attributes object
        • example boolean
        • description string
        • collection boolean
      • author object
        Hide author attributes Show author attributes object
        • example string
        • description string
        • collection boolean
      • participants object
        Hide participants attributes Show participants attributes object
        • example string
        • description string
        • collection boolean
      • tags object
        Hide tags attributes Show tags attributes object
        • example string
        • description string
        • collection boolean
      • location_uuid object
        Hide location_uuid attributes Show location_uuid attributes object
        • example string
        • description string
        • collection boolean
      • parent object
        Hide parent attributes Show parent attributes object
        • example string
        • description string
        • collection boolean
      • trigger object
        Hide trigger attributes Show trigger attributes object
        • example string
        • description string
        • collection boolean
      • trigger_tasks object
        Hide trigger_tasks attributes Show trigger_tasks attributes object
        • example string
        • description string
        • collection boolean
      • sub_tasks object
        Hide sub_tasks attributes Show sub_tasks attributes object
        • example string
        • description string
        • collection boolean
      • groups object
        Hide groups attributes Show groups attributes object
        • example string
        • description string
        • collection boolean
      • workflow object
        Hide workflow attributes Show workflow attributes object
        • example string
        • description string
        • collection boolean
      • is_trigger_task object
        Hide is_trigger_task attributes Show is_trigger_task attributes object
        • example boolean
        • description string
        • collection boolean
    • is_recurring boolean

      Whether the task is recurring or not

    • recurring_frequency string

      The frequency of the recurrence.

    • recurring_last_run string

      The last time the recurring task was run

    • recurring_next_run string

      The next time the recurring task will be run

    • custom_fields array[object]

      Any custom fields on the model.

      Hide custom_fields attributes Show custom_fields attributes object
      • uuid string
      • created_at string
      • updated_at string
      • type string
      • name string
      • reference string
      • is_required boolean
      • value string
      • selection_options array[string]
      • help_text string
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-04-13","taskable_type":"client","taskable_uuid":"b37104ce-1e26-42ca-9d17-ffdebcbad724","task_status_uuid":"e503186d-5836-4271-8fb7-ed057a33b74d","parent_task_uuid":"b50d70b0-b66e-4469-a5ae-00bfb9557df5","assigned_to_uuids":["1a82432d-cc07-497b-b598-bf2f73eb0dc3","1fe38db8-6790-4796-952b-6e7a80774894","f29f6cbc-b5df-4e4a-a4cb-0517341971c9"],"custom_fields":{"favourite_pet":"Dog"},"group_uuids":["278957c2-e8f9-4c66-84ef-fccd1dc32070","71642d0b-dd93-4b97-a4d7-69d6128f7992","42bdb944-fdf2-463a-b4cd-e31f06552580"],"is_recurring":true,"recurring_frequency":"daily"}'
Request examples
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}

# Payload
{
  "name": "Check details",
  "description": "Check details",
  "priority": "low",
  "due_at": "2026-04-13",
  "taskable_type": "client",
  "taskable_uuid": "b37104ce-1e26-42ca-9d17-ffdebcbad724",
  "task_status_uuid": "e503186d-5836-4271-8fb7-ed057a33b74d",
  "parent_task_uuid": "b50d70b0-b66e-4469-a5ae-00bfb9557df5",
  "assigned_to_uuids": [
    "1a82432d-cc07-497b-b598-bf2f73eb0dc3",
    "1fe38db8-6790-4796-952b-6e7a80774894",
    "f29f6cbc-b5df-4e4a-a4cb-0517341971c9"
  ],
  "custom_fields": {
    "favourite_pet": "Dog"
  },
  "group_uuids": [
    "278957c2-e8f9-4c66-84ef-fccd1dc32070",
    "71642d0b-dd93-4b97-a4d7-69d6128f7992",
    "42bdb944-fdf2-463a-b4cd-e31f06552580"
  ],
  "is_recurring": true,
  "recurring_frequency": "daily"
}
Response examples (201)
Document the transaction
{
  "name": "Document the transaction",
  "uuid": "f549df18-4587-4cf6-ae33-ca1cc03073ae",
  "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": "8214ded2-0506-4b8b-9bb3-cbe44405535e",
      "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": "6b5acff1-299c-444d-a9d0-f3cfefa82e87",
    "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": "e401147f-2f0d-498b-8842-41baab507793",
    "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": [
      "e44102fa-4484-4b56-983f-20c11fc5f9dd"
    ],
    "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": "28be7c63-e98f-4c36-9af9-b43268d24a77",
    "assigned_to_uuids": [
      "78740f3b-9528-4fba-9d6c-849247c4ecdb"
    ],
    "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": "f1c8608e-264e-4653-901f-88f998f7a5a5",
      "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": "1b7f9eaf-53db-4705-b9cd-1f7b5a59c728",
      "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": "a2153322-b5ec-4ea0-b1c0-81bd838e6a21",
      "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": "a78706e4-9116-42b0-9213-633e044bc638",
      "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": "062aa4dc-e093-48e6-9352-01a8c3569ea7",
      "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"
}