Skip to main content
Question

IFS connector for Microsoft Power Automate

  • July 14, 2023
  • 3 replies
  • 1021 views

Forum|alt.badge.img+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

Alexander Heinze
Ultimate Hero (Employee)
Forum|alt.badge.img+23
  • Ultimate Hero (Employee)
  • 1054 replies
  • July 14, 2023

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.


Forum|alt.badge.img+5
  • Author
  • Do Gooder (Customer)
  • 10 replies
  • July 14, 2023

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!


Alexander Heinze
Ultimate Hero (Employee)
Forum|alt.badge.img+23
  • Ultimate Hero (Employee)
  • 1054 replies
  • July 18, 2023

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.