tell application "Messages"
send "Hello, this is a test" to "rocco@musicbyrocco.com"
end tell
This script does open Messages, but it returns an error about not being able to convert rocco@musicbyrocco.com into typable buddy or chat, or something like that. What am I doing wrong?