TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Facetime Audio with predefined contact person

    Mac
    1
    1
    222
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • MikeM
      Mike
      last edited by

      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!

      1 Reply Last reply Reply Quote 1
      • First post
        Last post