We’re creating a simple ticketing system that collects data from a form to a Google Sheets. I want to be able to send various types of mails to the ticket creator (eg. ‘Request received, your ticket no is XXX]’; ‘Your ticket status has been changed to aabc]’.
Is there a way to dynamically load the 'To' recipient in Action Send Email in Gmail? For example, when a new ticket is created, a new row is added to the Sheets and I want to get the requester’s email address from column E to send them a confirmation (that is, I don’t want to send the notification to the same address each time).
A further requirement would be to extract data from the relevant record in the Google Sheets and provide this information in the subject and/or body of the email.
Is it possible to do this somehow?