verify_connected_site_script
Confirm that the Mailchimp tracking script is properly installed on a connected site. Use after installing the script to validate detection.
Instructions
Verify that the Mailchimp tracking script is correctly installed on a connected site.
Run after installing the script returned by create_connected_site to confirm Mailchimp can detect it. Use get_connected_site to check the current installation status instead.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: connected_site_id: The connected site ID to verify. Obtain from list_connected_sites. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with the connected site record reflecting the updated script installation status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| connected_site_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |