Postman Webhook Error

Hello, I’m having issues using a webhook call using Postman.com. Previously, it was easy to send a POST to my webhook address to determine the data structure, then do it again to return an output. However, whenever I try to do the second step, the webhook just gets stuck waiting for new data. If I try stopping the webhook, it will ask me to force stop the scenario run, and even then it won’t work.

This issue is similar to the one raised in this previous post, to which I never saw a resolution.

Any help would be greatly appreciated!

Hi,
In your mentioned post (which was mine) the problem was that i was sending an Array in my payload with spaces between the elements, which was valid JSON, however, it seemed like Make could not handle it properly.
After deleting the spaces in the Array between the elements, it worked.