---
title: "Create Task"
method: POST
path: "/v1/attio/tasks"
tags: ["attio"]
---

# Create Task

`POST /v1/attio/tasks`

Create a task in Attio.

## Query parameters

- `workspace_id` string, uuid, required

## Request body

- TaskInput
  - `content` string, required
  - `deadline` string, nullable
  - `assignees` string[], nullable
  - `linked_records` object[], nullable

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
