Add Integry Apps to an Existing Marketplace
Set up the SDK
Add an app card in your marketplace
Show the Integry app page
integry.showApp(
"hubspot"
IntegryJS.RenderModes.INLINE,
"marketplace-container"
).then(() => {
console.log("Showing Hubspot Flows!");
}).catch((error) => {
console.error("Failed to launch Slack:", error);
});Listen to events
App connected / disconnected
Integration created
Last updated
Was this helpful?