Telegraf time triggers

Using Telegraf, rather than run a job every ## minutes, is it possible to specify that a job run at a specific time? or even better, can I have a job run on a specific minute like every minute ending in ‘3’, for example, 00:03, 00:13, 00:23, 00:33, etc… Attached is a copy of my telegraf.conf showing what I am currently doing. Thank you.

So far Telegraf config does not support cron syntax.
A workaround would be to call a Telegraf instance with exactly this job via cronjob.