send_message
Send a LinkedIn message by starting a new thread or replying to an existing conversation. Requires confirmation to execute.
Instructions
[ALPHA, write] Send a message. Pass thread_id / conversation_urn to REPLY into an existing conversation (verified); otherwise a new thread is started to recipient_urn (best-known). Gated: requires confirm:true. Returns a structured status. Counts against the daily message cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipient_urn | No | Recipient member URN (urn:li:fsd_profile:ACoAA…). Required when starting a NEW thread. | |
| thread_id | No | Existing thread id (2-…) or full msg_conversation urn to reply into (preferred over recipient_urn). | |
| message | Yes | Message body (multiline supported) | |
| confirm | No | Must be true to actually execute. Omit/false = refuse (safety). |