Integration with Azure Logic Apps

The Unit4 Extension Kit (U4EK) integrates seamlessly with Azure Logic Apps. You can easily define an Extension Kit flow that continues its execution in an Azure Logic App workflow, or conversely, where an Azure Logic App workflow can be continued in an Extension Kit flow.

Continue an Extension Kit flow in an Azure Logic App workflow

To continue an Extension Kit flow in an Azure Logic app workflow:

  1. Define an Extension kit flow that ends with an HTTP request action.
  2. Create an Azure Logic Apps workflow that begins with a Request trigger.
  3. Once you have these in place, connect the Extension Kit HTTP request action with the Azure Logic App Request trigger.

Unit4 Extension Kit to Azure Logic App>

Continue an Azure Logic App workflow in an Extension Kit flow

To continue an Azure Logic App workflow in an Extension Kit flow:

  1. Define an Azure Logic Apps workflow that ends with an HTTP action.
  2. Create an Extension Kit flow that starts with an HTTP Webhook trigger.
  3. Once you have these in place, connect the Azure Logic Apps HTTP action with the U4EK HTTP Webhook trigger.

Unit4 Extension Kit to Azure Logic App>