Hi 🖐️,
I'm having troubles with an external API call. I'm trying to pass an object to a third party API (Eledo, a pdf generating tool) that expects an object and returns a PDF (doc here).
For the loom video of the issue, please check here.
I'm getting an unsupported Media Type error in the Xano debugger.
I digged everything I could on the matter but I can't find a solution on both these questions:
First (sub)question:
Do you necessarily have to set every field of the object in the params field of the call ? It seems that passing the entire object doesn't work. I don't have any curL command and the import JSON action asks that I declare every input. Are these the only options ?
Second question:
I tried to look at this topic to pass a custom header with the expected Eledo response type but I don't manage to make it work and the documentation on this action is pretty thin.
Am I digging in the right direction ?
Thanks a lot for your help 😀