Webhook Response and Launch Issue

Hello community,

I built a scenario that launches with a webhook. I extract at the end variables like the product name, price, image, description and seller name; which must be returned with a webhook response.

Except that I do not receive any value from the other side (voiceflow) and the webhook does not launch automatically.

Can you please help me correct these 2 errors?

Thanks in advance


Welcome to the Make community!

Can you confirm this by looking at the scenario History tab?

If there is no history, that means the webhook isn’t set up on the external service properly.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Hello samliew,

Thanks for your reply.

The scenario does have a history as shown in the attached screenshot. However, it still does not trigger automatically. Also, often the modules do not process the data well. As a result, I have empty results.

Thanks again for your help.

Hello @Housseynatou_DIALLO, welcome to the community.

Slight observation.
What you are returning might not be a valid JSON format.
{“name2”:“string”} is working
{“name2”:string} is not working
Don’t know exactly what is inside 80.$1 and if the “” are incorporated.
It might be you are getting the response but in an improper format, thus it is not appearing.

I am referring to this part of your screenshot.