# Can I send email notifications without Zapier?

**URL:** https://community.glideapps.com/t/can-i-send-email-notifications-without-zapier/23119
**Category:** Ask for Help
**Created:** [February 20, 2021, 4:37am UTC](https://community.glideapps.com/t/can-i-send-email-notifications-without-zapier/23119 "2021-02-20T04:37:20Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Rubel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rubel/32/18867_2.png) [@Rubel](https://community.glideapps.com/u/Rubel)
#### Post date: [February 20, 2021, 4:37am UTC](https://community.glideapps.com/t/can-i-send-email-notifications-without-zapier/23119/1 "2021-02-20T04:37:20Z")

</div>

It looks like, when I upgrade to a pro app, I’ll be able to send email notifications. Do I not need a Zapier account for that?

---

<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: [February 20, 2021, 5:39am UTC](https://community.glideapps.com/t/can-i-send-email-notifications-without-zapier/23119/2 "2021-02-20T05:39:24Z")

</div>

I believe that option is for Private Pro apps. I haven’t actually had a chance to try that, but I assume it would work like what we can do with Zapier.

---

<div class="post-metadata">

### Author: ![Rubel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rubel/32/18867_2.png) [@Rubel](https://community.glideapps.com/u/Rubel)
#### Post date: [February 20, 2021, 5:46am UTC](https://community.glideapps.com/t/can-i-send-email-notifications-without-zapier/23119/3 "2021-02-20T05:46:58Z")

</div>

I think a private pro app is $40/ mo. It seems to me that I’ll be saving a ton of money by not having to pay for a Zapier plan. It’s like $40/mo. for 20 zaps!😱

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [February 20, 2021, 7:19am UTC](https://community.glideapps.com/t/can-i-send-email-notifications-without-zapier/23119/4 "2021-02-20T07:19:25Z")

</div>

Have you looked at Integromat?  
They have very generous quotas on their free plan, and their paid plans start at $9 per month.

The other option is sending email notifications using Apps Script. Which is free, but requires a little bit of coding.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [February 20, 2021, 7:59am UTC](https://community.glideapps.com/t/can-i-send-email-notifications-without-zapier/23119/5 "2021-02-20T07:59:02Z")

</div>

Yes you can, use Google Scripts…with triggers

---

<div class="post-metadata">

### Author: ![Fabio\_Leanzi](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/fabio_leanzi/32/6838_2.png) [@Fabio\_Leanzi](https://community.glideapps.com/u/Fabio_Leanzi)
#### Post date: [February 20, 2021, 10:20pm UTC](https://community.glideapps.com/t/can-i-send-email-notifications-without-zapier/23119/6 "2021-02-20T22:20:32Z")

</div>

I have created my own API to send email via amazon ses.  
I can send them at a specific time and to multiple email addresses together simply by calling a webhook
