# Triggering notifications/emails upon reaching a set date

**URL:** https://community.glideapps.com/t/triggering-notifications-emails-upon-reaching-a-set-date/64523
**Category:** Ask for Help
**Created:** [July 30, 2023, 8:06pm UTC](https://community.glideapps.com/t/triggering-notifications-emails-upon-reaching-a-set-date/64523 "2023-07-30T20:06:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Sulture](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sulture/32/62356_2.png) [@Sulture](https://community.glideapps.com/u/Sulture)
#### Post date: [July 30, 2023, 8:06pm UTC](https://community.glideapps.com/t/triggering-notifications-emails-upon-reaching-a-set-date/64523/1 "2023-07-30T20:06:58Z")

</div>

Hello Glide community!

Maybe some of you have already wondered this, but I’m not sure how to make a notification/email be sent automatically when a certain date/time is reached.

What’s the most efficient way this can this be done?

Thanks in advance 🕶

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 30, 2023, 9:04pm UTC](https://community.glideapps.com/t/triggering-notifications-emails-upon-reaching-a-set-date/64523/2 "2023-07-30T21:04:40Z")

</div>

Not possible with native glide notifications. Glide currently doesn’t have any type of automated time based actions. Actions can only be triggered by user interaction at this time.

---

<div class="post-metadata">

### Author: ![Sulture](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sulture/32/62356_2.png) [@Sulture](https://community.glideapps.com/u/Sulture)
#### Post date: [July 30, 2023, 10:43pm UTC](https://community.glideapps.com/t/triggering-notifications-emails-upon-reaching-a-set-date/64523/3 "2023-07-30T22:43:34Z")

</div>

Alright, thanks for the clarification!

---

<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: [July 30, 2023, 11:40pm UTC](https://community.glideapps.com/t/triggering-notifications-emails-upon-reaching-a-set-date/64523/4 "2023-07-30T23:40:36Z")

</div>

Your only option now is to use an external service like Make/Zapier to run a scenario everyday and check rows that match your condition, and iteratively send emails (need query API access for Glide Tables). Same applies for Google Scripts, if you’re storing your data in a Google Sheet.
