Facebook Pixel
APILinkedIn Messaging

Send message with typing indicator

Send a LinkedIn message after showing a typing indicator first. Creates a more natural conversation experience by simulating human-like behavior. Requires conversationUrn for existing conversations.

POST/messaging/send-with-typing

Send message with typing indicator

Send a LinkedIn message after showing a typing indicator first. Creates a more natural conversation experience by simulating human-like behavior. Requires conversationUrn for existing conversations.

Authentication requiredMessaging

Code Examples

curl -X POST 'https://api.connectsafely.ai/linkedin/messaging/send-with-typing' \
-H 'Authorization: Bearer <your_api_key>' \
-H 'Content-Type: application/json' \
-d '{"message":"Hello! I would like to connect with you."}'

Parameters

No parameters.

Request Body

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID to use. If not provided, uses the default account.
recipientProfileIdstringNoRecipient LinkedIn profile public ID
recipientProfileUrnstringNoRecipient LinkedIn profile URN
messagestringYesMessage content to send
subjectstringNoSubject line (for InMail)
messageTypestringNoMessage type
conversationUrnstringNoConversation URN (required for typing indicator in existing conversations)

Example

{
  "message": "Hello! I would like to connect with you."
}

Responses

StatusDescription
200Message sent successfully with typing indicator