我正在创建一个苹果脚本,它将 iMessages 发送到一些号码,
我想在发送之前检查这些号码是否有 iMessage。我怎么能在脚本编辑器中实现这一点?以下是发送 iMessage 的脚本
tell application "Messages"
set theBuddy to buddy "the receiver number here" of service "my service"
send "Washer Done! :)" to theBuddy
end tell
在发送之前仍然需要检查接收方是否能够接收到它。有什么帮助吗?
问候,