Skip to main content
POST
Add a new person activity

Authorizations

Authorization
string
header
required

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

Body

application/json
activity_type
enum<string>
required

Type of activity to create

Available options:
secondary_note,
meeting_note,
meeting_transcript,
email,
interview_note,
linkedin_message,
text_message,
candidate_summary,
linkedin_message_response,
call_note
linkedin_url
string<uri>

LinkedIn profile URL of the person

email
string<email>

Email of the person

full_name
string

Full name of the person

person_id
string

ID of the person

activity_content
string

Text of the activity

Response

Successful response

error
string | null
required

Error message, if any

data
object
required