Changes
✓ Renamedpublic-schema.json to schema-vantage-transactions-api.json to clarify its purpose (use with the Parse JSON action).✓ Renamed ABBYY-Vantage.swagger.json to ABBYY-Vantage-ProcessingAPI.swagger.json to clarify it’s for the Processing API.✓ Removed out-of-date flow examples and added an updated Invoice flow example.✓ Removed PDF guide and release notes and moved them to this documentation site.✓ Added Vantage-Square-icon.png Vantage logo for optional use as the connector icon.Upgrading from 1.3 to 2.0
- Find the connector under Custom Connectors. Click the … menu then choose Update from OpenAPI file.
-
Make the following updates in the Connector Settings:
General tab:
- [Optional] Upload a connector icon using the newly included Vantage icon.
- Verify that the Host matches your Vantage region.
- Client Id and Client Secret: Power Automate requires you to re-enter these values. To obtain them, open your Vantage tenant and navigate to your Public API Client. If you no longer have the client secret, generate a new one.
- Authorization URL, Token URL, and Refresh URL: It is recommended to update these values to include your Vantage tenant ID. This reduces connection issues when migrating from Vantage 2.7 to 3.0 and above. A sample URL looks like:
https://vantage-us.abbyy.com/auth2/c5a3cc2f-853e-43f5-890c-b5ab2024e7b8/connect/authorize. - Scope: Ensure this is set to
openid permissions global.wildcard offline_access. The previous valuepublicapi:allis no longer valid.
Save the changes by clicking Update connector at the top of the page.
-
On the Test tab, use the previous connection or choose New connection and re-authenticate your account. Select the
ListAllAvailableSkillsoperation and click Test operation. If the Response showsStatus (200), you’re all set. - Review and test your Power Automate flows to ensure they function correctly.
About this Release
This release adds support for the Vantage Public API refresh token, allowing the connection to stay alive for up to 30 days.After 30 days, the client must reauthenticate. This is a known limitation.
Upgrade Procedure
- In Power Automate, go to Data > Custom connectors and edit your ABBYY Vantage custom connector.
-
In the connector editor, go to the Security tab and click Edit.
-
Fill in the fields that are cleared when entering edit mode:
- Client ID:
ABBYY.PowerAutomate - Client secret:
Vezu_jgEw8kFi1ugXb66s2buh6ZC1M-Uf9 - Refresh URL: same endpoint as Token URL —
https://<vantage_server_address>/auth2/connect/token
- Client ID:
-
Add
offline_accessto the Scope field so it reads:openid permissions publicapi:all offline_access
-
Click Update connector.
-
Go to Data > Connections and click Fix connection for your broken connection.
Alternatively, click Switch account from the connection’s context menu and log in again.
Bug Fixes
✓ Power Automate Connector signs out after 24 hours. (CONN-3066)Known Issues
- CONN-2402: Add additional Vantage API methods to the Swagger description.
- CONN-2691: “The image file format has not been recognized” error when uploading documents in Power Automate flow (specific test flows).
- CONN-3058: Expand the connector sample flows to include more Vantage API usage scenarios.
- CONN-3090: Authentication token expires after 30 days, even when a refresh token is used.
