<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Facetime Audio with predefined contact person]]></title><description><![CDATA[<p dir="auto">Hi, just created a Facetime audio applescript that is triggered by TriggerCMD via osascript.<br />
This only works with Big Sur as the script is using the GUI.</p>
<pre><code> 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
</code></pre>
<p dir="auto">Just replace the MOBILENUMBER with a number you want to call. Have fun!</p>
]]></description><link>https://www.triggercmd.com/forum/topic/1535/facetime-audio-with-predefined-contact-person</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 17:17:59 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/1535.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Aug 2021 15:46:18 GMT</pubDate><ttl>60</ttl></channel></rss>