Webhook Modification

Would it be possible to allow us to select which events trigger per webhook that is added to the list? I know the event type is passed in the json data but some services can’t read the data but can still have incoming webhook POST requests such as IFTTT.

If that was a possibility, then we could setup webhooks that only trigger on specific events.

Use Case:

IFTTT.com allows webhooks but requires the json data passed to be in a specific format which can’t be read on their end. If we could specify which events triggered the webhooks then we could essentially use the IFTTT service with no issues and integrate with all of the functionality that the platform has access to.

https://maker.ifttt.com/trigger/{event}/with/key/1234567

https://maker.ifttt.com/trigger/plex_play/with/key/1234567
https://maker.ifttt.com/trigger/plex_pause/with/key/1234567
etc…