webhooks multiparts

Hi, this is more a question for devs, but maybe someone managed to setup an alternative that is not cloud based.
I have my little webhook server installed on a ocdroid. (https://github.com/adnanh/webhook). This tools is sweet as it parses webhooks payload, and triggers actions based on the values.
However, because of the multipart format of the Plex webhook, it would seem that it makes it very difficult to find a proper tools that would enable a proper rule based parsing solution.
Tester like requestbin are not able to parse the payload properly either.
ideally, i’d love for Plex to add an option that would only send Json payload as a webhook, without all the fancy stuff for automation purpose.

Please don’t mention slack or similar tools as want to limit as much as possible the use of cloud based services.

Thanks
Cheers.
F

1 Like

I need exactly the same, and Iam using also adnanh/webhook. its a very nice webhook server for all paltforms.

And I like it also to have my „services“ localy in my own home.
An option to set more parameters for sending webhooks from plex would be awesome!

The thumb I dont need because I can grab the thumb url with powershell from the Metadata ( $Thumbnail = “https://192.168.xx.xx:32400” +$PlexPayload.Metadata.parentThumb + “.jpg”) (for type:series)

Hope, Plex Devs will think about and allow more customizing the „webhook-part“ in future releases.