I have a Google sheet with 400+ names, emails, and phone numbers that I am calling. I have already written an Apps script that automatically sends mass emails out on the click of a button. I automated mass text messaging through shortcuts on my phone. I've tried using a power dialer app that connects with the phone number I already have on my phone.
Is it possible to write an Apps script that, upon running, it will automatically connect to the phone number I already have, dial the number, and if there is no pick up, I can automatically move on to the next one (similar to a Power dialer)?
I know that when you add =HYPERLINK("https://call.ctrlq.org/"&B2; A2)
to a cell in Spreadsheets, you can click to call the number. So I can call through Google spreadsheets, I just want to automate the process so I don't have to manually type in and dial the numbers or click on each one.
In a perfect world, I would want something that I can run off my laptop and it would connect with my phone and call (I do have a windows laptop and an Iphone though).
Anything would help!