Group Location
Explore Plans
Mobile menu Close menu
TRIGGERcmdTRIGGERcmd

Trigger Command

This action will run a command on your computer.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will run a command on your computer.
API endpoint slug
trigger_cmd.trigger_command
Filter code method
TriggerCmd.triggerCommand.skip(string?: reason)
Runtime method
runAction("trigger_cmd.trigger_command", {})

Action fields

Command Dropdown list

Label
Which command?
Slug
command
Required
true
Can have default value
false

Params Text input > Short text

Label
Any parameters?
Helper text
Set the command's Allow Parameters value to true
Slug
params
Required
false
Can have default value
true
Filter code method
TriggerCmd.triggerCommand.setParams(string: params)