AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
PushcutPushcut

Automation Server: Execute a shortcut

This action will execute a shortcut on the Automation Server.

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 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

Shortcut Text input > Document title

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)

Input Text input > Other

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)

Delay Text input > Other

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)

Identifier Text input > Other

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)