Embedded Marketplace Lifecycle Events
You've embedded Prismatic's integration marketplace into your app. Now, you want to know what your customers are doing with the marketplace.
There are many reasons why you might want to listen for marketplace events, including:
- You want to know when a customer deploys an instance of your integration
- You want to know if a customer begins to configure an instance, but never finishes
- You want to set some config variables within the integration on your customer's behalf
In this video we listen for marketplace events and respond to them from our web app.
Also consider instance lifecycle events to track instances
If your goal is to track deployment or removal of instances, you can also leverage on-deploy and on-delete instance workflows. Wire up a workflow to run when an instance is deployed or removed, and have that workflow send you a notification to let you know that the instance has been deployed or removed.
See Management Triggers.
See Also: