Webhook not receiving POST data

Webhook not receiving POST data

I have setup a test form with CRM and Webhook integration

The CRM upsert is working fine, but the webhook url is not receiving the POST data from the form.

I added an extra parameter and this is being sent with GET method.

All the webhook is doing at the moment is sending me an email with the $_POST and $_GET data, but $_POST is an empty array.