Notifications for Windows

1
Hey,   I’m working on a group project to make a task manager. Is there a way to send notifications from the app to an operating system like windows? I did see ways for IOS or Android, but none for Windows. The app would check a task's due time, see that it's an hour before it's due, and then send a notification.
asked
1 answers
0

Hi David,

 

You can implement the System tray for java inside Mendix java action. Then you can call this custom java inside your microflow.

This link can help you build it: How to make a Windows Notification in Java - Stack Overflow

 

Kind regards,
Steven

answered