Our ThingWorx 9.6 platform tracks device usage for a consumption-based billing model. We’ve configured alert rules in the Alert Rules Engine to notify account managers when customers exceed 80% of their monthly usage quota, but the alerts simply aren’t firing.
The usage metrics themselves are being calculated correctly-I can see the consumption data in the analytics reports and the underlying Thing properties show the right values. The alert rule mapping appears correct in the configuration, pointing to the UsagePercentage property with a threshold condition of >= 80. However, when test accounts breach this threshold, no notifications are sent through any of our configured channels (email, SMS, or in-platform).
We’ve verified the notification channel setup is working by sending manual test alerts, which deliver successfully. This suggests the issue is specifically with the automatic alert triggering based on the usage metric threshold condition. Has anyone dealt with alert rules not activating despite threshold breaches in billing or usage tracking scenarios?