---
title: "Send LinkedIn message"
method: POST
path: "/linkedin/send-message"
---

# Send LinkedIn message

`POST /linkedin/send-message`

Send LinkedIn message to the specified profile.

## Query parameters

- `recipientProfile` string, url
- `message` string
- `cookie` string, required
- `proxy` string
- `userAgent` string

## Response `200`

Message sent successfully

- object
  - `element` object
    - `originToken` string
    - `body` object
      - `attributes` unknown[]
        - unknown
      - `text` string
    - `backendUrn` string
    - `conversationUrn` string
    - `deliveredAt` integer
    - `renderContentUnions` unknown[]
      - unknown
    - `renderContentFallbackText` string, nullable
    - `entityUrn` string
    - `backendConversationUrn` string
    - `senderUrn` string
  - `status` string
  - `error` string

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference.md) · [All operations](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harvestapi/harvestapi-linkedin-api-reference/versions/8dbddebc7f88/schema)
