How to Execute the Shortcuts for Mac in macOS Monterey

Thanks for the direction Peter!

Just in case anyone's curious, here's the Applescript code to trigger an Apple Shortcut:

tell application "Shortcuts Events"
	run the shortcut named "INSERT YOUR SHORTCUT NAME HERE"
end tell
5 Likes