0.3.1 • Published 12 days ago

@flatfile/plugin-connect-via-merge v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 days ago

@flatfile/plugin-connect-via-merge

This is an alpha release connect plugin for Merge.dev. Using this plugin will enable you to sync data from hundreds of integrations (connected through Merge.dev) with Flatfile.

Before you begin...

  1. Email support@flatfile.com to request that the connections flag be enabled for your account.
  2. Create a Merge.dev account.
  3. Create and configure a Flatfile Space.
  4. Create a new secret named MERGE_ACCESS_KEY in your space containing your Merge.dev API key.

Getting started

First, install the plugin:

npm i @flatfile/plugin-connect-via-merge

Now you can create your Flatfile listener:

Javascript:

import mergePlugin from "@flatfile/plugin-connect-via-merge";

export default function (listener) {
  listener.use(mergePlugin());
}

Typescript:

import type { FlatfileListener } from "@flatfile/listener";
import mergePlugin from "@flatfile/plugin-connect-via-merge";

export default function (listener: FlatfileListener) {
  listener.use(mergePlugin());
}

And finally, deploy it to Flatfile:

npx flatfile@latest deploy

With the connections feature flag enabled, you will see a new item in your space's sidebar labeled "Add Connection". Clicking this will open a modal where you can select the Merge.dev integration you want to connect to Flatfile. After you've made your selection, Merge.dev will since your selected integration with their system and your Flatfile listener will create a Workbook with Sheets to match Merge.dev's schema. Once the Merge.dev sync is complete, your Flatfile listener will complete the process by syncing with Merge.dev.

0.3.1

12 days ago

0.3.0

18 days ago

0.2.3

1 month ago

0.2.2

1 month ago

0.2.1

2 months ago

0.2.0

2 months ago

0.1.4

2 months ago

0.1.3

3 months ago

0.1.2

3 months ago

0.1.1

4 months ago

0.1.0

4 months ago

0.0.4

5 months ago

0.0.3

6 months ago

0.0.2

7 months ago

0.0.1

7 months ago

0.0.0

7 months ago