Insert data into a google spreadsheet via a link
问题 I'm looking for a way for users to send data from an email sent to them in a single click using google scripts. Basically, I have a spreadsheet with a list of emails, and I want to send an email to all of them (I've already set up a sort of mail merge script). The tricky part is that I want the emails to contain links unique to each person. If they click one of the links, I want data to be entered into the spreadsheet in the row corresponding to their email address. Is this at all possible?