NFT Transaction Alert

I want to do something every time an address makes an NFT transfer. I saw there is a tutorial on how to alert every time an address makes any transfer, but I only want to alert if it is an NFT transfer. What is the best way to do this?

Thanks.

In server database you will find an NFT transfer class. You can subscribe to changes in this class for only NFT transfer alerts.