Pabbly Webhook didn't take JSON object correctly?
Status: Closed · Asked by valuefocusre on · 0 views
Why is that Pabbly Webhook didn't take JSON object correctly?
I tested the source and it did reply a JSON object.
Try recapturing the response by turning Simple Response toggle off.
No, the returning results are the same - it doesn't seem to help. Please see image below
Could you advise me what difference does it make by turning Simple Response toggle off?
Thank you
Lan
So simple response toggle ON means it will automatically convert JSON to normal format like the once you see in the screenshot of yours. It is ready to map.
But Simple Response OFF means it will capture the response in JSON Array format and show it in the same as well. This is useful when you do not know how many similar type of items are coming in. Example, Woo-commerce send items details in array format so we can go thourg each item details one-by-one using iterator.
BTW did you recaptured the response after you toggled off the Simple Response
@Supreme help needed here.
Got it. Now it works. Thank you very much