Skip to main content
PATCH
Update person activity by ID

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Path Parameters

id
string
required

Person activity ID

Body

application/json
activity_content
string

New content for the activity. Format depends on content_type.

content_type
enum<string>
default:text

Format of activity_content. "text" for plain text (auto-converted to HTML), "html" for raw HTML.

Available options:
text,
html
activity_type
string

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.

Minimum string length: 1

Response

Activity updated

success
enum<boolean>
required
Available options:
true
data
object
required