Update person activity by ID
Update an existing person activity. You can change the content, the activity type, or both.
Content: Set content_type to "text" for plain text (auto-converted to HTML) or "html" for raw HTML input.
Activity type: Pass activity_type to change the type. The new type must be registered for the team — discover valid types with GET /v1/person-activities/types. At least one of activity_content or activity_type must be provided.
Authorizations
Authenticate with a Bearer token: API key, OAuth token, or session token.
Path Parameters
Person activity ID
Body
New content for the activity. Format depends on content_type.
Format of activity_content. "text" for plain text (auto-converted to HTML), "html" for raw HTML.
text, html New activity type key. Must be a valid type registered for the team. Standard values: secondary_note, meeting_note, meeting_transcript, email, interview_note, linkedin_message, text_message, candidate_summary, linkedin_message_response, call_note. Teams can also define custom activity types from Settings → Activity Types; discover the full list with GET /v1/person-activities/types.
1