Unable to Return Make.com Scenario Results to Typebot via Webhook
Subject: Unable to Return Make.com Scenario Results to Typebot via Webhook
Hi,
I’m having trouble getting the output of my Make.com scenario to display back inside my Typebot flow.
What I’ve built:
1. In Typebot, I collect two variables from the user
2. I use a MAKE Trigger scenario block to invoke a Make.com webhook whenever those two variables are set.
3. In Make, I have a “Watch Webhook Block Events” module that correctly receives the JSON payload:
4. I then search an Airtable base, aggregate results with a Text Aggregator, and end with a Webhook response (Make) module sending back:
The problem:
When I test the flow, Make shows the correct response JSON in its final module. But Typebot never displays that text; the bot simply hangs or shows nothing in that return message.
What I’ve already tried:
* Switching between
response.body.result
and response.data.result
in the Text bloc after the Return bloc
* Switch the Return bloc for a Listen for Webhook bloc
* Ensuring the Return block is placed immediately after the Listen-for-Webhook block.
* Running Make in “Immediately as data arrives” mode.
Despite all of this, Typebot never picks up the result
field and displays it. I’m confident the scenario is being triggered (I see the incoming payload in Make) and that Make is returning a valid JSON body, but Typebot does not render the returned text.
Could you please help me identify what I might be missing in my Typebot setup? Is there some configuration detail in the Return or webhook block that has changed recently?
Thank you for your assistance!
Best regards,
Cyril
2 Replies
What is this 🤔
It should be all done inside the Make.com block, with the Test the request button then you can map the response to variables.
It works the same as the HTTP request block: https://docs.typebot.io/editor/blocks/integrations/http-request
Typebot Docs
HTTP Request - Typebot Docs