Skip to main content
POST

Authorizations

Authorization
string
header
required

Pass API key as Authorization: Bearer <api_key>.

Body

application/json
account_id
string
required

LinkedIn account ID returned by GET /v1/accounts.

Pattern: ^[1-9][0-9]*$
conversation_id
string
required

Existing conversation ID returned by GET /v1/conversations. Provide exactly one target.

Minimum string length: 1
draft_message
string
required

Plain-text draft. Surrounding whitespace is trimmed and the existing draft for the selected compose context is replaced.

Minimum string length: 1
contact_id
string

Contact ID returned by POST /v1/contacts or GET /v1/contacts. Provide exactly one target.

Pattern: ^[1-9][0-9]*$

Response

Draft saved in TalkToHumans. The message was not sent.

data
object
required