简体   繁体   中英

Google script run after email confirmation

In this case, I don't have a code or screenshots to share because I honestly don't know how to even start it:) We have a spreadsheet (Google Sheets) which have numerous scripts built into it. They run mainly based on form submission and don't require any further confirmation after a form is submitted. For this new form we wish to implement, we would like to script to run only after a user has confirmed via email. Here's the rundown:

  1. User A (normally from the administration department) will input data into a form.
  2. Once form is submitted, this data will be sent to another user (User B) for confirmation. We would like this process to happen over email, and not directly via Google Sheets prompt.
  3. Once User B confirmed data is good, a script will run to compile the data and perform several actions on it.

No problem to send an email via script but how do we include a confirmation button/link to it and how do we capture this clink to continue the compiling of this data?

Thanks:)

  1. User A Enters data into Form and Presses Submit
  2. FormSubmit Script recovers data and sends email to user B
  3. User B reviews data and Presses a link on the email which sends a request via a web app to complete the transaction at a later time.

You can probably customize the webapp link with query string parameters so that the transaction can be completed without any further interaction but it will probably take a couple of days of programming to complete and test the job.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM