Skip to main content
The ABBYY Vantage connector for Microsoft Power Automate allows developers to add data extraction and document classification functionality to automation flows. This is a redistributable package for manual installation.

Prerequisites

A premium Power Automate license is required to use this connector.
You will need a Vantage tenant with a Public API Client configured. Specific settings for this connector:
  • Authorized Redirect URL: Obtained from Power Automate further in this setup guide. Keep the abbyy.com redirect URL.
  • Client ID: Your Public API Client ID.
  • Client Secret: Your Client Secret.
  • Disable Require PKCE for Authorization Code Flow.
  • Enable Allow issuing refresh tokens to refresh access tokens.
  • Enable Allow client credentials flow. For Role(s), Skill User is recommended.
ABBYY Vantage Public API client screen
You will need the Vantage Tenant ID during the security configuration step.
1

Open the tenant configuration

In Vantage, click Configuration in the left pane.
2

Copy the Tenant ID

Click General and find the Tenant ID field.ABBYY Vantage Tenant Configuration screen

Installing the Connector

First, download the connector from the ABBYY Marketplace.
  1. Open Microsoft Power Automate then select Data > Custom connectors from the menu on the left. You may need to select More to find the option.
  2. Click + New custom connector and select Import an OpenAPI file.
  3. Enter a name for the connector such as “ABBYY Vantage.”
  4. Browse for the ABBYY-Vantage-ProcessingAPI.swagger.json file and open it.

Configure General Information

  1. [Optional] Upload a connector icon using the ABBYY Vantage logo (Vantage-Square-icon.png) included in the connector download.
  2. Change the Host URL to your Vantage server address. The same host address should be used in the Authorization URL and Token URL fields.

Configure Security

Set Authentication type to OAuth 2.0 and fill in the following fields using the values from your Vantage Public API Client:
  • Client ID: Your Public API Client ID.
  • Client secret: Your Public API Client secret.
  • Authorization URL: https://vantage-[region].abbyy.com/auth2/[tenant-id]/connect/authorize
  • Token URL: https://vantage-[region].abbyy.com/auth2/[tenant-id]/connect/token
  • Refresh URL: https://vantage-[region].abbyy.com/auth2/[tenant-id]/connect/token
  • Scope: openid permissions global.wildcard offline_access
To finalize the security configuration:
  1. Click Create Connector at the top of the page to create the connector and generate the Redirect URL.
  2. Copy the Redirect URL. In your Vantage Public API Client under Authorized Redirect URLs, click Add Redirect URL and paste the URL.
  3. In your Vantage Public API Client under OAuth 2.0 Flows Settings:
    • Disable Require PKCE for Authorization Code Flow.
    • Enable Allow issuing refresh tokens to refresh access tokens.

Create a Connection

On the Test tab, choose New Connection. A pop-up login window opens. Enter your ABBYY Vantage username and password and be sure to choose the same account that contains the Public API Client for Microsoft Power Automate.

Test the Connection

After successfully logging into your Vantage account, the new connection appears in the Connections list. Verify that the connector is functioning properly by testing an operation. Select ListAllAvailableSkills from the Operations list and click Test operation. If it doesn’t work, review the previous steps to ensure all fields have been configured correctly.

Import Demo Flows

See Sample Process details.

Modifying Flows

You can modify a demo flow or create your own. If you need to work with a specific data set from a JSON-based response, you can modify the JSON schema. To get the JSON schema, open the Swagger UI and call the required method. The Swagger UI is available at:

Next Steps

View the release notes for the Microsoft Power Automate connector.