# SMS/Email reminders

**URL:** https://community.sendbird.com/t/sms-email-reminders/10064
**Category:** API
**Tags:** group-channel
**Created:** [September 11, 2024, 12:03pm UTC](https://community.sendbird.com/t/sms-email-reminders/10064 "2024-09-11T12:03:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Pharmaplan2](https://avatars.discourse-cdn.com/v4/letter/p/a9a28c/32.png) [@Pharmaplan2](https://community.sendbird.com/u/Pharmaplan2)
#### Post date: [September 11, 2024, 12:03pm UTC](https://community.sendbird.com/t/sms-email-reminders/10064/1 "2024-09-11T12:03:50Z")

</div>

We want to send reminders(email/sms) to users whenever a group is inactive for some duration let say 30 mins. Is there any api available to achieve this?

---

<div class="post-metadata">

### Author: ![Suhirtha\_Ayyappan](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/suhirtha_ayyappan/32/3983_2.png) [@Suhirtha\_Ayyappan](https://community.sendbird.com/u/Suhirtha_Ayyappan)
#### Post date: [October 17, 2024, 10:41am UTC](https://community.sendbird.com/t/sms-email-reminders/10064/3 "2024-10-17T10:41:15Z")

</div>

Hi @Pharmaplan2,  
We do not have any API available for such cases. However, you can make use of Sendbird’s webhook event: [group\_channel:message\_send](https://sendbird.com/docs/chat/platform-api/v3/webhook/events/group-channel#2-group_channel-message_send) to identify when a message was last sent to a group channel. From there, you can create your own custom notification service, such as an SMS or email notification system, to alert you when the timestamp of the last sent message exceeds 30 minutes.
