I’m trying to build a system in Glide that allows users to collaborate by leaving notes or comments and tagging other users to notify them.
The built-in Comments component doesn’t seem to support @mention-style tagging or notifications. Has anyone found a good workaround or built something custom that allows:
- Leaving notes or messages on a record
- Tagging or selecting users to be notified
- Sending a notification or email/SMS when someone is tagged
I’m open to using visibility filters, relations, or even third-party integrations if needed. Just looking for a clean way to enable internal communication between users without relying on external messaging platforms.
Any ideas, setups, or templates you’ve used successfully would be much appreciated!