A Microsoft webhook that I’m working with requires a specific server response code (201 created, instead of the standard 200 code) to ensure the data sent were received. If it doesn’t receive the 201 code, then it continues to send the data repeatedly.
It would be nice if the “return API data” step allowed me to specify the server code to return.