gTLD EPP Poll Notifications

EPP Poll notification messages are sent when a domain has been created, amended or deleted, or when a contact or host has been amended through a method other than EPP.

Message name (in EPP msg field) When this notification is sent When this notification is not sent
Domain created

Example response

Domain name object created by:

  • Web Domain Manager
  • The registry operator.
Domain name object created by EPP.
Domain amended

Example response

Domain name object updated by:

  • Web Domain Manager
  • The registry operator
  • Uniform Rapid Suspension process.

and that update changes:

  • Nameservers
  • Contacts
  • Status
  • pendingRestore
  • Restore
  • Manual renewal
Domain name object updated by:

  • EPP
  • Auto-renewal at expiry.
Domain deleted

Example response

Domain name object deleted by:

  • Web Domain Manager
  • The registry operator
  • Lifecycle operations, such as the expiry of a name that is serverRenewProhibited or where the registrar has insufficient credit.
Domain name object deleted by EPP.
Contact amended

Example response

Contact object updated by:

  • Web Domain Manager
  • The registry operator.
Contact object updated by EPP.
Host amended

Example response

Host object updated by:

  • Web Domain Manager
  • The registry operator.
Host object updated by EPP.

If you have any questions about these notifications, contact our customer services teams:

Example responses

Domain created:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
  <response>
    <result code="1301">
      <msg>Command completed successfully; ack to dequeue</msg>
    </result>
    <msgQ count="1" id="-12347">
      <qDate>2017-06-16T08:48:51.000Z</qDate>
      <msg>Domain created</msg>
    </msgQ>
    <resData>
      <domain:infData xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
        <domain:name>key1.example</domain:name>
        <domain:roid>uniqueRoId-EXAMPLE</domain:roid>
        <domain:status s="inactive"/>
        <domain:registrant>-10001X</domain:registrant>
        <domain:clID>pip1-test-REG1</domain:clID>
        <domain:crID>pip1-REG1</domain:crID>
        <domain:crDate>2017-07-24T16:14:09.000+01:00</domain:crDate>
        <domain:exDate>2019-07-24T16:14:09.000+01:00</domain:exDate>
        <domain:authInfo>
          <domain:pw>authInfo</domain:pw>
        </domain:authInfo>
      </domain:infData>
    </resData>
    <trID>
      <svTRID>874925735016402945</svTRID>
    </trID>
  </response>
</epp>

Domain amended:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
  <response>
    <result code="1301">
      <msg>Command completed successfully; ack to dequeue</msg>
    </result>
    <msgQ count="1" id="-12348">
      <qDate>2017-06-16T08:48:51.000Z</qDate>
      <msg>Domain amended</msg>
    </msgQ>
    <resData>
      <domain:infData xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
        <domain:name>key1.example</domain:name>
        <domain:roid>uniqueRoId-EXAMPLE</domain:roid>
        <domain:status s="inactive"/>
        <domain:registrant>-10001X</domain:registrant>
        <domain:clID>pip1-test-REG1</domain:clID>
        <domain:crID>pip1-REG1</domain:crID>
        <domain:crDate>2017-07-24T16:14:09.000+01:00</domain:crDate>
        <domain:exDate>2019-07-24T16:14:09.000+01:00</domain:exDate>
        <domain:authInfo>
          <domain:pw>authInfo</domain:pw>
        </domain:authInfo>
      </domain:infData>
    </resData>
    <trID>
      <svTRID>874925735016402945</svTRID>
    </trID>
  </response>
</epp>

