I have not seen anyone mention it yet, so I thought I would share.
Just install the Message beta on your indigo machine and embed this code in your action trigger. The script is the same that it was for iChat, but now with iMessage you can get them to your phone/ipad/macs at the same time.
- Code: Select all
set message_text to "DING DONG ! Someone has rang the doorbell."
tell application "iChat"
send message_text to buddy "CONTACT NAME"
end tell