Page 1 of 1

URLs and SMS

Posted: Wed Aug 03, 2022 12:59 am
by OpenXTalkPaul
So one of the ideas I've toyed around with is bringing back some telephony syntax back into our favorite scripting language.
Somewhere along the way I added some support into the IDE for recognizing / launching "tel://" URLs, which if you're on modern macOS will launch in FaceTime ready to dial the URL's number (actually it comes up in notifications where you can confirm to dial).
Apparently sms:// are a thing, and they're supported by the Messages app on macOS.
SMS URL's look like this:

Code: Select all

sms://123-456-7890&body="HelloWorld"
Learn something new everyday!