Unitfly_logo_color

Cloud Integration Connector for Power Automate

Import custom connector

  1. Download connector OpenApi definition file from this link.
  2. Login to your Office 365 Power Automate account and click on Data -> Custom connectors.
  3. Click New custom connector -> Import an OpenAPI file.
  1. Define any custom Connector name.
  2. Click import and import the OpenAPI definition file you received from us.
  3. Click Continue.
  4. Click Create connector.

Define new connection for custom connector

  1. Download connector license file from this link (it takes a few moments for the license to generate)
  2. Find entry titled Connection and click on Create.
  3. Go to Data -> Connections.
  4. Find newly created connector and click on it.
  5. In the field API Key paste API Key you received from us.

Create a new custom connector action

  1. Create a flow that you want
  2. Click Add action
  3. Click tab Custom
  4. Select the action you want to create
  5. Populate at least required fields (*)
Example of action “Send File” that creates new Invoice with dynamic name File name and content File content

Configuration

PropertyDescription
M-Files Server URLNeeds to be in a format http(s)://yourmfilesendpoint.com
M-Files Vault GUIDGUID of your M-Files vault without {}
M-Files UsernameUsername of user that has rights to execute selected action
M-Files PasswordPassword of user that has rights to execute selected action
Example of action “Search for objects” that search for all objects where Class equals “Document”

Available actions

More details about actions – https://unitflymfilesapistg.azurewebsites.net/swagger/index.html

  • Execute M-Files Extension Method
  • List files from M-Files
  • Send file to M-Files
  • Search for files from M-Files
  • Get file from M-Files
  • List M-Files objects
  • Send object to M-Files
  • Search for M-Files objects
  • Get object from M-Files
  • Update object properties in M-Files