Hi Mat,
Am not familiar with sheet.best so not sure how it enters info into the spreadsheet. However, a few alternatives for something this simple could be used to make this easier for you to trigger the work.
Option 1: you can use a Google Form to collect the name/contact info and have it submit info into the spreadsheet. Then on spreadsheet, use the on Form Submit trigger to call your function and send the email.
Option 2: Use a webapp that provides an HTML5 form that you can host on your website, that webapp would collect the info, record it in the spreadsheet and call the trigger function automatically everytime someone submits a contact information.
Option 3, if you want to stay on sheet.best, you may have to do a time based trigger which wakes up every hour to check to see if any new contact information was submitted and then send the appropriate email.
Easiest method would be option 1, but the Google Forms are not the most appealing, Option 2 is quite flexible but the most work. Option 3 would be simple programming but not real time.
Up to you!
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/e2dbfa49-bc16-4454-a312-54a28001722bn%40googlegroups.com.