How to use Connector Integration
Interactor Engine may be used to integrate connectors.
Connector Integration Features allow users to
- Manage tokens
- Execute Actions
- Create Subscriptions
Below are list of APIs that need to be called to set up your application for creating a user and log in to the connector.
Steps
- Create a user
- The userId is the user's identifier in your connector. It is a field used to match users in your connector with users in the Interactor Engine.
- Log in to the connector
- Before logging in to the connector, you need to know
connectorVersionId
for the connector.- Get connectors
- Choose the connector that you want to use
- Get connector versions
- Choose connector version
- Process Oauth
- Get connectors
- You can use
connectorVersionName
instead ofconnectorVersionId
- Before logging in to the connector, you need to know
Helpful?