Webhook Data help for paying/cancelling paid members

I’m attempting to configure a webhook so when someone subscribes to my patreon e.g. a paying member. But i’m struggling to identify the key infomation from the webhook data posted (array of lots of repetition) to determine if they are a paying member or if they’ve cancelled and when etc. Crucially i need an email, name too along with membership status

Any help is highly appreciated.

That depends on the webhook. Try using two webhooks for members:create and members:pledge:create each. One of them should give you the details that you want.