Base Connector Setup
Collection of parameters for the general setup of a connector which all actions and endpoints inherit.
Base Connector configuration
name
String
Name of connector
contype
String
Options:
connector - Any SaaS app or system
helper - Helper are only internally used by Locoia
status
String
Options:
active - live and available for everyone
draft - while debugging; only visible for you and the super admin of Locoia. If a connector's status is set to draft, only Admin users can see it inside the app. However, it will still be visible to regular users if it has been added to a flow while the status was set to active. But the side-panel will not be opened when the users clicks on the connector inside the flow
paused - a connector that is used by running flows but needs to be paused for some reasons. Be careful: All flows containing this Connector will not be executed
auth_config
Object
base_domain
String
header
Object
url_token_extension
String
Not recommended! Some connectors only allow to add an API key to the end of a url as a query string parameter:
{{endpoint}}hapikey={{token}}
search_config
Object
pagination_config
Object
external_schema_config
Object
image_url
String
The file name of the logo image, e.g. hubspot.svg. Ideally an svg should be used. If a png is used, it must be transparent and min 350px width and height.
display_on_landing_pages
Boolean
internal_docs
String
external_docs
String
external_auth_docs
String
external_swagger_docs
String
Link pointing to external swagger docs, the JSON file itself.
short_description
String
A short description of max 160 characters.
long_description
String
A longer description of max 2000 characters.
con_arrow
Object
An object describing arrows attached to a Helper. E.g.:
order_rank
Number
A rank of the order in which the Connector will be displayed
tags
List
Last updated
Was this helpful?