Allows to customize Rest delivery endpoint url with element informations
I would like to post notification to a custom Rest URL based on targeted element informations.
For example, If the notification is linked to an element named GR01, I would like to call :
http://127.0.0.1/services/notification/gr01
So I would like to be able to enter someting like "http://10.136.5.95:3832/api/values/%ElementName%" for the endpoint url
It would be usefull to manage routing rules.
Right now, I have to hardcode those rules in my service implementation

The current architecture makes this very difficult to implement. In addition, a dynamic REST delivery endpoint would be difficult to test connection using the current configuration interface.
While this is a valid use case, the cost/benefit ratio is too high for us to consider at this time. We may revisit this in the future based on evolving customer needs.