Connect to others webservices (Ubidots, Thingspeak, etc)

Hello, does anybody sucessfully try to set end nodes sent to webservices like thingspeak, thinger, ubidots etc via RAK7249, need some tips & trick how to set & forward the data from end nodes

Typically, the data flow would be

node -> gateway -> lora server -> custom code -> something else

Where your custom code consumes decrypted and validated data published by the lora server, typically on an MQTT broker.

Some of the RAK gateways have a built in instance of LoRaServer which you can use for that purpose. It may have some integration options short of writing custom code, but by putting your own code in between the lora server and the external service you will have the most flexibility. In a larger setup (ie if multiple gateways are involved) you almost certainly want to run the lora server in the cloud, not on a gateway.