Skip to main content
POST
/
v1
/
attio
/
tasks
Create Task
curl --request POST \
  --url https://api.ontora.com/v1/attio/tasks \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>",
  "deadline": "<string>",
  "assignees": [
    "<string>"
  ],
  "linked_records": [
    {}
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.ontora.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspace_id
string<uuid>
required

Body

application/json
content
string
required
deadline
string | null
assignees
string[] | null
linked_records
Linked Records · object[] | null

Response

Successful Response

The response is of type Response Create Task V1 Attio Tasks Post · object.