Integrations / Connectors
In Chift’s platform, you can select which integrations you activate for your clients. For example, thanks to the integration with Chift Accounting API, you can activate theOdoo connector
in one click. This will allow your users to connect their software to your application. This can be done in your account configuration.
Consumers
Consumers represent instances of your clients that want to benefit from the integrations offered by Chift. Each consumer is represented by aGUID
and by a name
. This GUID
can be used in almost all API requests (see according documentation) to represent the consumer you want to interact with.
The API can be used to automatically create, update, retrieve or delete consumers. This can be done manually through the UI.
Connections
Connections make the link between consumers and their software. Each consumer can have multiple connections. A connection is represented by aname
, a link to a specific software
and link to a specific Chift API
. A connection will for example represent the credentials to connect to an Odoo instance for a specific consumer.
The API can be used to retrieve the list of active connections for consumers and as well to get a public URL that consumers can use to configure their connections.