Create deal activity (note)
Log a new activity (note, call note, meeting note, email, etc.) on a deal record. Standard activity_type keys: secondary_note, call_note, meeting_note, email, linkedin_message, text_message. Free-form strings are accepted — there is no team-level type registry for deals.
Authorizations
Authenticate with a Bearer token: API key, OAuth token, or session token.
Body
Deal UUID to attach the activity to. Get from POST /v1/deals/search or GET /v1/deals/{id}.
Activity type key. Standard values: secondary_note (general note), call_note, meeting_note, email, linkedin_message, text_message. Free-form strings are accepted — there is no team-level type registry for deals.
1Activity body. Plain text or HTML — HTML is auto-detected and stored alongside the plain-text mirror.