So I am trying to get webhooks working on my site so that every time cloudflare processes a video, it sends a POST request/notification. I have managed to get the notifications set up, however every time I upload a video the notification sent has no content at all. I tried recalling all POST and GET data using $_REQUEST in php, but it shows nothing (I have set it up to email me the contents of the requests).
Anyone have any ideas? Maybe I am doing this wrong, but the documentation/google is not revealing a lot of info.