Create job activity (note)
Log a new activity (note, call note, meeting note, email, etc.) on a job 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 jobs.
Authorizations
Authenticate with a Bearer token: API key, OAuth token, or session token.
Body
Job UUID to attach the activity to. Get from POST /v1/jobs/search or GET /v1/jobs/{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 jobs.
1Activity body. Plain text or HTML — HTML is auto-detected and stored alongside the plain-text mirror.