Using the Laserfiche API from Workflows and Business Processes via Web Request Rules in a Laserfiche Cloud Account

Laserfiche process automation Web Request Rules can be used to enable Workflows and Business Processes to interact with HTTP based API, also known as RESTful API.

This guide provides ready to use examples of Web Request rules that use Laserfiche API to interact with documents in a Laserfiche cloud Repository.

1. Create a Service Application in the Laserfiche Developer Console

  • You’ll need to select an existing Service Principal account, or create a new one, and then generate a Service Principal Key (record the key string, you’ll need it later). Review our dedicated guide on this topic for more details.

Note: The Service Principal account must be granted the roles needed to access resources to be exposed via Laserfiche API. For more information see Repository Security.

  • Create a Service App in the Laserfiche Developer Console to represent the integration with Laserfiche Cloud API. Follow instructions here. You must select the long-lasting Authorization Key option when creating the Authorization Key.

Note: The security scopes required by the Web Request Rules, for example repository.Read repository.Write project/Global table.Read must be configured in the Service App and included in the credentials. For more information see OAuth 2.0 Scopes for Laserfiche APIs.

2. Configure a Web Service Connection to Connect to Laserfiche Cloud API

  1. Create a Laserfiche Cloud API Web Service Connection. This can be achieved by importing:

    Web Service Connections

  2. In the Web Service Connection - Authentication step: replace the Bearer value placeholder text <Enter your Service Application long-lasting authorizationKey from Developer Console> with the long-lasting authorizationKey generated for your Service App.

    Laserfiche API US Cloud - Web Service Connection

3. Create Web Request Rules to call Laserfiche API

For each API call, create a Web Request Rule and configure it to use the Laserfiche API Web Service Connection you created in the previous step. For example, you can create Web Request Rules by importing the following definition files:

Test Web Request Rule

  • Using Laserfiche Web Client, navigate to: Process Automation -> Rules -> Web Request
  • Select the rule to test
  • Click on “Test Web Request” button

Laserfiche Repository API - Entry - Import - Web Request Rule