Convert Data (long string / binary) to pdf (Bexio to DocuWare)

Hi again

From an HTTP request i get data for a PDF which i want to store in another software.
For Bexio (provider i want to get the PDF from) there is a fixed module to receive Invoice PDFs. I need to do the same for Quotes and Offers but there is no finished module so I try a work around with HTTP requests.

I can store the Data as a PDF in DocuWare, but it’s just the data as a PDF and not readable:

using this scenario:

This is my Data Output
image

which i then Convert:

The CSV Module seems wrong to me here, but i just see no way how to make this work.
I chose the CSV Module because it seemed reasonable to me that it would at least give me an output similar to what i need (the formatet PDF).

Looks like your HTTP module isn’t set up correctly, since the data doesn’t look like binary data.

If you need assistance in setting up the app’s universal module, or the generic HTTP module, please provide additional information about what you have tried with regards to the external service’s Developer API Reference – how you are setting the connection up, a link to the developer documentation for the endpoint are you trying to connect to, and what errors you are encountering.

You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules

  • API and Endpoints
  • Header and body
  • Multipart/form-data
  • OAuth 2.0

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes