Tyler
Accepting raw body
I have webhooks submitting data that is not structured well.
Is it possible to just accept the entire POST body as a single variable?
Something like:
Example input:
When I run it, it says the input arguments are this, but I can't define these as the parameter names in the function, it's invalid javascript.
3 replies