Is it possible to send XLSX attachment through an email from Foundry?

I have a pipeline that generates excels documents. I want those to be attached and sent via email (notifications) from Foundry.
Is there a built-in way to do this ?

I guess you could bring this attachments/documents into the Ontology.

And then setup an automation with Palantir Foundry Automate that sends an email whenever a new Object get’s added to your attachments/documents Object Set.

So whenever your pipeline runs and generates new unique Documents it will automatically send it.

Let me know if you see any blockers there?

Here is a detailed view of how to set it up:

In short, you need to create an object with an attachment/media property, which can be populated manually or programatically. Once the object is created, you can use Automate to send notification, with the attachment of the object becoming an attachment to the notification.

Workshop with the action form to create object with attachment/media:

Example configuration of automate:

Email received