Create company activity (note)
Log a new activity (note, call note, meeting note, email, etc.) on a company record. The activity_type must be a key registered for the team — discover valid keys with GET /v1/company-activities/types.
Authorizations
Authenticate with a Bearer token: API key, OAuth token, or session token.
Body
Company UUID to attach the activity to. Get from POST /v1/companies/search or GET /v1/companies/{id}.
Activity type key registered for the team. Must match an entry from GET /v1/company-activities/types (e.g. secondary_note, call_note, meeting_note, email, plus any custom types defined under Settings → Activity Types).
1Activity body. Plain text or HTML — HTML is auto-detected and stored alongside the plain-text mirror.