Create and Modify a Custom Connector
Create
To create a custom connector, you have to determine the API you want to connect to so that the connector understands the API's operations and data structures.
Navigate to, Left panel --> More --> My Apps
Click Cerate a new connector
In the Modal, fill out the following elements, then click Save
Title - Connector title
Description - Connector description / Brief about connector functionality
Image URL - Connector Image in svg format. Preferable size: 500x500pixels
Host URL - Connector Host URL. Example: https://api.domain.com
Security Type - Specify the authentication type: apikey, basic or oauth2
Active - You may need to set this value to false during the connector configuration process

Modify
Navigate to, Left panel --> More --> My Apps
Click the connector to be modified
In the Manage modal options, Click Edit
Modify the fields and click Save
Title - Connector title
Description - Connector description / Brief about connector functionality
Image URL - Connector Image in svg format. Preferable size: 500x500pixels
Host URL - Connector Host URL. Example: https://api.domain.com
Security Type - Specify the authentication type: apikey, basic or oauth2
Active - You may need to set this value to false during the connector configuration process

Updated on: 15/11/2022
Thank you!