This action will execute a shortcut on the Automation Server.
- API endpoint slug
- pushcut.execute_shortcut
- Filter code method
- Pushcut.executeShortcut.skip(string?: reason)
- Runtime method
- runAction("pushcut.execute_shortcut", {})
Action fields
- Label
- Which shortcut?
- Helper text
- Name of the shortcut
- Slug
- shortcut
- Required
- true
- Can have default value
- true
- Filter code method
- Pushcut.executeShortcut.setShortcut(string: shortcut)
- Label
- Input
- Helper text
- The shortcut's input value
- Slug
- input
- Required
- false
- Can have default value
- true
- Filter code method
- Pushcut.executeShortcut.setInput(string: input)
- Label
- Delay?
- Helper text
- Set a delay to schedule the execution in the future (eg: 15s, 2m, 1h)
- Slug
- delay
- Required
- false
- Can have default value
- true
- Filter code method
- Pushcut.executeShortcut.setDelay(string: delay)
- Label
- Identifier
- Helper text
- Only used for delayed actions
- Slug
- identifier
- Required
- false
- Can have default value
- true
- Filter code method
- Pushcut.executeShortcut.setIdentifier(string: identifier)