# Sending emails once a participants reaches a certain level

**URL:** https://community.glideapps.com/t/sending-emails-once-a-participants-reaches-a-certain-level/40392
**Category:** Ask for Help
**Created:** [April 4, 2022, 10:05am UTC](https://community.glideapps.com/t/sending-emails-once-a-participants-reaches-a-certain-level/40392 "2022-04-04T10:05:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Gillian\_Robb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gillian_robb/32/28791_2.png) [@Gillian\_Robb](https://community.glideapps.com/u/Gillian_Robb)
#### Post date: [April 4, 2022, 10:05am UTC](https://community.glideapps.com/t/sending-emails-once-a-participants-reaches-a-certain-level/40392/1 "2022-04-04T10:05:05Z")

</div>

Hi

Also wondering how you set up an email or notification on the screen once a person reaches a certain level. I have used the action function when using a button but want to know if you can trigger that same action once people get 250EXP for instance and no button is present?

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [April 4, 2022, 11:49am UTC](https://community.glideapps.com/t/sending-emails-once-a-participants-reaches-a-certain-level/40392/2 "2022-04-04T11:49:37Z")

</div>

Not yet…All actions in Glide need to be triggered by a user. So the only way to make this happen using glide only is to determine if any button push will bring them to the next level, and if so, you build that into the action of the button. Requires quite a bit of logic and additional conditional actions per button but it’s the only way to achieve it at the moment.

---

<div class="post-metadata">

### Author: ![Gillian\_Robb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gillian_robb/32/28791_2.png) [@Gillian\_Robb](https://community.glideapps.com/u/Gillian_Robb)
#### Post date: [April 4, 2022, 6:23pm UTC](https://community.glideapps.com/t/sending-emails-once-a-participants-reaches-a-certain-level/40392/3 "2022-04-04T18:23:33Z")

</div>

Thanks so much for replying Robert. Your videos are amazing!!!
