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.
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.
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.