Skip to main content
POST
Create job activity (note)

Authorizations

Authorization
string
header
required

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

Body

application/json
job_id
string<uuid>
required

Job UUID to attach the activity to. Get from POST /v1/jobs/search or GET /v1/jobs/{id}.

activity_type
string
required

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.

Minimum string length: 1
activity_content
string
required

Activity body. Plain text or HTML — HTML is auto-detected and stored alongside the plain-text mirror.

Response

Job activity created

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