Facebook Pixel
APILinkedIn Messaging

Send group message with delivery acknowledgment

Send a LinkedIn message using group context while acknowledging delivery of previous messages. Useful for group-based conversations where you want to track message delivery.

POST/messaging/send-group-with-ack

Send group message with delivery acknowledgment

Send a LinkedIn message using group context while acknowledging delivery of previous messages. Useful for group-based conversations where you want to track message delivery.

Authentication requiredMessaging

Code Examples

curl -X POST 'https://api.connectsafely.ai/linkedin/messaging/send-group-with-ack' \
-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
messageUrnsarrayNoMessage URNs to acknowledge

Example

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

Responses

StatusDescription
200Group message sent with acknowledgment successfully