apply_domain_dns_namecheap
Apply a domain's DNS records through Namecheap API, then automatically verify the configuration. Requires whitelisted server IP for Namecheap account.
Instructions
Apply a domain's DNS records via the Namecheap API, then auto-verify (POST /domains/:id/dns/namecheap). Namecheap requires the calling server's IP to be whitelisted on the account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The domain id. | |
| apiKey | Yes | Namecheap API key. | |
| apiUser | Yes | Namecheap API user. | |
| userName | No | Optional Namecheap username (defaults to apiUser). |