Sending Alerts to Multiple ChatIDs via Telegram

Hi,
Looking for a way to send an alert to multiple Chat IDs via Telegram, is there a way to have the ChatID an array instead of a string or perhaps a comma separated string?

Hello @ImagineZA ,
I don’t think it’s built in with telegram.message() function | Flux 0.x Documentation. However you could maybe write that functionality in a custom function Create custom Flux functions | InfluxDB OSS 2.0 Documentation.

Are your Chat ID’s stored in Influx?

Finally, can you please make a feature request? I think that would be a nice addition. GitHub - influxdata/flux: Flux is a lightweight scripting language for querying databases (like InfluxDB) and working with data. It's part of InfluxDB 1.7 and 2.0, but can be run independently of those.