Proxy before InfluxDB AND telegraf with influxdb_listener

Hey

I am using a SSL Proxy before influxdb with an URL like

https://influxdb.example.org

I want to add two telegrafs with plugin influxdb_listener to act as relays and am thinking about if it would be possible to use the same URL for that.

In the ReverseProxy I could route

/write → telegraf with plugin influxdb_listener
/ → influxdb

Will this work with both applications?
Are there other paths I have to include here?