We’ve several routes which process data from one or more webhooks.
What I’m really missing is a direct filter in a route, instead via ‘entity transformers’
Right now we need to create a lot of one line Transformers only to add a filter to a route.
I think thats a good idea that there’s a direct filter option in a route.
Which this its possible to have one webhook for a variant of routes (see ie like CRUD actions) and each action has is own route.