Updating fields in Thingspeak via app

Hello everyone.

I am making an app which works with a microcontroller arrangement. There are multiple sensors connected to the controller. I am able to take sensor values and display in labels of the app using normal bluetooth communication blocks. I need to save these values to thingspeak fields and update accordingly, while showing the graph via webviewer (latter of which I was able to do using a pre-existing graph).

My question: Is there a way to directly use web component from the app itself to update the field(s) in thingspeak? Or should the controller be programmed to communicate with thingspeak?

Also, can we create replica of fields with different names directly from the app using web component?

Kindly help.

1 Like

in case there is an API available, then yes
How to work with the web component and an API by Stephen
Taifun