Skip to main content
POST
Associate an entity with a task (idempotent).

Authorizations

x-api-key
string
header
required

Path Parameters

task_id
string
required

Body

application/json
entity_type
string
required

Entity type discriminator. Must be one of (uppercase): PERSON, COMPANY, NOTE, FILE, OPPORTUNITY. TASK-to-TASK links are rejected outright.

entity_uuid
string
required

Response

201 - application/json

Response body for task association create.

Mirrors OpportunityAssociationWriteResponse minus context — this endpoint does not accept a context payload.

entity_type
string
required
entity_uuid
string
required
uuid
string
required