mailchimp_conversations
Retrieve subscriber conversations from Mailchimp using actions to list all, get details, or fetch messages.
Instructions
Inbound replies from subscribers, tracked as conversations. Set action to one of: list (all conversations); details (full conversation record); messages (all messages in the conversation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Maximum items to return, 1-1000. Defaults to 1000. | |
| action | Yes | Which data to retrieve. See the tool description. | |
| offset | No | Items to skip. Combine with count to page beyond the first 1000. | |
| conversation_id | No | Conversation ID, from action=list. |