Add Integry Apps to an Existing Marketplace
Last updated
Was this helpful?
Last updated
Was this helpful?
In this guide, we will use the to add an app to an existing integrations marketplace in your app so your users can connect to that app and setup/run integrations with that app.
Before you proceed, please for a free trial (if you haven't).
Follow the steps .
Add a card/button for each app powered by Integry. Your users will click that card/button to access the onwards experience powered by Integry.
Call the method when a user clicks the card/button.
Your users will be asked to connect the app (if they haven't already) or select a connected account (if they have connected multiple accounts). They will then be able to setup/run integrations of Flows with that app.
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.
Subscribe to the app-connected
and app-disconnected
events that are respectively fired when the user connects or disconnects an app to be able to show the connection status on the card (like it's shown in the ).