Make.com limitation with multipart/mixed request (works in Bruno, fails in Make)

:bullseye: What is your goal?

succese with the request

:thinking: What is the problem & what have you tried?

Hi everyone,
I’m facing an issue with an HTTP integration in Make.com and would like to confirm whether this is a platform limitation.

I’m integrating Make.com with an external API (Techniker Krankenkasse – TK).
The API expects the request in the following format:
Content-Type: multipart/mixed
A fixed boundary
A multipart part named neuaufnahme
Content-Type: application/json inside that part
Authentication via Authorization: Bearer
Session cookie nsj
This request works 100% correctly in Bruno, using a raw multipart/mixed body.
Example (working in Bruno)
Header: Content-Type: multipart/mixed; boundary=xxx
Body: raw multipart with boundary and JSON payload
Response: valid JSON returned by API

Does Make.com currently support sending raw multipart/mixed requests with a custom

:clipboard: Error messages or input/output bundles

Problem in Make.com
multipart/form-data does not work
Custom body does not create a real multipart request
API responds with:
403 Forbidden (HTML response), or
No application data included in the request
It seems Make does not actually send a real multipart/mixed request

:camera_with_flash: Screenshots (scenario flow, mo

dule settings, errors)

1 Like

Hi @Kehinde_Akinwumi ,

To help us better understand and analyze the problem, it would be very helpful if you could provide screenshots of the module flow and the overall scenario flow. This will allow us to clearly understand how the scenario is structured and how each module is interacting and the cause of error.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation


hi thank for replying my question, this

is my scenario flow the first http request is just create the getApiaccess token

1 Like

Hi @Kehinde_Akinwumi ,

Please set the Body Content Type to Custom as indicated and give it a try.

You can refer to the screenshot for guidance on the exact configuration. If the issue persists, feel free to share more details - I’ll be happy to help further.

Best regards,
Msquare Automation
Platinum Partner of Make
@Msquare_Automation