With Sheet SMS, you can easily schedule SMS messages to be sent regularly. You can use the new automated formulas for daily and monthly messages, or manually schedule for custom intervals.
We have introduced new formulas to make scheduling easier:
Example: =SENDSMSDAILY("Daily check-in", "+1234567890", "01/01/2025", "09:00")
For other intervals like weekly messages, follow these steps:
=DATE(YEAR(TODAY()), MONTH(TODAY()), 1) + (8 - WEEKDAY(DATE(YEAR(TODAY()), MONTH(TODAY()), 1)))=SCHEDULESMS(A2, B2, C2, D2)This method lets you automate weekly reminders, notifications, or updates for an entire year.
| Message | Phone Number | Date | Time | Formula |
|---|---|---|---|---|
| Hello, it's Monday! | +1234567890 | 01/09/2025 | 09:00 | =SCHEDULESMS(A2,B2,C2,D2) |
| Hello, it's Monday! | +1234567890 | 08/09/2025 | 09:00 | =SCHEDULESMS(A3,B3,C3,D3) |
Tip: You can adjust the formula to schedule SMS for any day of the week.
Back to Setup