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.
How to build connector authentication configurations? We provide the following authentication types.
Basic {{ (consumer_key ~ ":" ~ consumer_secret) | base64_encode }}
Last modified 1yr ago