WAPI – System Notification

Into the WAPI system was added functions that sending notifications.

For example, when you transfer your domain from another registrar to us, we will get this information from the administrator of the domain (eg CZ.NIC), and if the user has activated WAPI in his account, this information sends to him via notifications, like as in the case of asynchronous WAPI commands.

To set the protocol, in which notification will be sent, choose one of the options in the choice The preferred protocol on page WAPI settings. This option is used when the notification is sent to e-mail or URL address. In the case, if you are downloading manually from the POLL queue, the answer will be in the same as the query.

The structure is the same as for the standard notification, the code identifies the taken action, the command is always system-notify. In the node, you will find more detailed information.

<notify>
 <code>1200</code>
 <result>Domain transfered out</result>
 <timestamp>1294323392</timestamp>
 <svTRID>1294323392.6385.14862.1</svTRID>
 <command>system-notify</command>
 <id>2277</id>
 <data>
  <msg>domain example.cz transfered out</msg>
  <domain>example.cz</domain>
  <num>1311100020</num>
 </data>
</notify>

Variants of system notifications

  • 1200: transfer of the domain away
    • msg = domain example.cz transferred out
    • domain – domain name
    • num – order number
Děkujeme za zpětnou vazbu!