Typebot to Make integration - Webhook not parsing JSON correctly

Hi, I’m sending a webhook from Typebot to Make, using the POST method and a JSON body.
The body is correctly formatted, and everything was working fine before — I had already made some successful requests without any issues.

Now, for some reason, Make is receiving the entire payload as a single text value instead of parsing it as JSON.
I’ve tested the same JSON body using Postman and it works perfectly.

Anyone knows if Typebot might be sending the wrong Content-Type or messing up the JSON formatting?

Thanks in advance!
Was this page helpful?