Skip to main content
POST
Send Recruiter InMail

Authorizations

Authorization
string
header
required

Access token issued by gtm.service.id. Its access_identity claim carries team_sid, actor_sid and actor_type, and that team scope is authoritative.

Team-SID
string
header
required

Team scope for tokens that do not carry one. Ignored when the token already names a team.

Body

application/json

Request body of send_linkedin_recruiter_message.

linkedin_account_sid
string
required

LinkedIn account sid (ln_ac_…).

Required string length: 18
Pattern: ^ln_ac_
subject
string
required

InMail subject; 1..200 chars, required on both wires.

Required string length: 1 - 200
text
string
required

InMail body; 1..1900 chars, \n line breaks.

Required string length: 1 - 1900
linkedin_conversation_sid
string | null

Existing recruiter thread (messenger_type='recruiter'); provide this OR a recipient. A reply dispatches with the thread's own counterpart as the recipient.

Required string length: 18
Pattern: ^ln_cv_
talent_id
string | null

The recipient's Recruiter (talent) profile id (AEMAA…), from a recruiter thread's talent_id or participants[].talent_id. New-thread mode.

Maximum string length: 64
ln_id
string | null

A regular-profile URN (ACoAA…) for a new thread; the wire resolves it too.

Maximum string length: 128
sn_id
string | null

A Sales Navigator URN (ACwAA…) for a new thread; the wire resolves it too.

Maximum string length: 64
attributes
object[]

Rich-text runs over text. NEW THREAD ONLY: a reply with attributes is refused 422 attributes_not_supported_in_thread.

Maximum array length: 200

Response

action success envelope.

success
enum<boolean>
required
Available options:
true
operation
enum<string>
required
Available options:
action
action
string
required

kebab-case verb; matches the route segment.

item
object | null
required
result
object
required
meta
object
required