Question

IFS connector for Microsoft Power Automate

  • 14 July 2023
  • 3 replies
  • 307 views

Badge +5
  • Do Gooder (Customer)
  • 10 replies

Hello!

 

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

 

If yes, where can I find it?

 

Thanks!


3 replies

Userlevel 6
Badge +18

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.

Badge +5

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!

Userlevel 6
Badge +18

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.

Reply