What ni / $ni can I use to see the text from my three recent WhatsApp messages and who they’re from? The given example in the app only lets me read the text from the most recent whatsapp message
Hi there,
For WhatsApp unread messages, you can use these Unread Counter functions:
$uc(whatsapp, from, #)$
Show the sender of the #th unread message.
e.g. $uc(whatsapp, from, 2)$ ➞ sender of the 3rd unread message.
$uc(whatsapp, date, #)$
Show the date of the #th unread message.
e g. $uc(whatsapp, date, 1)$ ➞ date of the 2nd unread message.
$uc(whatsapp, text, #)$
Show the text of the #th unread message.
e g. $uc(whatsapp, text, 0)$ ➞ text of the 1st unread message.
I hope this would help.
![]()
![]()
Super, thanks, extremely helpful
Owh one more thing…
$uc(whatsapp, text, #)$
Show the text of the #th unread message.
e g. $uc(whatsapp, text, 0)$ ➞ text of the 1st unread message.
![]()
![]()
It is not working for me. Am I missing something ?
Hi there,
Would you mind sharing your script? It would help us here to investigate the issue.
Thank you.
$uc(whatsapp, from, 0)$
$uc(whatsapp, text, 0)$
I noticed that this only shows details when the message is in notification panel. In app unread message details are not shown with this script.
Hi there,
Yes, every the Unread Counter function relies on the phone notification. The “Unread” means unread notification.
I hope this would help.
![]()
![]()
Ah got it. Is there any workaround to extract from within the app?
AFAIK, it is the only solution in KLWP, KWGT, and KLCK.
As far as I remember, other apps like Tasker also get the information through phone notification.