get_messages
Retrieve messages from a LinkedIn conversation thread using the conversation ID to access and manage communication data efficiently.
Instructions
Retrieve messages from a specific conversation thread
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conversationId | Yes | Conversation ID |
Input Schema (JSON Schema)
{
"properties": {
"conversationId": {
"description": "Conversation ID",
"type": "string"
}
},
"required": [
"conversationId"
],
"type": "object"
}