mc_listConversationMessages
Retrieve messages from a specific Mailchimp conversation using its unique ID. Control the number of results with count and offset parameters.
Instructions
List messages in conversation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of records to return (default: 10, max: 1000) | |
| offset | No | Number of records from a collection to skip (default: 0) | |
| conversationId | Yes | The unique ID for the conversation |