E
E
Eugene2017-01-17 23:45:41
macOS
Eugene, 2017-01-17 23:45:41

Auto send sms on macos?

There was a question:
there is a group of contacts. It is necessary to send them an SMS at a certain time. I'm already tired of constantly sending SMS with my hands, I switched to a poppy, I send it from there. But it's already getting boring.
Can this process be automated with Automator? Or somehow else?
A kind of Cron for sms

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergei Nazarenko, 2017-01-18
@xmax

Apple script rules

tell application "Messages"
  send "This is an SMS" to buddy "+1234567890" of service "SMS"
end tell

well, then you set up the interval list of subscribers, etc., etc.
In short, yes, this can be done through the automator

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question