Suddenly my Postman Flows’ Start block returns null/0 data instead of the body payload sent to them. I didn’t experience this issue 2 days before.
How I found the problem:
-
I deployed a postman flow with this simple layout. Leave it in Deployed mode on Postman.
The webhook URL of this flow is https://29ba659487594953878a7856e8010b60.flow.pstmn.io -
Send a payload “test” text like the below to the webhook URL:
-
Live logs show 0 instead of “test”:
I’ve already tried: Redeploying the flow but it was still a failure.