Webhook use to change noreply@appsheet.com on reports to my personal email address?

Hello!
Can anyone give me a run down of how to use webhooks to change the email on reports from noreply@appsheet.com to my personal address? Thanks!
Neal

0 2 1,148
2 REPLIES 2

@Neal_MF_Harper
You should create a Google Apps Script with using doPost(e) call and in the function you should use MailApp.sendEmail(โ€ฆ) method to send the emails from your Google account. After finalizing your script, publish it as a webapp and use its published URL as webhook endpoint URL in AppsSheetโ€™s webhook workflow rule. You can specify the to, cc, bcc, body message, body type etc. inside the payload. You can check these pages:
Web Apps
Class MailApp

@LeventK
When we are adding the doPost(e) call and run the script we are receiving mails but when we deployed the script as a webapp we are receiving following error : โ€œScript function not found: doGetโ€.

Top Labels in this Space