Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMS texting vs iMessage #62

Open
seansps opened this issue Apr 14, 2020 · 0 comments
Open

SMS texting vs iMessage #62

seansps opened this issue Apr 14, 2020 · 0 comments

Comments

@seansps
Copy link

seansps commented Apr 14, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant