Would anyone have a sample for Google Voice (any browser) ?
I have a calendar with appointments and it produces a Google Sheet with date, time and phone, this is done with Google Apps script into a folder on G:\ -- and it also produces a .csv file in that same shared folder.
I have to first manually download the file(s), open in excel (one file is a .gsheet and the other is a .csv)
Currently, I manually copy/paste the phone one day ahead of the appointment and send out a short reminder via Google Voice text message.
There are never more than 8 or 9 messages daily
Sample with Google Voice
Re: Sample with Google Voice
Robotask doesn’t support browser automation.
However, you can achieve what you need using Python libraries like Selenium
However, you can achieve what you need using Python libraries like Selenium