Handeling JSON from Plex Webhooks

Setup webhooks in plex. Have an automation to turn lights off with it in HA. I’m trying to be able to use the “event” type from the webhooks to either trigger lights on when plex pauses or stops and lights off when plex starts or resumes.

I’m having a horrible time trying to get the fields that are passed in the webhook. Currently I’m trying to us {{ trigger.data.event }} in my automation but no luck. I have used all sorts of variants of this in the action portion with a notify service call trying to just see that data that is passed and try to work it out but I can’t get any data out at all. Any advise?