How to use Service Integration
Interactor® Engine may be used to integrate services.
Below are list of APIs that need to be called to set up your application for service integrations. Once you are set up, all you need to do is add new services from the Interactor engine admin console.
Steps
- Create a user
- You can use both userId and sourceId for further requests.
- Log in to the service
- Before logging in to the service, you need to know
serviceVersionId
for the service.- Get services
- Choose the service that you want to use
- Get service versions
- Choose service version
- Process Oauth
- Get services
- Before logging in to the service, you need to know
- Call an action
- To use an action, you need to know
actionVersionId
for the action.- Get actions
- Choose the action that you want to use
- Get action version
- Choose action version
- Call an action
- Get actions
- To use an action, you need to know
Helpful?