Hi @MutedJam
Thank you for response. I ended up accepting the webhook id in the url (partly).
If i create a webhook with a paramter i get a long url with the ID in the URL.
If I copy this one and add a second paramter the base part of the URL persist.
So now I get:
ip:port/webhookId1/:path1/
ip:port/webhookId1/:path2
And if I end up exposing this online I can hide the webhookId1 part with the loadbalancer.
Also Webhook - Enhanced with dynamic elements in path RESTful API approach [GOT CREATED] - #8 by jan seems to suggest this is the expected behaviour.
Best regards
Mikael