Domain deleted:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
  <response>
    <result code="1301">
      <msg>Command completed successfully; ack to dequeue</msg>
    </result>
    <msgQ count="1" id="-12349">
      <qDate>2017-06-16T08:48:51.000Z</qDate>
      <msg>Domain deleted</msg>
    </msgQ>
    <resData>
      <domain:infData xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
        <domain:name>key1.example</domain:name>
        <domain:roid>uniqueRoId-EXAMPLE</domain:roid>
        <domain:status s="inactive"/>
        <domain:registrant>-10001X</domain:registrant>
        <domain:clID>pip1-test-REG1</domain:clID>
        <domain:crID>pip1-REG1</domain:crID>
        <domain:crDate>2017-07-24T16:14:09.000+01:00</domain:crDate>
        <domain:exDate>2019-07-24T16:14:09.000+01:00</domain:exDate>
        <domain:authInfo>
          <domain:pw>authInfo</domain:pw>
        </domain:authInfo>
      </domain:infData>
    </resData>
    <trID>
      <svTRID>874925735016402945</svTRID>
    </trID>
  </response>
</epp>

Contact amended:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
  <response>
    <result code="1301">
      <msg>Command completed successfully; ack to dequeue</msg>
    </result>
    <msgQ count="1" id="-12350">
      <qDate>2017-06-16T08:48:51.000Z</qDate>
      <msg>Contact amended</msg>
    </msgQ>
    <resData>
      <contact:infData xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
        <contact:id>-11</contact:id>
        <contact:roid>C_F12_TESTDATA-EXAMPLE</contact:roid>
        <contact:status s="clientDeleteProhibited"/>
        <contact:status s="clientTransferProhibited"/>
        <contact:status s="linked"/>
        <contact:postalInfo type="int">
          <contact:name>Example Name</contact:name>
          <contact:org>ORG</contact:org>
          <contact:addr>
            <contact:street>Minerva House</contact:street>
            <contact:street>Edmund Halley Road</contact:street>
            <contact:street>Oxford Science Park</contact:street>
            <contact:city>Oxford</contact:city>
            <contact:sp>STATE</contact:sp>
            <contact:pc>OX4 4DQ</contact:pc>
            <contact:cc>GB</contact:cc>
          </contact:addr>
        </contact:postalInfo>
        <contact:voice>+44.01234567899</contact:voice>
        <contact:fax>+44.11111111111</contact:fax>
        <contact:email>[email protected]</contact:email>
        <contact:clID>CLID-1</contact:clID>
        <contact:crID>CLID-1</contact:crID>
        <contact:crDate>2011-06-17T08:47:51.000Z</contact:crDate>
        <contact:authInfo>
          <contact:pw>2fooBAR</contact:pw>
        </contact:authInfo>
        <contact:disclose flag="true">
          <contact:name type="int"/>
          <contact:name type="loc"/>
          <contact:org type="int"/>
          <contact:org type="loc"/>
          <contact:addr type="int"/>
          <contact:addr type="loc"/>
          <contact:voice/>
          <contact:fax/>
          <contact:email/>
        </contact:disclose>
      </contact:infData>
    </resData>
    <trID>
      <svTRID>1173470877077999617</svTRID>
    </trID>
  </response>
</epp>

Host amended:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
  <response>
    <result code="1301">
      <msg>Command completed successfully; ack to dequeue</msg>
    </result>
    <msgQ count="1" id="-12351">
      <qDate>2017-06-16T08:48:51.000Z</qDate>
      <msg>Host amended</msg>
    </msgQ>
    <resData>
      <host:infdata  xmlns:host="urn:ietf:params:xml:ns:host-1.0"></host:infdata
      <host:name>pp.ii.ppp1.com.</host:name>
      <host:roid>H1-EXAMPLE</host:roid>
      <host:status s="ok"/>
      <host:clID>pip1-test-REG1</host:clID>
      <host:crID>pip1-test-REG1</host:crID>
      <host:crDate>2001-04-15T08:47:51.000Z</host:crDate>
      </host:infData>
    </resData>
    <trID>
      <svTRID>1173904165353558017</svTRID>
    </trID>
  </response>
</epp>

Minerva House, Edmund Halley Road, Oxford Science Park, OX4 4DQ, United Kingdom