MartinM
BuildShip2y ago
3 replies
Martin

CreateMyPDF API call

Hi All,

I'm currently extending my workflow to send JSON data to the CreateMyPDF API.

In short, I receive data from Supabase (via the Supabase Row node) and use this JSON output and combine it with a number of hardcoded parameters to format the body of the call (in a separate node), before triggering the call via the API Call node. It is supposed to return a URL (in a JSON response).

My issue:
Regardless of the value of the body, the API call returns 400.

Using the same data via Postman provides the correct output.

The only thing I can think of being an issue is that the JSON is somehow incorrectly formatted in Buildship due to my conversion of the data. Anyone created a flow similar to this?
Screenshot_2024-01-05_at_14.09.35.png
Was this page helpful?