Receive data from Make.com into Typebot using an HTTP Request block
My setup so fa:
Typebot sends a POST request to a Make.com webhook with data like check-in, check-out, accommodation, and room type.
Make processes the data and returns a webhook response with two values: nights and total (e.g. { "nights": 3, "total": 420 }).
What I need:
I want to display "total" and "nights" in the following message block. But the values are not showing — they appear empty or undefined.
How can I correctly receive and use the response data from Make.com in Typebot?
Thanks
1 Reply