1) Give a description of the problem
can’t get tasker to pass the contents of a SMS message to webcore to process as it pleases. it’s probably a simple error that you guys will solve in about 3 seconds.
2) What is the expected behaviour?
I have an android phone just for the house which can receive and send text messages. I’ll add a filter at a later date, but I’d like to have tasker grab the contents of a received text, pass it onto a webcore piston in order to do…whatever with it .
3) What is happening/not happening?
text is intercepted, but kioskbrowser keeps saying “null” instead of the actual text. I’m obviously not setting the argument correctly.
4) Post a Green Snapshot of the piston
the tasker part is currently:
1. variable set
name %status To %antext
2. variable set
name %pistonURL to https://xxxxx
3. httpget
serverport %pistonURL?status=%status
(unknown device is kioskbrowser… not that it seems relevant.
5) Attach logs after turning logging level to Full
REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.