Skip to main content

Hello!

 

Is there any IFS connector that can be used in Microsoft Power Automate?

 

If yes, where can I find it?

 

Thanks!

No, there isn’t. But you can use an API from the API Explorer (preferably a Premium API) and easily build a custom Power Automate/Logic Apps connector. I did this for the document management API to take a new document from OneDrive, upload it to IFS Cloud and associate it to a part.


Hi Alexander!

How are you doing?

 

Very nice! I need to build a Power Automate integration with “BusinessLead” API on IFS.

 

I made a forms using Microsoft Forms and the goal is: When I click on Send button in Microsoft Forms, the answers automatically fill in the Business Lead screen in IFS.

 

Is this possible using Power Automate + IFS BusinessLead API?

 

Thanks!


I have attached a zipped version of a video, have a look if this helps. If you download the API definition for BusinessLeadHandling, you can import that into a Logic Apps custom connector. Logic Apps only support OpenAPI v2, so either use that one or export v3, import into Postman and use the Postman collection for the custom connector.