Forum Discussion
CarlosCarlos
8 years agoQrew Assistant Captain
Hi Joe,
I've successfully used GoogleScripts to automate a bunch of tasks, but mainly repeating what had already been described by Kirk in this video.
You can use variables in GScript as parameters for what you need and with that build the url to execure the API. Also, use a usertoken instead of apptoken (with the necessary precautions of keeping the script away from mischievous hands.
I'm currently in the process of understanding how to run an API_DoQuery and loop the <records>. It would greatly simplify sending reminders to customers. No luck on this yet though.
I've successfully used GoogleScripts to automate a bunch of tasks, but mainly repeating what had already been described by Kirk in this video.
You can use variables in GScript as parameters for what you need and with that build the url to execure the API. Also, use a usertoken instead of apptoken (with the necessary precautions of keeping the script away from mischievous hands.
I'm currently in the process of understanding how to run an API_DoQuery and loop the <records>. It would greatly simplify sending reminders to customers. No luck on this yet though.