I want to send a HTTP request from third party cloud platform such as Ubidots, datacake etc to notehub.io and eventually to notecard. Can someone guide me on that?
The documentation states that bearer token is required for that, which expires every 30 minutes, so then new token will need to be generated.
After getting the token a request can be send with payload to the notehub. So in total there are two requests that needs to be sent…first to get the access token and second to send the payload with the data…
Hi @RobLauer
Thanks for confirming.
Actually, I need to learn further regarding the HTTP request and response and receive some data.
For example, I want to automate this process on particular cloud platform, I would have to write some customs functions to do so(As GUI based web-hooks are not enough).
I wanted to confirm this. As cloud platforms are new things to me…
Yep, this looks like you’d have to use their “UbiFunctions” interface (I don’t have experience with this though). It may be helpful to use the Notehub JS Library if you are developing a node function.