Difference between revisions of "Trigger: App Install/Remove/Update"

m
Line 1: Line 1:
 +
<pre style="color: black">
 
This trigger can be configured to fire when you install an application, uninstall an application or when an application update has completed.
 
This trigger can be configured to fire when you install an application, uninstall an application or when an application update has completed.
 
+
</pre>
 +
<pre style="color: #626567">
 
The following [[magic text]] is available when this trigger fires.
 
The following [[magic text]] is available when this trigger fires.
  
Line 6: Line 8:
  
 
[app_package] - the package of the app.
 
[app_package] - the package of the app.
 +
</pre>
 +
 +
<pre style="color: Teal">
 +
Supported configurations:
 +
 +
Any app:
 +
Any application that is installed, uninstalled or updated.
 +
 +
Select applications:
 +
One or more specific applications.
  
'''Example Usage'''<br/>
+
</pre><br/>
Application updated > create notification (Application updated [app_name]).
+
'''Example Usage:'''<br/>
 +
A notification will be displayed when an app (specific or any) is updated by creating a notification that says "An app was updated. (app name)
 +
<pre style="color: Red">
 +
Application Updated
 +
</pre>
 +
<pre style="color: #3498DB">
 +
Display Notification
 +
Title: An app was updated.
 +
Notification text: [app_name]  
 +
</pre>
 +
<pre style="color: Green">
 +
</pre>

Revision as of 22:57, 20 October 2022

This trigger can be configured to fire when you install an application, uninstall an application or when an application update has completed.
The following [[magic text]] is available when this trigger fires.

[app_name] - the name of the app.

[app_package] - the package of the app.
Supported configurations:

Any app:
Any application that is installed, uninstalled or updated.

Select applications:
One or more specific applications.


Example Usage:
A notification will be displayed when an app (specific or any) is updated by creating a notification that says "An app was updated. (app name)

Application Updated
Display Notification
Title: An app was updated.
Notification text: [app_name]