
Announcements
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?
Are you able to upload your swagger file?
Have you had a look at the custom connector for MS Teams?
https://github.com/ltwlf/Microsoft-Flow-Create-Team-Connector/blob/master/teams.swagger.json
This shows how to setup the host and paths.