Facetime Audio with predefined contact person
-
Hi, just created a Facetime audio applescript that is triggered by TriggerCMD via osascript.
This only works with Big Sur as the script is using the GUI.open location "facetime-audio://MOBILENUMBER" delay 5 tell application "System Events" to tell process "Notification Center" click UI element "Call" of group 1 of UI element 1 of scroll area 1 of windows end tell
Just replace the MOBILENUMBER with a number you want to call. Have fun!