How to create a WorkflowGen connector for Azure Logic Apps

Overview

Since WorkflowGen version 7.17, you can easily create a custom connector for Azure Logic Apps using the new OpenAPI v2 endpoints.

This connector will give you access to all WorkflowGen incoming webhook operations and will be simple to use in Azure Logic Apps.

Example

Implementation

  1. In your Azure Portal, go to Logic Apps Custom Connector from the search bar.

    image

  2. Click Add, then set your own information.

    image

  3. Once your connector is created, select it, then click Edit.

  4. Paste the following URL: https://YOUR_SERVER/wfgen/hooks/openapi/v2

  5. Click Import.

  6. You can set a connector icon and background color on the General information screen.

  7. Click Update connector.

You can now use this custom connector in Azure Logic Apps.