02-27-2023, 08:35 PM
Hello Clarence,
The launch URL action comes with support for the following:
http: and https: URLs, which launch in the default browser application if available
file: URLs, which open the file in the associated application
tel: URLs, which open the dialer with a given phone number
Some other uses:
On macOS you can open the system preferences and jump to the Privacy tab.
launch url "x-apple.systempreferences:com.apple.preference.security?Privacy_Automation"
On mobile you can send an SMS:
launch url("sms:" & tMobile & "?body=" & tMessage)
Launching URLs on a mobile device will take the user to another app.
The launch URL action comes with support for the following:
http: and https: URLs, which launch in the default browser application if available
file: URLs, which open the file in the associated application
tel: URLs, which open the dialer with a given phone number
Some other uses:
On macOS you can open the system preferences and jump to the Privacy tab.
launch url "x-apple.systempreferences:com.apple.preference.security?Privacy_Automation"
On mobile you can send an SMS:
launch url("sms:" & tMobile & "?body=" & tMessage)
Launching URLs on a mobile device will take the user to another app.