Send a message to a LinkedIn Sales Navigator Profile
This API allows the authenticated user to send a message to a specific LinkedIn Sales Navigator profile by providing the recipient's profile ID, the message content, and the subject of the message.
| Header Parameters |
|---|
x-api-key uuid — REQUIRED |
x-api-secret uuid — REQUIRED |
| Request Body — REQUIRED |
|---|
accountId string — REQUIRED |
sales_profile_id string — REQUIRED |
message string — REQUIRED |
subject string — REQUIRED |
frequency number |
track_reply boolean |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
thread_id string | message_id string | sent_at number |
|
| Schema — OPTIONAL |
|---|
status string | request_id string | error string |
|