Skip to main content
POST
Create a Task
Create a task assigned to a workspace user, optionally linked to a contact or account. Owner ids come from get_apollo_users_search. Writes land in the AIsa workspace, which every caller shares: the record becomes visible and editable by others, and there is no per-caller isolation.

Authorizations

Authorization
string
header
required

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

Body

application/json
user_id
string
required

Task owner user ID.

contact_id
string
required

Contact ID.

type
string
required

Task type.

status
string
required

Task status.

due_at
string
required

ISO 8601 due datetime.

priority
string

Task priority (default: medium).

title
string

Optional title.

Response

Successful response

task
object

Created task (when returned).