Check iMessage like incoming mail

Posted on
Sun Nov 09, 2014 12:15 pm
ryanbuckner offline
Posts: 1080
Joined: Oct 08, 2011
Location: Northern Virginia

Check iMessage like incoming mail

I would like to see Indigo monitor iMessages in the "Messages" application just like it does with email. I think some have tried custom scripts but it would be nice to have native support.

Posted on
Sun Nov 09, 2014 2:04 pm
jay (support) offline
Site Admin
User avatar
Posts: 18219
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Check iMessage like incoming mail

I haven't looked, but my suspicion is that there is no api other than AppleScript to monitor iMessages, so th script is probably as good as it gets.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Mon Nov 10, 2014 11:00 pm
ryanbuckner offline
Posts: 1080
Joined: Oct 08, 2011
Location: Northern Virginia

Re: Check iMessage like incoming mail

Thanks.

Posted on
Fri Nov 28, 2014 6:29 pm
MrJeffreyGee offline
User avatar
Posts: 74
Joined: Apr 26, 2011
Location: United States

Re: Check iMessage like incoming mail

I second this feature request as well.

It'd be nice to say to Siri "Send a text message to house saying what is the temperature?" and then get a text message back with the results. ^_^

Posted on
Sun Nov 30, 2014 9:52 am
FlyingDiver offline
User avatar
Posts: 7215
Joined: Jun 07, 2014
Location: Southwest Florida, USA

Re: Check iMessage like incoming mail

I suspect you could do what you want with the Google Voice SMS plugin, and appropriate Python code. IMO, you don't really want to use Messages, because then you'd be sending text messages to yourself, and I'm not sure that is even possible. But if you have a GVoice number assigned to Indigo, and send SMS messages to that number, you could parse the text and reply as you want.

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177

Posted on
Wed Dec 03, 2014 1:50 am
MrJeffreyGee offline
User avatar
Posts: 74
Joined: Apr 26, 2011
Location: United States

Re: Check iMessage like incoming mail

FlyingDiver wrote:
I suspect you could do what you want with the Google Voice SMS plugin, and appropriate Python code. IMO, you don't really want to use Messages, because then you'd be sending text messages to yourself, and I'm not sure that is even possible. But if you have a GVoice number assigned to Indigo, and send SMS messages to that number, you could parse the text and reply as you want.


You can send messages to yourself in the Messages app on iOS and OSX. I actually created an separate iMessage account for my house, so it can send me important notifications through the Messages and I receive them on all my iDevices & Macs. This type of setup is only 1 way communication though, so it'd be cool if I can send it messages and get a response back. Would be very helpful in situations where your hands are busy, but you can still do things with Siri by voice.

Posted on
Wed Dec 03, 2014 9:37 am
manoncloud9 offline
Posts: 75
Joined: Apr 27, 2014
Location: Minneapolis MN

Re: Check iMessage like incoming mail

Can you share how you are using I message even with the one way communication


Sent from my iPhone using Tapatalk

Posted on
Tue Mar 03, 2015 9:20 pm
ryanbuckner offline
Posts: 1080
Joined: Oct 08, 2011
Location: Northern Virginia

Re: Check iMessage like incoming mail

Here's some code I use to send a file to myself from the Indigo Server. (It has an iMessage account of its own)

Code: Select all
-- send iMessage with screen shot
tell application "Messages"
   set screenFile to (path to desktop as text) & "filename.png"
   set myid to get id of first service
   set theBuddy to buddy "+17035551212" of service id myid
   send file screenFile to theBuddy
end tell

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 8 guests

cron