verify_verified_domain
Submit the verification code emailed to the domain's verification address to complete domain verification and enable authenticated sending.
Instructions
Complete domain verification by submitting the code emailed to the verification address.
Run create_verified_domain first to trigger the email, then pass the received code here. Once verified, the domain can authenticate and be used as a sending address.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: domain_name: The sending domain being verified (e.g. 'mail.example.com'). Obtain from list_verified_domains. code: The verification code emailed to the address from create_verified_domain. 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 |
|---|---|---|---|
| code | Yes | ||
| account | No | ||
| domain_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |