ahertel / Amazon-Fresh-Whole-Foods-delivery-slot-finder

A Mac tool that finds available delivery slots for Amazon's Whole Foods delivery and Amazon Fresh services
MIT License
1.03k stars 171 forks source link

SMS texting vs iMessage #62

Open seansps opened 4 years ago

seansps commented 4 years ago

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.