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.
/messaging/send-with-ackSend 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.
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
| Field | Type | Required | Description |
|---|---|---|---|
accountId | string | No | LinkedIn account ID to use. If not provided, uses the default account. |
recipientProfileId | string | No | Recipient LinkedIn profile public ID |
recipientProfileUrn | string | No | Recipient LinkedIn profile URN |
message | string | Yes | Message content to send |
subject | string | No | Subject line (for InMail) |
messageType | string | No | Message type |
messageUrns | array | No | Message URNs to acknowledge delivery of |
Example
{
"message": "Hello! I would like to connect with you."
}Responses
| Status | Description |
|---|---|
| 200 | Message sent with acknowledgment successfully |
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.
Send message with group context
Send a LinkedIn message to someone using group membership context. Allows messaging non-connections who are members of the same LinkedIn group without using InMail credits.
