Is it possible to read and use the actual payload with shell commands? Like if you're reading a temperature sensor or some such and want to pass its data on to some other script: curl -s "http://url/?value=[payload]" &