Hi All,
I'm trying to write a script, that gets the phone number of the last received SMS message in the inbox. I'm running 6.45.9.
If I run `/tool sms inbox print` I can see messages. Looking at other forum posts it looks like `/tool sms inbox find` and `/tool sms inbox get $i phone` (where is presume $i is the id of the message) should be work but running those commands in the terminal returns no results. What am I missing?
I was planning on using `/tool sms inbox print count-only` to count the messages, subtract 1 (as ID's start form 0) and then pass that to `/tool sms inbox get $i phone`.
Any assistance would be appreciated.
Many thanks