send_message
Send a message in an ongoing LinkedIn chat conversation. Meant for existing chats with connections; for new chats, use the start chat tool.
Instructions
Send a message in an existing chat conversation.
Use this for ongoing conversations with existing connections. For new conversations, use start_chat instead.
Args: chat_id: The chat/conversation ID (from list_chats) text: The message content to send
Returns: Confirmation with sent message details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| text | Yes |