Facebook Pixel
APILinkedIn Messaging

Send typing indicator

Send a typing indicator to a LinkedIn conversation. Shows the recipient that you are typing a message. Useful for creating a more natural conversation experience before sending a message.

POST/messaging/typing-indicator

Send typing indicator

Send a typing indicator to a LinkedIn conversation. Shows the recipient that you are typing a message. Useful for creating a more natural conversation experience before sending a message.

Authentication requiredMessaging

Code Examples

curl -X POST 'https://api.connectsafely.ai/linkedin/messaging/typing-indicator' \
-H 'Authorization: Bearer <your_api_key>' \
-H 'Content-Type: application/json' \
-d '{"conversationUrn":"urn:li:example:123456"}'

Parameters

No parameters.

Request Body

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID to use. If not provided, uses the default account.
conversationUrnstringYesLinkedIn conversation URN to send typing indicator to

Example

{
  "conversationUrn": "urn:li:example:123456"
}

Responses

StatusDescription
200Typing indicator sent successfully