Send a message to a LinkedIn Message Thread
This API allows the authenticated user to send a message to an existing LinkedIn message thread by providing the thread ID, their own profile ID, and the message content. On WeLink, you can obtain the profile_id by calling the /api/v1/get_profile_details API.
To track whether your message receives a reply, see How to Use Track Reply.
| Header Parameters |
|---|
x-api-key uuid — REQUIRED |
x-api-secret uuid — REQUIRED |
| Request Body — REQUIRED |
|---|
accountId string — REQUIRED |
thread_id string — REQUIRED |
message 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 |
|