Calling external API/URL

Foo2 years ago

I'd like to call an external API/URL every hour or so.
The URL is like this: https://server/api/?uid=123456&latitude=%LAT&longitude=%LON&acc=%ACC&ts=%TIMESTAMP&token=1234567890
So I'd need to insert values fpr longitude/latitude, acceleration and timestamp. Is this possible? If yes, how?

Anton Tananaev2 years ago

We have data forwarding option that can send something similar to what you're looking for, but you can't schedule it to call only once an our. It forward data as it comes in.

Foo2 years ago

Wow, instant answer! The time doesn't matter, so running it everytime data comes in is perfectly fine. I will have a look.