Triggering notifications/emails upon reaching a set date

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 :sunglasses:

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.

1 Like

Alright, thanks for the clarification!

1 Like

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.

2 Likes