Facebook Pixel
APILinkedIn Messaging

Send group message with typing indicator

Send a LinkedIn message using group context after showing a typing indicator. Combines group messaging capability with natural typing simulation.

POST/messaging/send-group-with-typing

Send group message with typing indicator

Send a LinkedIn message using group context after showing a typing indicator. Combines group messaging capability with natural typing simulation.

Authentication requiredMessaging

Code Examples

curl -X POST 'https://api.connectsafely.ai/linkedin/messaging/send-group-with-typing' \
-H 'Authorization: Bearer <your_api_key>' \
-H 'Content-Type: application/json' \
-d '{"recipientProfileUrn":"urn:li:fsd_profile:ACoAABcdefgh","groupId":"12345678","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.
recipientProfileUrnstringYesRecipient LinkedIn profile URN
groupIdstringYesLinkedIn group ID
messagestringYesMessage content to send
conversationUrnstringNoConversation URN for existing conversations

Example

{
  "recipientProfileUrn": "urn:li:fsd_profile:ACoAABcdefgh",
  "groupId": "12345678",
  "message": "Hello! I would like to connect with you."
}

Responses

StatusDescription
200Group message sent with typing indicator successfully