get_messages
Fetch messages from a specific GoHighLevel conversation by providing its ID. Supports pagination through lastMessageId and limit parameters.
Instructions
Get messages in a conversation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of messages to return | |
| lastMessageId | No | Last message ID for pagination | |
| conversationId | Yes | The conversation ID to get messages from |