I am creating a web application that will be essentially used as a project launchpad within our organization. I have it set up to use the Trello API as a way to keep track of what is going on within the launchpad (i.e. sent to testing, launched, etc.).
I've noticed that when I include an @username mention in a post to the card via the API that it actually does not trigger a notification for the user. I've looked through the API documentation, and I have been unable to find anything that would allow me to manually send a notification to a user of the board.
Any ideas on how to make this work?