Add emails from a Google Sheet to a Google Groups mailing list
You do not need this to be linked to a Google Form. This will take all emails in a column and add them to the mailing list
This requires the sheet to be linked to a Google Form. It will automatically add new responses to the mailing list
- Within your sheet, go to Tools > Script Editor
- Copy and Paste your chosen script into the Google Apps Script editor
- Enable AdminDirectory in the script editor: Resources > Advanced Google Services > Admin Directory API
- Change the const variables to your info
If you're using all-reponses.js
: Select the addMembersFromSheet
function, and click run
If you're using new-responses.js
: Add a new trigger to the script