Questions about Notifications
Hello,
It would be great to get some feedback on the following:
- Are there any plans for the major rework or deprecation of this framework?
- How to create Notification triggers from Javascript services? I tried the pair "CreateNotificationContent / CreateNotificationDefinition", but it doesn't seem to create a trigger. What's the difference between NotificationContent and Trigger?
- How to access and/or update NotificationDefinition objects from Javascript service? The entity collection "NotificationDefinitions" doesn't seem to be exposed in scripting context.
- We have 5000 things, each one with approximately 10 alerts (each firing once per week on average), and we'll need to configure notifications on them programmatically (users can choose which notifications from which devices they want to receive), potentially resuling in 50K NotificationDefinition objects, each one with a single trigger defined. Does it make sense performance-wise, or this framework is not designed to be used this way or handle that many objects?
- Are there any queries and/or batch operations on notifications? E.g. can I find all notifications which trigger on a specific thing? Can I delete all of them at once?
Thanks for any suggestions!
Regards,
Constantine

