I use Tasker to read SMS's when I am driving using the %SMSRN and %SMSRB. And I was wondering if there is a way to get Tasker to read IM's from Google's new Hangouts app in the same manor as it does SMS messages? I think it would require the use of a custom made variable, but I am still a newbie when it comes to Tasker and using custom made variables. Thank you.
If
%T_PREVIOUS_SMS !~ %SMSRF
Variable Set: Name; %T_PREVIOUS_SMS To; %SMSRF
Send SMS: Number; %SMSRF
Notify: Title; SMS Auto-reply
End IF
Variable clear: Name; %T_PREVIOUS_SMS
Is there a way to do the above with incoming IM's from Hangouts?
with google talk yyou could just read the notification TITLE (%NTITLE i believe) and it would read "SENDER said MESAGE"or something like that.with hangouts if you have more than 0 unread mesages, it just says "n unread messages":(
On Monday, May 20, 2013 2:34:25 PM UTC-3, doc1987 wrote:
Theres tutorials on youtube (by the developer) and there's links in the plugins description on GPlay
Jay M
--
You received this message because you are subscribed to the Google Groups "Tasker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tasker+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/groups/opt_out.
You can get the content of a Hangouts message by storing the contents of %NTITLE in a variable upon receipt of a Hangouts notification. It's been working fine for me anyway.
thanks.
Ah that uses the notification access.
I checked it out. %nlticker never get's set or is available. not sure what I'm doing wrong. Thanks for chiming in. I'll keep poking.