Skip to main content
1-Visitor
June 16, 2020
Solved

How to be able to alert in mashup?

  • June 16, 2020
  • 1 reply
  • 1236 views

Hello friends, I am a user of Thingworx platform.
How can I get multiple alerts to a mashup?
for example

Amplitude> 6 "High"

Amplitude> = 6 "Regular"

Amplitude <= 3 "Low"

Best answer by rjanardan

I hope I have understood your requirement.

You can add alerts for a property, from Alerts section of Properties and Alerts section. When >= or <= is required ensure the include limit checkbox is checked.

In the mashup, you could use one of the Alerts services such as GetAlertSummaryForProperty and may be bind it to a grid widget to view the details.

1 reply

rjanardan16-PearlAnswer
16-Pearl
June 16, 2020

I hope I have understood your requirement.

You can add alerts for a property, from Alerts section of Properties and Alerts section. When >= or <= is required ensure the include limit checkbox is checked.

In the mashup, you could use one of the Alerts services such as GetAlertSummaryForProperty and may be bind it to a grid widget to view the details.