Hi all
I am looking for advice regarding token generation and Python scripts. I have script that that will recycle outbound campaign every 5 minutes. My question is, is it recommended to create a token each time this script runs (I will use Windows Task Scheduler) or better to create a token once a day that is stored locally, that the script then can fetch token every time it runs. We dont currently have a credential manager).
My concern is if there a limit on many tokens can be generated for a client ID ?