# Send e-mail notify the owner of record/row

**URL:** https://community.glideapps.com/t/send-e-mail-notify-the-owner-of-record-row/16708
**Category:** Ask for Help
**Created:** [October 3, 2020, 11:40pm UTC](https://community.glideapps.com/t/send-e-mail-notify-the-owner-of-record-row/16708 "2020-10-03T23:40:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Alexandre\_Caruso](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alexandre_caruso/32/6240_2.png) [@Alexandre\_Caruso](https://community.glideapps.com/u/Alexandre_Caruso)
#### Post date: [October 3, 2020, 11:40pm UTC](https://community.glideapps.com/t/send-e-mail-notify-the-owner-of-record-row/16708/1 "2020-10-03T23:40:09Z")

</div>

I´d like to notify the owner of the row/record by email that a switch was modified.  
Do I have to use Zapier or IFTTT?

My project someone requests help and unknown person makes a donation and switch the request tell the requester that the donation was made.

I´d like to send a msg to the requester.

---

<div class="post-metadata">

### Author: ![SantiagoPerez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/santiagoperez/32/16807_2.png) [@SantiagoPerez](https://community.glideapps.com/u/SantiagoPerez)
#### Post date: [October 4, 2020, 12:12am UTC](https://community.glideapps.com/t/send-e-mail-notify-the-owner-of-record-row/16708/2 "2020-10-04T00:12:41Z")

</div>

Hey @Alexandre_Caruso

I’m not sure what ITFFF is but Zapier works well with this. You have to set it up to send an email or even text message when a specific action is done ☑ on the GS in this case when the row is updated.

I hope this helps.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [October 4, 2020, 1:19am UTC](https://community.glideapps.com/t/send-e-mail-notify-the-owner-of-record-row/16708/3 "2020-10-04T01:19:00Z")

</div>

IFTTT was popular back in the days (and still do in the automations community). My sole use is to create Applet (Apple automations).

---

<div class="post-metadata">

### Author: ![Gideon\_Lahav\_Busines](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gideon_lahav_busines/32/41121_2.png) [@Gideon\_Lahav\_Busines](https://community.glideapps.com/u/Gideon_Lahav_Busines)
#### Post date: [October 4, 2020, 1:56pm UTC](https://community.glideapps.com/t/send-e-mail-notify-the-owner-of-record-row/16708/4 "2020-10-04T13:56:27Z")

</div>

There is another way, but it will include some coding to the sheet itself:

1. [https://www.groovypost.com/howto/google-sheets-send-email-based-on-cell-value/](https://www.groovypost.com/howto/google-sheets-send-email-based-on-cell-value/)

_or_

1. [https://developers.google.com/apps-script/articles/sending\_emails](https://developers.google.com/apps-script/articles/sending_emails)

One more way, but not sure if will work in your case is:

**Set up email notifications**

1. In **Google Sheets** , open the **spreadsheet** where you want to set **notifications**.
2. Select Tools. **Notification** rules.
3. Select when and how you want to **receive notifications**.
4. Click Save.

Hope it helps,  
Gideon
