Create an action

Hi,

I have created a code repository “groupUsers.py” to read a data set, do some conversion and return a dataset.

Can I use automation to read the data set and create an action to send emails for each row in the dataset? How to do that?

Thank you,

Hi Alearner,

As far as I know to create an automation, you have to create an Ontology Object so you can do what you want, this is, for each entry in the Ontology Object it will send a notification.

Other option that you have is:

  1. to create an action on the ontology object, that is a notification
  2. create a code repo where you go through each row, and use this notification action, to access this action I would use an API call my Palantir notification action. (The only question here for me if there is a more elegant way to access this notification action).

I hope it helps,

1 Like

Similar to above → I would do the following:

  1. Create a new ontology object (let’s refer to this object type as UserGroup for example purposes)
  2. Create an action that given an object, creates a notification
  3. Create an automate with an object set condition that on creation of a new object runs the action created in step 2.
1 Like