Send Typing Indicator
Send a typing indicator to a LinkedIn conversation to show that you are typing
/linkedin/messaging/typing-indicatorSend Typing Indicator
Send a typing indicator to a LinkedIn conversation to show that you are typing
Code Examples
curl -X POST 'https://api.connectsafely.ai/linkedin/messaging/typing-indicator' \ -H 'Authorization: Bearer <your_api_key>' \ -H 'Content-Type: application/json' \ -d '{"conversationUrn":"urn:li:msg_conversation:..."}'Parameters
No parameters.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
accountId | string | No | LinkedIn account ID (uses default if not provided) |
conversationUrn | string | Yes | Conversation URN to send typing indicator to |
Example
{
"conversationUrn": "urn:li:msg_conversation:..."
}Responses
| Status | Description |
|---|---|
| 200 | Successful response |
200 Example
{
"success": true,
"accountId": "507f1f77bcf86cd799439011",
"conversationUrn": "urn:li:msg_conversation:...",
"message": "Typing indicator sent successfully"
}Get LinkedIn Conversation Details - LinkedIn API Messages
Fetch complete LinkedIn conversation history and message details via API. This LinkedIn API messages endpoint retrieves full conversation threads including all direct messages, sender profiles, attachments, and reactions. Essential for sales automation tools, AI agents handling LinkedIn outreach, and CRM systems that need to sync LinkedIn messaging data. Use this endpoint to build automated follow-up sequences, track lead engagement, and manage multi-step B2B outreach campaigns.
Send Message with Typing Indicator
Send a message with a typing indicator sent first (for existing conversations)
