Facebook Pixel
APILinkedIn Messaging

Send message with delivery acknowledgment

Send a LinkedIn message while acknowledging receipt of previous messages. Useful for replying to conversations where you want to mark received messages as acknowledged.

POST/messaging/send-with-ack

Send message with delivery acknowledgment

Send a LinkedIn message while acknowledging receipt of previous messages. Useful for replying to conversations where you want to mark received messages as acknowledged.

Authentication requiredMessaging

Code Examples

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

Example

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

Responses

StatusDescription
200Message sent with acknowledgment successfully