Skip to main content

Management Triggers

Instance deploy trigger

An integration flow can be configured to be run when an instance of the integration is deployed. This is handy if your integration needs to complete a series of tasks when its deployed. For example, your integration might need to configure a third-party app to send data to the other flows' webhooks. Or, your integration might need to enable features in a third-party app or create a series of directories in a file share before the integration is invoked.

If there are tasks that need to occur when an instance is deployed, set up those tasks as a flow and configure the trigger to run at deploy time.

Instance remove trigger

The opposite of an instance deploy trigger is an instance remove trigger. Flows with this trigger run when an instance is removed (deleted), and can be used to clean up webhooks and other configuration that an instance deploy trigger created.

User-level config deploy and remove triggers

If your integration supports user-level configuration, you can use the User Level Config Deploy and User Level Config Remove triggers to execute when a user-level config is completed or removed respectively.