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