Wow that works great. I coupled it with push bullet and I am now able to receive the notification title. But how do I receive the contents of the notification? Is there a variable for the message portion?
You could have it when a notification is received, it sends a text message to your other phone with the variable %NTITLE (your last notification).
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/UZcIj4lNCG8/unsubscribe.
To unsubscribe from this group and all its topics, 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/d/optout.
Hey John Doe (love the id)! I've heard of notification listener and looked it up on YouTube! So complicated. But if you can suggest how I use it for the purpose stated I'll do it. Thanks
Right so this is what i have done thus far: created a profile and selected event as notification listener. Configured it as posted and chose application as whatsapp. For the task I created at first a pushbullet task and configured it to forward notification to the other phone. I asked it to post %nltitle and %nltext but that doesn't get me the message that I send to whatsapp only heading whatsapp is shown. So I tried putting in all the variables listed in notification listener and sent it as an sms and yet didn't get the message. It just says %nltext where the message is supposed to be. Thoughts?
I believe the autonotification plugin from autoapps family of plugins.
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/UZcIj4lNCG8/unsubscribe.
To unsubscribe from this group and all its topics, 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/d/optout.
Have you read my comment?? WhatsApp notification uses inbox style so you need to read from %nllines() array
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/UZcIj4lNCG8/unsubscribe.
To unsubscribe from this group and all its topics, 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/d/optout.
When the first notification was sent, it only showed the title i.e. sriram j thalapathy. the message was actually missing.When the second notification was sent, it showed both the first and the second notifications together. you would see that it is separated by a comma.When the third notification was sent, it shows all the three separated by commas.
It's hard to say something without description of task/profile however a couple of information: when the same notification is modified the trigger is fired again and WhatsApp add a new line, so you should read only the last entry of %nllines. If you read all, you read even the old messages from the same contact.
--
You received this message because you are subscribed to a topic in the Google Groups "Tasker" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tasker/UZcIj4lNCG8/unsubscribe.
To unsubscribe from this group and all its topics, 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/d/optout.