Using cloudflare to send data to influxdb

Greetings,
I am collecting local remote data using a software then using python influxdb api client libary sends or write the local data to my influx instance in aws cloud. Usually it is working machine at my user site first getting JSON file and sending it to influxdb aws cloud.

The challenge now is the machine has no outgoing internet.

Now, we are planning to use cloudflare tunnel to send the data from local machine to influxdb.

Does anybody any experience using cloudflare tunnel sening data to influxdb?

Best Regards