verify_verified_domain
Complete domain verification by submitting the code sent to the verification address, enabling 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.
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.
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 |