I have a Google form. I have a sheet using script that employs arrays storing a list of names, emails, and a subject line collected from my sheet
I want to run a script from my sheet that calls the form (via id, url, or whatever) and tells it to "send" the form to those email addresses.
I cannot find Form API that touches the Forms "Send" feature.
Is that possible? Or will I need to manually generate and send the emails using script the old fashioned way? So they will appear as an email with a link to click rather than the nicely formatted Google Forms email?