
Announcements
Is it possible to create a Custom Connector where the domain for the api could be entered as a variable or changed dynamically?
The service i want to build a connector for provides each customer with their own domain or subdomain, and they access the API using their own domain instead of a centrailzied domain. The api is consistent accross domains; the same api path will behave consistently accross domains.
I'm looking to be able to build a connector that would allow for example Big Megacorp to use the connector with the domain bigmegacorpservice.com and Little Flower Shop to use the connector with the domain littleflowershop.neatservice.com
Hi @Anonymous,
Based on what I know, this should be not available.
If the domain of the API here means part of the API URL (Resource URL or the Login URL) path.
The path should be defined within the API swagger file(Open API file), which should be pre-defined before uploading.
Reading more details from the document below:
Register and use custom connectors in Microsoft Flow
Regards,
Michael