Embed Flows (Coming soon)

In this guide, we will use the Integry.JS SDK to enable users to setup/run integrations of Flows with other apps (and connect those apps) from your SaaS application.

Before you proceed, please sign up for a free trial (if you haven't).

Set up the SDK

Follow the steps here.

Show flows

Your users need a way to discover flows.

Show Flows in the Integry marketplace

Call the showFlows() method to show a list of flows. You can configure the render mode, layout and styling.

Your users will simply click an app to connect. If the app has Flows, they will then be able to setup/run those flows.

Show apps in your own marketplace

If you're using Integry to add more apps to an existing integrations marketplace in your app, see embed an app.

Listen to events (optional)

Integration created

If you are going to send data from your app to another app, you will need to capture (and store) the unique callback URL for the user's integration so you can trigger it from your app.

Subscribe to the integration-created event and get the callbackURL. This event will fire after your user creates an integration. It will not fire if they edit an existing integration.

Last updated

Was this helpful?