I have a CustomConnector working. This connector connects to a REST API using the CodeFlow authentication method and queries the REST API. This is currently hardcoded to a host but I would like to make it generic. For example, I pass in a server address to the connector and then it will connect with that server. I'd like it to be reusable.
I thought I saw somewhere if you use curly braces ({}) with a string in between, this acts as an argument to be passed to the connector.
Basically I want to make a connector reusable by passing arguments to the connector.