I’m trying to create a Endpoint, so i can send into Foundry some PDFs or some hash/Base64 to transform into PDFs using Python. I was trying to use Data Connection to do so, because it says that we can create a webhook. But i didn’t make it, i was not able to generate a endpoint. I want to bring those information, the PDFs itself or the HB64 from Make.com.
The webhooks mentioned in the docs are actually Foundry → External System webhooks, meaning we are making the requests to external systems.
We’re actively working to support webhooks from external systems calling into Foundry (i.e. generate an endpoint), so keep an eye out on announcements over the next few months!
In the meantime, if you can access the data from Make that you want to ingest over their API, you can use External Transforms to programmatically pull the data into Foundry at some cadence.
Or in general if there’s some external store of this data that you can pull from, you will likely be able to leverage some other Data Connection tool.
If you need more event-driven, push-based integration, your options currently would be to use the OSDK or our public API to push the required data to Foundry.
OSDK: Create an action that uploads a file to a media set (if you’re ingesting PDFs) and call it through the API
Sorry for the late response and thanks for the solutions. I’ll try them. And I look forward to future announcements. Thank you for providing the links, if I have any questions I will get in touch again.
Sorry for the late return, these last few days have been crazy. I’m trying to bring some PDFs from Make.com into Foundry. And i need to save them in a MediaSet.