Who Native is for
Native is for product and engineering teams who want integrations to be a feature customers turn on themselves, not a service you deliver one customer at a time.- Your customers connect their own third-party accounts from inside your product and choose what each integration does for them.
- Your engineers embed a connect flow, collect per-customer settings, and call Refold to move data, using the SDKs and API.
If you instead scope and deliver bespoke enterprise integrations one project at a time, use Integration Delivery. Native is for self-serve, in-product integrations.
The embed model
A Native integration has three moving parts that you wire together once and reuse for every customer:- A linked account represents one of your customers. You create one per customer and scope every connection and data call to it.
- A connector is a supported third-party app. You enable the connectors your customers can connect to.
- A workflow is the automation that moves data between your app and a connected app. You build it once on the platform and expose it to customers.
The builder journey
Building a Native integration follows the same path every time:Run the Quickstart
Connect a real account and write data to it end to end in about 15 minutes. See the Quickstart.
Embed the connect experience
Let customers authorize their apps from inside your product. Choose a frontend flow: the hosted portal, the React SDK, or a build-your-own UI.
Collect per-customer settings
Add config fields so one connector adapts to each customer’s account without bespoke code.
Move data
Read, write, and sync data between your product and your customers’ connected apps.
Ship and operate
Walk the go-live checklist and monitor connection health in production.
Explore the docs
Quickstart
Take your first integration live end to end.
How Native works
The architecture and mental model behind the embed.
Frontend
Embed the connect experience in your product.
Configure
Collect per-customer settings with config fields.
Move data
Read, write, and sync data through Refold.
Recipes
Follow end-to-end builds for real connectors.