Using icons with Slack notifications

This is a helpful tip to enhance your Slack notifications. When you send a slack notification from IguanaX it is possible to add an icon (or emjoi) in your notification text. In our Build system, we use icons to clearly label the OS builds.

You can add default or custom slack icons in your notification text by using :<emoji_name>:

For example,

local Text = ":X: Component has stopped"

In slack, we’ll see the X emoji!

Â