-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge #245
Merge #245
Conversation
New and updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
Can you update the PR description to include which feature flag you need to use this? And that this is an aloha release that won't be public facing yet? |
Can you link to the kitchen sink PR in the PR description? |
@ashleygmulligan2 description has been updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
@flatfile/plugin-connect-via-merge
This PR introduces the
@flatfile/plugin-connect-via-merge
plugin. 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...
connections
flag be enabled for your account.MERGE_ACCESS_KEY
in your space containing your Merge.dev API key.Getting started
First, install the plugin:
Now you can create your Flatfile listener:
Javascript:
Typescript:
And finally, deploy it to Flatfile:
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.Kitchen sink PR: FlatFilers/flatfile-docs-kitchen-sink#22
Dependent on: https://github.com/FlatFilers/Platform/pull/5417
Closes: https://github.com/FlatFilers/Platform/issues/5390