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
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?
Sorry I didnt understand this
could you please explain
https://www.awesomescreenshot.com/video/41364796?key=d484215ee8c716258bd7c177952b315a
Does this look like the other webhook responses? Same format?

Yes all the webhook responses are the same , basically response and thread id
please let me know if you need something from my end
Any chance you can send the typebot file by DM so that I try on my end and debug this?
HOw can I send the typebot File
I think I got it
Please let me know
Checking now
Hard to reproduce still, since I can't reproduce your exact Make.com scenario.
You see the
Webhook successfully executed toast
? Can you expand the details of the one not returning the AI reply? see what's inside?
{
"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

I managed to get the reponse conrrectly mapped
now I dont now how to format this correctly
So it doesnt show like this

Like a chunk of text
Also how can I make the links actual links
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?
This is what is sent from make:
Hmmm thanks let me try out a few things on my end
I just can't reproduce:

thanks
let me know if you need anything else from my side
I see that i have double backslash
Hello Any News?
Hello
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?