Tutorial
Start with SENDSMS, then move to scheduling and branded sender IDs when you need them.
Install Sheet SMS from the Google Workspace Marketplace, then open any spreadsheet and launch it from Extensions > Sheet SMS.
`SENDSMS` is the main formula for sending a text message straight from your sheet. Use it when you want an immediate send, not a scheduled one.
Example
=SENDSMS("Your order is ready", "+14155550199")Tip
You can also use cell references like =SENDSMS(A2, B2) when your message and number are stored in the sheet.
Use `SCHEDULESMS` when you want the message to go out at a specific date and time instead of immediately.
Example: =SCHEDULESMS("Don't forget our meeting!", "+14155550199", "12/25/2026", "14:30")
If you want messages to appear from your business name, use the custom sender formula. This is useful for branded notifications and one-way alerts.
Example: =SENDSMSWITHSENDER("Your delivery is ready!", "+447123456789", "ACMECO")
Custom sender IDs can be up to 11 characters and are approved before first use.
Timezone matters for scheduled sends. If your sheet timezone is off, `SCHEDULESMS` will fire at the wrong time.
Yes. Many teams keep phone numbers, variables, and message templates in one sheet, then send row by row.
No. Once the schedule is registered, the backend handles delivery.
Next: read the pricing page, the SCHEDULESMS guide, and the opt-in requirements.