Does anyone have examples of successful web service calls to a "custom" web service using Workflow? The Laserfiche documentation doesn't have a whole lot of resources on this.
We are prototyping a workflow web service call to our ERP system, Workday. We are having trouble with some of the parameters that are required. We have a test call working in Postman, but workflow doesn't have the same level of configurability.
We are licensed with RIO, self-hosted, perpetual licensing. We are looking to use OAuth 2.0, make a request for access token, then a second call to execute the actual REST api web service.