verify_domain_status
Check verification and DKIM status of a sending domain in AWS SES to confirm it's ready for sending.
Instructions
Check the verification and DKIM status of a sending domain in your AWS SES account. Returns whether the domain is verified for sending and its DKIM configuration status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to check, e.g. example.com. SES identities are per-region. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| region | Yes | SES identities are per-region; this is the region checked. | |
| verified | Yes | True when SES will accept sends from this domain. | |
| dkimStatus | Yes | SES DKIM status, e.g. SUCCESS, PENDING, FAILED. | |
| dkimTokens | Yes | CNAME tokens to publish in DNS. |