Hello FME Community,
I’ve encountered an issue in FME Flow and would appreciate your input.
We have an automation webhook that receives messages from another system and then triggers a workspace. The source system is a building management system used by our real estate department. It sends a message whenever a new building is added or an existing building is updated, and this works perfectly.
However, the problem occurs when a building is deleted. The delete message contains data only in the header and nothing in the body. As a result, FME Flow returns a 400 Bad Request error with the following output: {"message": "JSON Parse Error: Unable to read message body"}.
The error goes away if I add {} in the body in Postman and then send the message to Flow.
I’ve spoken with the administrator of the building management system about the possibility of including {} in the body, but unfortunately, that’s not an option.
Question:
Is there a way to configure FME Flow to accept a webhook with an empty body?
We are currently running FME Flow 2025.1.1.
Thank you for any suggestions!



