---
title: "POST /crm/tasks"
method: POST
path: "/crm/tasks"
tags: ["CrmTask"]
---

# POST /crm/tasks

`POST /crm/tasks`

Create a new task

## Request body

- CrmCreateOrUpdateTaskRequest
  - `associations` CommonTaskAssociation
    - `dealId` string, nullable — The id of the deal to associate with task

## Response `200`

- CrmCreateOrUpdateTaskResponse
  - `status` 'ok' | 'error', required
  - `message` string, required
  - `result` unknown, required

## Other responses

- `401`
- `404`
- `500`

---

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