Skip to main content

Dear Experts, i have question here , lets say if i have SAP GRC and all the transformations are being performed inside it and based on some calculations it generates notification. Can we connect on this this notification to Celonis and based on this notification i have to do something on celonis data model ? So the only thing i am trying to interface with notification from external system without interfacing entire data and want to check if this is possible . ?

Hi Shaif,

 

It really depends on how these notifications are generated. If it is a mesage that can be captured by an API, it is a totally different story than receiving a mail.

 

Supposing that the latter is the case, you could use building blocks for mail to watch for messages, and run an automation based on this (see screenshot below).

 

If the next steps is to do something with the data model, such as starting an extraction or do a reload, this is possible with the Python Interface PyCelonis: data_model - PyCelonis. You should create a workbook in the Machine Learning Workbench that executes the steps that you want.

Next steps is to add a Automation Skill, let it be triggered by the action flow, and let it run a Machine Learning Workbench notebook once triggered (see Machine Learning Workbench (celonis.com)).

 

It are quite some steps, but is possible ;)

 

Hopefully this helps!

 

image


Reply