I need an example on how to route data from ubidots dashboard to notehub to set a variable in notecard. Thanks.
Hi @bassilb1 thanks for posting, and welcome to the community, we’re glad you are here!
I am not familiar enough with Ubidots to point you in the right direction for how to trigger a request from their product to Notehub, but I can tell you that once you find that place, it’s a simple API call on our end.
- You’ll want to start by obtaining a session token using the instructions here
- From there, you will use the Notehub API to add an inbound Note or set an Environment Variable, depending on your needs.
I hope that helps!