Connector Settings
Information about the connector
Name
Name your connector. The name can be in English and any other language of your choice.

Connector ID
Connector ID is auto-generated based on the connector name in English. Connector ID is used to reference your connector in when making the API call.
For example, below is an example API for authenticating a user to use your connector
http://{{server}}:{{port}}/v1/connector/{connectorID}/auth-url?userId={userID}
danger
Connector ID can not be changed after the connector is published. That is to ensure the reliability of your connector once others start using your connector.
Did you find what you need?