[SOLVED] UbiFunction to ingest sensor data using HTTP GET requests

I am testing the function that is detailed in the next topic


It works, but when I try to send data that is not numeric, but text. It does not recognize them.
Regards!

Good day Ed,

Thank you for reaching out to Ubidots.

To your question, you need to note that Ubidots only accepts numeric values or numeric strings as values. In any other case, if you want to send text, you can do so by sending it as variable context.
For further information, please visit Ubidots HW Docs or Ubidots SW Docs according to your technical background.

All the best,

–David

Thank you very much David for your response. the problem is that this particular development only supports HTTP GET, and from what I read, I have no way to send the context variable in this way. Tell me if I’m wrong