Have you tried to use the feature “Detect request data” to autogenerate the parameters (link to the documentation).
If the webhook sends the parameter “payload” and its value is a “JSON object” formatted as a string, like this:
{
“payload” : “{JSON object}”
}
You could create an auxiliar endpoint to pass that json in the body and parse the data to store it in your DB
