create_verified_domain
Sends a verification code to the specified email address to start domain verification for Mailchimp.
Instructions
Begin domain verification by sending a verification code to an address at that domain.
The domain is derived from the part of verification_email after the '@'. Mailchimp emails a code to this address; pass it to verify_verified_domain to complete verification. Use list_verified_domains to check existing domains before starting.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: verification_email: A mailbox at the domain to verify (e.g. 'admin@mail.example.com'). The verification code is sent here. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with domain, verified (boolean), authenticated (boolean), verification_status, authentication_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| verification_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |