Hi Scott, Edward, Jeff,
I believe you can integrate with Acumatica's REST API using the Workflow Web Service activity in DocuWare. Based on my research, Acumatica provides
OpenAPI 3.0 (Swagger) definitions, which can be imported into the DocuWare Workflow Designer to simplify integration. Additionally, Acumatica offers a range of
REST API Examples that demonstrate various operations. For instance, to retrieve a list of accounts you can use the following GET request:
GET https://<your-acumatica-instance.com>/entity/Default/24.200.001/Account?$filter=AccountGroup%20eq%20'ACCG02'&$select=AccountCD
Authorization should be possible using OAuth2 Token via DocuWare Web Service configurations, see
Authorization Code Flow: Obtaining of an Access Token and ID Token
I hope this helps!
Viele Grüße
Gerardo Lisanti
Team Leader Product Management | DocuWare GmbH