Skip to main content

Hello all,

 

I would like to send an xlsx file as an e-mail attachment. The file is generated by a Python script in ML Workbench. Due to the formatting of the xlsx file, it is not possible to load this file into the data model without further ado. Is it still possible to send the file automatically, e.g. via an action flow or skill?

 

Best regards

Christoph 

There are two options that you can try here i.e.

 

Data Push API -> You can directly send your file using python to the required data pool

https://docs.celonis.com/en/data-push-api---python-example.html

 

Webhooks (Action Flows) -> You can create a webhook that is called through Python and push the data into Ceolins

Webhooks  -> https://docs.celonis.com/en/webhooks--action-flows-.html#UUID-2e3931b6-69da-78a7-0586-76c485440cd2_UUID-013e63d3-672f-3b66-9aa4-0fc220a78932

Push CSV to Data Integration -> https://docs.celonis.com/en/push-csv-to-data-integration.html#UUID-3dc03288-9c53-3e63-579b-d30ddeb52641_id_PushCSVtoEventCollection-7PushCSV

 

I hope this helps!


I think you can't. Everything needs to be in a data model to be used by an action flow (and my guess is that your created xlsx is not tabular so you can't just upload it)

 

Probably you could find some kind of workaround, but I'd say it will be easier to just send it directly from python.


Reply