Verify a custom domain (step 2 of 2)
verify_custom_domainCheck the TXT record the user added at step 1 and, if found, attach the domain to the site's ingress. If verification fails, the most common cause is DNS propagation delay; wait a few minutes and try again. Once verified, the domain serves the site immediately (HTTPS issues automatically within ~30s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recordId | Yes | The recordId returned by add_custom_domain. | |
| siteName | Yes | The site the domain was attached to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| message | Yes | ||
| verified | Yes | ||
| request_id | No | Server-assigned request correlation id. Quote it when contacting support. |