bocciaman

Send to Messages App

Aug 2nd, 2020 (edited)
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tell application "Messages"
  2.     set iMessageService to 1st service whose service type = iMessage
  3.     set iMessageBuddy to buddy "paste phone# without hyphens or message email address" of iMessageService
  4.     send "Paste your message" to iMessageBuddy
  5. end tell
  6. end run
Add Comment
Please, Sign In to add comment