We are trying to create a custom connector to call a REST service when an email arrives. However when we provide URL and invoke it to test, it changes the URL as below.
from
to
Why does it change the URL provided? Also is it possible to dynamically provide hostname for REST API?