Help with HTTP Request

Im getting an error when I try to do a request but only the second time, this is a video: https://www.awesomescreenshot.com/video/41122671?key=bc95b607b52aca7f0d0a0c385ed4f2af
23 Replies
Baptiste
Baptiste3mo ago
My first thought is that for the second run, you didn't run the Make.com scenario first, right? Could that be it? My other guess is that it is the AI Dialogue variable that causes an issue, can you remove it from the custom body and see if it works?
luismichelcf
luismichelcfOP3mo ago
Baptiste
Baptiste3mo ago
Does this look like the other webhook responses? Same format?
No description
luismichelcf
luismichelcfOP3mo ago
Yes all the webhook responses are the same , basically response and thread id please let me know if you need something from my end
Baptiste
Baptiste3mo ago
Any chance you can send the typebot file by DM so that I try on my end and debug this?
luismichelcf
luismichelcfOP3mo ago
HOw can I send the typebot File I think I got it
luismichelcf
luismichelcfOP3mo ago
Please let me know
Baptiste
Baptiste2mo ago
Checking now Hard to reproduce still, since I can't reproduce your exact Make.com scenario.
Baptiste
Baptiste2mo ago
You see the Webhook successfully executed toast? Can you expand the details of the one not returning the AI reply? see what's inside?
No description
luismichelcf
luismichelcfOP2mo ago
{ "statusCode": 200, "response": "{\n"response":"El Sunset Shred Challenge tuvo inscripciones del 28 de abril al 25 de mayo y concluyó el 24 de junio, por lo que ya no está disponible. Puedo recomendarte nuestra asesoría personalizada online. \n\n¿Me podrías indicar cuál es tu nombre, por favor?",\n"threadId":"3fb0ba87-a11d-433d-b578-cb6d9e26991d",\n"userName":"",\n"userEmail":""\n}", "request": { "url": "https://hook.us1.make.com/evgysv3ivw5yg27r48metyx49oqfd3ls", "method": "POST", "headers": { "Content-type": "application/json" }, "timeout": 120000, "json": { "submittedAt": "2025-07-01T20:32:36.936Z", "Name": "luis", "Email": "juan@gmail.com", "User input": "info del reto", "platform": "webchat", "sentToMixpanel": "true" } } } { "statusCode": 200, "response": "Accepted", "request": { "url": "https://hook.us1.make.com/e9wc8qbdqcb7hnp7j4l18iewy8qo1fte", "method": "POST", "headers": {}, "timeout": 120000, "json": { "submittedAt": "2025-07-01T20:32:36.552Z", "Name": "luis", "Email": "juan@gmail.com", "User input": "info del reto", "sentToMixpanel": "false", "platform": "webchat" } } } saving in variables like this
luismichelcf
luismichelcfOP2mo ago
No description
luismichelcf
luismichelcfOP2mo ago
I managed to get the reponse conrrectly mapped now I dont now how to format this correctly So it doesnt show like this
luismichelcf
luismichelcfOP2mo ago
No description
luismichelcf
luismichelcfOP2mo ago
Like a chunk of text Also how can I make the links actual links
Baptiste
Baptiste2mo ago
The formatting should work out of the box in theory 🤔 Can you provide the Webhook response as well for this kind of message that you get from the toast?
luismichelcf
luismichelcfOP2mo ago
This is what is sent from make:
Baptiste
Baptiste2mo ago
Hmmm thanks let me try out a few things on my end
Baptiste
Baptiste2mo ago
I just can't reproduce:
No description
luismichelcf
luismichelcfOP2mo ago
thanks let me know if you need anything else from my side I see that i have double backslash Hello Any News? Hello
Baptiste
Baptiste2mo ago
I'm sorry, I would probably need a more easy way to reproduce your bug, can you reproduce it without using Make.com or by using a much simpler Make.com scenario that I can myself reproduce? Or, you could invite me (baptiste@typebot.io) in your Make.com workspace so that I can use the scenario?

Did you find this page helpful?