# Striipe orders

**URL:** https://community.glideapps.com/t/striipe-orders/42565
**Category:** Ask for Help
**Created:** [May 31, 2022, 8:13am UTC](https://community.glideapps.com/t/striipe-orders/42565 "2022-05-31T08:13:19Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Samuele1992](https://avatars.discourse-cdn.com/v4/letter/s/50afbb/32.png) [@Samuele1992](https://community.glideapps.com/u/Samuele1992)
#### Post date: [May 31, 2022, 8:13am UTC](https://community.glideapps.com/t/striipe-orders/42565/1 "2022-05-31T08:13:19Z")

</div>

Hello, i’m working on a food delivery app, once you connect your stripe account google sheet create a new sheet ( APP SALES ) where i can see all the orders, is there a way to send those info to an email?

---

<div class="post-metadata">

### Author: ![justinjmp](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/justinjmp/32/43205_2.png) [@justinjmp](https://community.glideapps.com/u/justinjmp)
#### Post date: [May 31, 2022, 4:06pm UTC](https://community.glideapps.com/t/striipe-orders/42565/2 "2022-05-31T16:06:52Z")

</div>

Should be possible using a service like Make to automate out sending the email.

---

<div class="post-metadata">

### Author: ![Samuele1992](https://avatars.discourse-cdn.com/v4/letter/s/50afbb/32.png) [@Samuele1992](https://community.glideapps.com/u/Samuele1992)
#### Post date: [May 31, 2022, 4:11pm UTC](https://community.glideapps.com/t/striipe-orders/42565/3 "2022-05-31T16:11:46Z")

</div>

Okay, but how do i make it? I mean what’s the trigger, what’s the procedure? I just need the main concept to be able to set it up. I’m stuck otherwise… Thanks

---

<div class="post-metadata">

### Author: ![justinjmp](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/justinjmp/32/43205_2.png) [@justinjmp](https://community.glideapps.com/u/justinjmp)
#### Post date: [May 31, 2022, 4:24pm UTC](https://community.glideapps.com/t/striipe-orders/42565/4 "2022-05-31T16:24:41Z")

</div>

If you’ve got them going into a google sheet you could set the trigger within the google sheet to trigger a new email when a new row is added, or if you want a snapshot at a particular interval, when that interval is passed.

---

<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: [May 31, 2022, 11:28pm UTC](https://community.glideapps.com/t/striipe-orders/42565/5 "2022-05-31T23:28:12Z")

</div>

You can do it like this:

- Set up a Make scenario to watch for new rows in that specific App: Sales sheet.
- Set up an email module and connect your email to send you new info whenever there’s a new row. You can reference fields from the “new row” in your email.
