Queue messages to be sent at the exact perfect second. No need to keep your spreadsheet open or computer running.
Sheet SMS registers a custom Google Sheets formula called =SCHEDULESMS(). Just like any other spreadsheet formula, it updates automatically and runs on our secure AWS cloud servers.
| Argument | Type | Description |
|---|---|---|
| message | String / Cell Ref | The text content of the SMS. Can reference another cell (e.g. A2). |
| phone_number | String / Cell Ref | The destination number, starting with + and country code (e.g. "+14155550199"). |
| date | String / Date Ref | The date to send on. Format: MM/DD/YYYY or DD/MM/YYYY depending on sheet settings. |
| time | String / Time Ref | The exact time in 24h format (e.g. "14:30" for 2:30 PM). |
Your messages are sent according to the timezone of your Google Sheet, NOT your physical computer location. To make sure your scheduled SMS goes out at the correct local hour, verify your Google Sheet settings:
Reach your recipients when they are most likely to read. Avoid sending texts during late nights or early mornings.
Write columns of upcoming reminders. When a formula triggers, the SMS queues automatically. Set it and forget it.
You can easily see the status of pending messages on your website calendar, and cancel or edit them right up to the minute they send.
Open your sheet and go to Extensions > Sheet SMS > Start. Make sure you have active credits.
Create columns for Message, Phone Number, Send Date (Format: MM/DD/YYYY), and Send Time (Format: HH:MM).
In column E, write: =SCHEDULESMS(A2, B2, C2, D2). Press Enter. The cell will update with a scheduled confirmation and message ID!
Yes! Head to your Dashboard, click on the Calendar tab or the Message History tab. You will see a list of scheduled messages. Simply click the delete or trash icon to cancel.
Credits are validated and temporarily reserved when you schedule the formula to ensure your balance supports the send. If you cancel the message before the scheduled send time, your credits are immediately restored.
Once the formula is entered, the scheduled task is securely uploaded to our cloud server. You can close Google Sheets, shut down your computer, or go completely offline. The message will still send exactly on time.
Yes! Check out our Recurring SMS Sender Tool or follow our guidelines for setting up recurring triggers using Google Sheets macros.