How to Trigger Ontology Action Type

Hi Experts,

Currently, I need to set up the rules to trigger action in one business scenario,like the machine’s temperature exceeds 120 degrees, triggering an alarm notification(Email or SMS). And I have build the ontology already.

I wonder how to set rules to trigger ontology action in Foundry. I have been reading some palantir offical documents, like Action Rules/Foundry Rules. But I don’t find the right solution.

Could you please guide me how to set up this?

Thanks in adavance! :slight_smile:
Peton

Hi Peton

You can set this up using the Foundry Automate app
Doc link : https://www.palantir.com/docs/foundry/automate/overview/

1.Open the Automate app from your Foundry sidebar.

2.Create a threshold condition. select your machine objects, choose the temperature property, and set it to trigger when it goes above 120°.

3.Pick your check frequency — live, scheduled, or real-time streaming.

4.Add a notification - choose your recipients and customize the alert message.

Thanks!