Skip to main content

Domain Changes

Create Notification Alert

/notification create domain-changes

Parameters:

*Required

blockchain*

type: Option
description: Blockchain where that domain exists.
choices: [ Terra Classic, Terra ]

domain

type: String | Regex
description: Domain you want to be alerted about | Regex to match single or multiple domains.
info
  • Keep in mind that the domain must be in the format of domain.tld and not just the name of the domain.
  • Regex is only supported in servers.
  • If you provide a regex, you must set the regex parameter to true.
  • If you want to match multiple domains you can either use the regex .* to match all domains or | to separate the domains.
  • We recommend to use a regex builder as regex101 to build and test your regex.

regex

type: Boolean
description: Whether to use regex or not in the domain parameter.
choices: [ True or False ]

channel

type: Channel
description: Channel to send the alerts.
default: Channel where the command was executed.

Example Usage

domain
/notification create domain-changes blockchain:Terra domain:anything.luna
info

After creating the notification you will be prompt to choose the type of alerts you wish to receive.

Delete Notification Alert

/notification delete domain-changes

Parameters:

*Required

id*

type: Option
description: Your previously created Domain Changes notifications.
choices: [ Your notifications ]

Example Usage

/notification delete domain-changes id:Domain Changes for alien on Terra (Awesome Server)