Merge-connector

Content Type: Module
Categories: Import/Export

Overview

A connector to Merge (https://www.merge.dev/). Merge is a unified API allowing integration with all HR, payroll, recruiting, and accounting platforms.

Documentation

Mendix "Merge connector" module

This module is a ready-to-use connector handling connection to Merge from a Mendix app.

Configuration

  1. Read "Getting started with Merge" guide
  2. GetOrNew_MergeConfiguration microflow has to be executed to create a MergeConfiguration object
  3. Act_MergeLink nanoflow ahs to be executed in order to allow the user to execute Merge's link wizard, and get the account_token for their integration

Notes

  • A simple example can be found in _Use_me/Example folder
  • It's recommended to configure Merge to ask for API key by default (fallback to username/password)
  • Feel free to download the project from Github, there's a runnable demo inside

Dependencies

See userlib/merge.requiredlibs :

Mendix version

9.2+

Releases

Version: 1.1.0
Framework Version: 9.2.0
Release Notes: Sync status
Version: 1.0.4
Framework Version: 9.2.0
Release Notes: Synchronization example
Version: 1.0.3
Framework Version: 9.2.0
Release Notes: Temp AccountToken is now stored in LinkAccount
Version: 1.0.2
Framework Version: 9.2.0
Release Notes: Moved NullableBoolean to _Enums folder
Version: 1.0.1
Framework Version: 9.2.0
Release Notes: Minor changes : - fixed "back" to step x behavior in example - updated bunded readme
Version: 1.0.0
Framework Version: 9.2.0
Release Notes: Initial version Endpoints : * employeesList * locationsList * teamsList * employmentsList