Building Connectors

You can easily add and build connectors for Locoia.

Every Connector consists of the configuration of the connector itself and its Actions a.k.a. API endpoints.

Authentication Configurations

How to build connector authentication configurations? We provide the following authentication types.

Refreshable Tokens

Basic {{ (consumer_key ~ ":" ~ consumer_secret) | base64_encode }}

Last updated