Create a new activity (note, meeting, email, etc.) and attach it to a person record. The person can be identified by person_id, email, linkedin_url, or full_name — at least one is required.
Supported activity types: secondary_note (general note), meeting_note, meeting_transcript, email, interview_note, linkedin_message, text_message, candidate_summary, linkedin_message_response, call_note.
Authenticate with a Bearer token: API key, OAuth token, or session token.
Activity type. Values: secondary_note (general note), meeting_note, meeting_transcript, email, interview_note, linkedin_message, text_message, candidate_summary, linkedin_message_response, call_note.
secondary_note, meeting_note, meeting_transcript, email, interview_note, linkedin_message, text_message, candidate_summary, linkedin_message_response, call_note Activity body text. Stored as both HTML and plain text.
LinkedIn profile URL to identify the person.
Email address to identify the person.
Full name to identify the person. Least precise — prefer linkedin_url, email, or person_id.
Person UUID (most precise). Get from POST /v1/persons/search or GET /v1/persons/{id}.