HTTP Rest API for Logging Events

Hi,

I’m using the HTTP APIs from a server based solution to send updates to the data streams. The HTTP APIs are perfect for a native cloud based, micro service architecture. I’m looking for a way to log events using the HTTP API and don’t see one on the documents page. Is there any way to accomplish event logging using only the HTTP APIs? If not, is it on the roadmap or a potential for MQTT implementation?

Yes.

Although it has been ta;lked-about in the past, I’m not sure if there will ever be a useable MQTT implementation for Blynk.
The simplest solution is to use Node-Red and the Blynk plug-in (contrib) for Node-Red.

There’s a guide here to how to to log events/notifications with Node-Red using the HTTP(S) API

This approach should now be redundant though, as release 1.0.0 of node-red-contrib-blynk-iot now includes a Log Event node. I’ve been away since this was released so I’ve not had chance to test it, but I’m back home now so hopefully I’ll get the chance to do some testing soon.

Pete.

Thanks, not sure how I missed it.

Thanks, some great information in this post.