You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed you updated your script to send a text already (I did it manually.)
In my testing locally I had to do something like the following to actually send a message with SMS:
tell application "Messages"
send "A new Amazon Fresh delivery window is available!" to buddy phoneNumber of service "SMS"
end tell
The other method seemed to only work for iMessage contacts and not SMS messaging.
The text was updated successfully, but these errors were encountered:
I just noticed you updated your script to send a text already (I did it manually.)
In my testing locally I had to do something like the following to actually send a message with SMS:
The other method seemed to only work for iMessage contacts and not SMS messaging.
The text was updated successfully, but these errors were encountered: