Get Connector Authorization Url
get_connector_authorization_urlFull Description
Get the URL to connect or authorize a Windsor.ai connector.
Always call get_connectors(include_not_yet_connected=True) first to obtain the correct connector ID. Returns a URL the user can open in their browser to set up the connector, whether it uses OAuth or manual credential input.
Parameters (1 required)
connectorstringID of the connector as returned by get_connectors(include_not_yet_connected=True). Always call that first to get the correct ID — never guess it.