---
title: "Create a task"
method: POST
path: "/tasks"
tags: ["Tasks"]
---

# Create a task

`POST /tasks`

Create a task

## Request body

- object[]
  - `account` number — The ID of the account linked to the task.
  - `description` string, required — The task description.
  - `reminder_date` string, date — The task due date and time (ISO 8601 date-time).
  - `assignees` number[] — List of user IDs assigned to the task.

## Response `200`

Successful

---

[API](https://skmtc.net/salesflare/apis/salesflare-api.md) · [All operations](https://skmtc.net/salesflare/apis/salesflare-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesflare/salesflare-api/versions/b00cf8033993/schema)
