list_connected_sites
List all sites connected to your Mailchimp account to get their IDs and verify script installation status for tracking and pop-up forms.
Instructions
List all sites connected to this Mailchimp account for tracking and pop-up forms.
Use this to discover connected site IDs and check each site's script installation status. Use get_connected_site for the full record of a single site.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with total_items and sites array. Each site: id, foreign_id, domain, site_script (object with url and fragment), status, created_at, updated_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |