{
"eventName": "domain.registry.compliance_notice",
"domainName": "example.new",
"policy": "new_resolves_within_100_days",
"policyName": ".NEW Domain Registration Policy",
"policyUrl": "https://www.registry.google/policies/registration/new/#!/",
"registryName": "Google Registry",
"registryEmail": "registry-poc-primary@google.com",
"originalMessageId": "<CA12345@mail.google.com>",
"issueDescription": "The registry determined that the domain does not resolve to an action within 100 days of registration.",
"remediationInstructions": "Configure the domain to launch an online creation or action-generation flow, and ensure the website is accessible using an active SSL certificate.",
"agreementReminder": "As a reminder, when you registered this domain, you agreed to the .NEW Domain Registration Policy, which includes this requirement.",
"noncomplianceConsequences": "If the website is still not compliant by the deadline, the registry may suspend or cancel the domain. Suspended domains do not resolve and cannot be transferred or deleted.",
"contactInstructions": "If you believe the domain is compliant or need to submit evidence, contact Google Registry.",
"complianceDeadline": "2026-10-25T15:30:00+00:00",
"remediationPeriodDays": 14
}Domain Registry Compliance Notice
Sent when a registry reports that a domain in your account must remediate a policy compliance issue. By default, name.com emails this notice to the domain’s registrant. Whitelabeled branding is applied to that email when your account has it configured. Subscribing replaces the email with this webhook so you can notify the end user; unsubscribing resumes the email. If you have signed an addendum to assume all email responsibility, name.com does not send this email. This webhook is the only delivery path. Without a subscription the registrant is not notified. Webhook delivery failure does not fall back to email.
{
"eventName": "domain.registry.compliance_notice",
"domainName": "example.new",
"policy": "new_resolves_within_100_days",
"policyName": ".NEW Domain Registration Policy",
"policyUrl": "https://www.registry.google/policies/registration/new/#!/",
"registryName": "Google Registry",
"registryEmail": "registry-poc-primary@google.com",
"originalMessageId": "<CA12345@mail.google.com>",
"issueDescription": "The registry determined that the domain does not resolve to an action within 100 days of registration.",
"remediationInstructions": "Configure the domain to launch an online creation or action-generation flow, and ensure the website is accessible using an active SSL certificate.",
"agreementReminder": "As a reminder, when you registered this domain, you agreed to the .NEW Domain Registration Policy, which includes this requirement.",
"noncomplianceConsequences": "If the website is still not compliant by the deadline, the registry may suspend or cancel the domain. Suspended domains do not resolve and cannot be transferred or deleted.",
"contactInstructions": "If you believe the domain is compliant or need to submit evidence, contact Google Registry.",
"complianceDeadline": "2026-10-25T15:30:00+00:00",
"remediationPeriodDays": 14
}Authorizations
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
Headers
HMAC signature for the request payload. See HMAC signing documentation for verification details.
Body
Payload sent when a registry reports that a domain must remediate a policy compliance issue before a deadline. By default, name.com emails the registrant; subscribing replaces that email so you can notify the end user from these fields. If you have signed an addendum to assume all email responsibility, name.com does not send the email and this webhook is the only delivery path. Whitelabeled branding is applied to the email when your account has it configured.
The name of the subscription event.
domain.registry.compliance_notice The domain subject to the registry compliance notice.
"example.new"
Stable, namespaced identifier for the registry policy requiring remediation. Branch on this value rather than any human-readable field.
new_resolves_within_100_days, new_used_for_action, new_account_for_review Human-readable name of the registration policy associated with the compliance requirement.
".NEW Domain Registration Policy"
URL of the registration policy associated with the compliance requirement.
"https://www.registry.google/policies/registration/new/#!/"
Human-readable name of the registry that issued the compliance notice.
"Example Registry"
Human-readable explanation of the compliance issue identified by the registry. Suitable for forwarding to the registrant. The wording may change; do not branch on this text.
"The registry determined that the domain does not resolve to an action within 100 days of registration."
Human-readable instructions for resolving the compliance issue. Suitable for forwarding to the registrant. The wording may change; do not branch on this text.
"Configure the domain to launch an online creation or action-generation flow, and ensure the website is accessible using an active SSL certificate."
Human-readable reminder that the registrant agreed to the applicable registration policy. Suitable for forwarding to the registrant. The wording may change; do not branch on this text.
"As a reminder, when you registered this domain, you agreed to the .NEW Domain Registration Policy, which includes this requirement."
Human-readable explanation of what the registry may do if the issue is not remediated by complianceDeadline. Suitable for forwarding to the registrant.
"If the website is still not compliant by the deadline, the registry may suspend or cancel the domain. Suspended domains do not resolve and cannot be transferred or deleted."
Human-readable instruction for the registrant to contact the registry (not the registrar) if they believe the domain is compliant or need to submit evidence. Suitable for forwarding.
"If you believe the domain is compliant or need to submit evidence, contact the registry."
The deadline by which the compliance issue must be remediated.
"2026-10-25T15:30:00+00:00"
The remediation period supplied by the registry, in days.
x >= 045
Registry mailbox for evidence and questions, when the registry publishes one. Include it in the message body when notifying the registrant. Omitted when the registry does not publish a contact address.
"compliance@registry.example"
RFC 5322 Message-ID of the registry's original notice, when available. Omitted when the registry notice had no Message-ID.
"<notice-12345@registry.example>"
Response
The subscribed server accepted the request.
Was this page helpful?