Cannot test webhooks when character length is greater than 1000 characters

Cannot test webhooks when character length is greater than 1000 characters

Hi,

I've set up a flow that simply passes a webhook to a custom function, and the webhook payload has about 5000 characters.

When I try to execute it when editing it nothing is happening. Initially I found the next was truncated so I removed some parts of the JSON and got it down to just over 2000 characters. Then I found that still nothing was happening - after opening Google Dev Tools I can see that I'm getting this response:
  1. {"type":"security","status":"error","info":{"param":"payload","category":"param","message":"Should be max 1,000 characters"....
I have trimmed my webhook to just the essential fields, but it's still too big to test.

Is it possible to raise this limit? Ideally the same as the actual webhook, but if that's not possible a raise to 5,000 characters would make testing much easier!