Body webhook received

Options
How do I get every BODY from a webhook received via post on Xano.

I'm going to receive webhooks with different structures and I don't want to define the parameters in the input, I want to get the entire body (json) received and make an external POST call and send the same BODY data received via webhook in Xano.

I can only get the $http_headers, but I need the body.

Comments