Integration with Logic Apps
The Unit4 Extension Kit (U4EK) integrates seamlessly with Azure Logic Apps.
One can easily define a U4EK Flow that continues its execution in an Azure Logic App workflow, or the other way around, an Azure Logic Apps workflow can be continued in a U4EK Flow.
Continue a Unit4 Extension Kit flow on an Azure Logic App workflow
In this scenario, you define a U4EK Flow making sure that the last action is a REST Request Action. Then you create an Azure Logic Apps workflow that begins with a Request trigger. Once you have these in place, you have to ensure that you connect the U4EK REST Request Action with the Azure LogicApp Request trigger.
Continue an Azure Logic App workflow on an Unit4 Extension Kit flow
In this scenario, you define an Azure Logic Apps workflow, that ends in an Http action. Then you create a U4EK Flow that starts with a Http Webhook Trigger. Once you have these in place, you have to ensure that you connect the Azure LogicApps Http action with the U4EK Http Webhook Trigger.