Search code examples
azureazure-logic-appsoracle-fusion-apps

Are there any Logic App connectors for Oracle Fusion ERP?


Are there any Logic App connectors for Oracle Fusion ERP?

I've checked the Microsoft list and can only find the Oracle Database connector, which seems amazing.

Alternatively, has one one created a custom connector?


Solution

  • Seems you are looking for Oracle Fusion ERP connector on Azure logic app. Unfortunately it is not available right now.

    But you can create custom connector on Azure Logic App as it has full customized functionality. You could integrate your API, manage your data type, set own business logic and many more. Let's have a look how you could create Custom Connector

    Step:1

    Browse to Azure portal and click on All services and search Custom connector Like below:

    enter image description here

    Step:2

    Select Logic Apps Custom Connector and Add your custom connector as you like. See the below screen shot.

    enter image description here

    Step:3

    enter image description here

    Step:4

    enter image description here

    Step:5

    You can even check your Custom Connector validation on portal.

    enter image description here

    Note: If you need full process integration guidelines you could check here for details.