mailchimp_get_automation
Get Mailchimp Automation Details
MailchimpDescription
Get detailed information about a specific Mailchimp automation including all associated emails with their delivery stats.
Read-onlyIdempotentOpen-world
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "mailchimp_get_automation",
"arguments": {
"automation_id": "abc123",
"reason": "Get automation details with emails"
}
}
}
hopkin mailchimp automation
| Flag | Type | Required | Description |
|---|---|---|---|
--account | string | Optional | Mailchimp account ID. Required when multiple accounts are connected. Use mailchimp_list_accounts to see available accounts. |
--automation-id | string | Required | The Mailchimp automation (classic automation / customer journey) ID. |
{
"mcpServers": {
"mailchimp": {
"url": "https://mailchimp.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- Get by ID
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
automation_id |
string |
Required | The Mailchimp automation (classic automation / customer journey) ID. |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Optional parameters (1)
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
string |
Optional | Mailchimp account ID. Required when multiple accounts are connected. Use mailchimp_list_accounts to see available accounts. |
Examples
Get by ID
{
"automation_id": "abc123",
"reason": "Get automation details with emails"
}
hopkin mailchimp automation --automation-id abc123