VerifiedDomains
List of sending domains configured in Mailchimp.
Table Specific Information
Select
The add-in will use the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the add-in.
- Domain supports the '=' operator.
SELECT * FROM VerifiedDomains; SELECT * FROM VerifiedDomains where Domain='abc.com';
Columns
| Name | Type | Description |
| Domain [KEY] | String | The domain name. |
| Authenticated | Boolean | Whether the domain is authenticated to send email. |
| IsFreeEmailProvider | Boolean | Whether the domain is a free email provider. |
| Status | String | The status of the domain.
The allowed values are VERIFICATION_IN_PROGRESS, VERIFIED, EXPIRED, ERROR, AUTHENTICATION_IN_PROGRESS, AUTHENTICATION_ERROR, AUTHENTICATED. |
| VerificationEmail | String | The email address used for verification. |
| VerificationSent | Datetime | The date and time the verification email was sent. |
| Verified | Boolean | Whether the domain is verified. |