cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

How to be able to alert in mashup?

picho_mx
6-Contributor

How to be able to alert in mashup?

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"

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

1 REPLY 1

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.

Top Tags