Skip to content

Tags

Notifications can be equipped with tags — simple textual labels, which improve user experience by allowing filtering (un-)important notifications.

Every tag is a simple sequence of word-characters (RegExp: \w+): Like_this_one. You can provide a whole sets of comma-separated tags to the relevant API methods:

tags=alert,production,balancer_US

Every tag will be displayed to the subscribers along with the main notification content (most probably as a #hashtag). Additionally, subscribers will be provided with a way to filter notifications with specific tags and ignore all other notifications.

WARNING

Tags are considered case-insensitive, i.e. #MyTag is equivalent to #mytag.