Send text messages from Google Sheets with a custom sender, branded sender ID, or business name where alphanumeric sender IDs are supported.
Quick answer
Install Sheet SMS, open your Google Sheet, and enter =SENDSMSWITHSENDER(message, phone_number, sender_name). The third argument is the custom sender name that recipients may see instead of a phone number. Use a sender name that represents your business and request approval before sending.
Hello, your ticket request for tomorrow has been received. Thanks!
Hello, your ticket request for tomorrow has been received. Thanks!
SENDSMSWITHSENDER is the Sheet SMS formula for sending an SMS with a custom sender. The third parameter is an alphanumeric sender ID: the business name, organization name, or custom name you want to submit for delivery. The sender must be approved before first use.
| Argument | Type | Description |
|---|---|---|
| message | String / Cell Ref | The content of the text message. Can reference a cell like A2. |
| phone_number | String / Cell Ref | The recipient's number starting with +. (e.g. "+33612345678"). |
| sender_name | String (Max 11 chars) | The custom sender name or brand name displayed when the destination network supports alphanumeric sender IDs. |
Alphanumeric Sender IDs are governed by telecommunication rules:
SENDSMS formula when you need a phone-number sender.Keep message text, phone numbers, and sender names in separate columns so you can reuse the same with-sender formula for every row in a campaign.
=SENDSMSWITHSENDER(A2, B2, C2)A2 contains the message, B2 the phone number, and C2 the custom sender name.
=SENDSMSWITHSENDER(A2, B2, "ACME")Use one approved branded sender for every row in a campaign.
=SENDSMSWITHSENDER("Reminder: your appointment is tomorrow", B2, "CLINIC")Useful for appointment reminders, delivery alerts, and service notifications.
=SENDSMSWITHSENDER("Hi "&D2&", your order is ready", B2, "STORE")Combine spreadsheet values with a branded sender for personalized texts.
+447123456789.Write =SENDSMSWITHSENDER("Hello!", "+447123456789", "MYCOMPANY") in your sheet.
The first time you invoke MYCOMPANY, the cell will show a pending approval note. An automated request goes to our admin and we send you an email confirmation.
Once our admins review and approve your brand identity (usually takes under 1 hour), the formula automatically runs and dispatches your branded SMS.
Custom sender is pending approval?Sheet SMS checks new sender names before dispatch to reduce impersonation and spoofing. The approval is tied to the sender name and account. If the formula returns a pending message, wait for the review or contact support.
No. Alphanumeric sender IDs are one-way only and are not phone numbers. If recipients need to reply, use the standard SENDSMS formula and a reply-capable phone-number sender.
Sheet SMS does not add a separate monthly fee for using a custom sender. Normal SMS credit and destination-country pricing still apply; see the pricing page for current rates.
Use a sender name that represents your own business, organization, product, or service. Sender names are reviewed, must follow the character rules, and may be restricted by destination-country regulations. Do not use a name that impersonates another company.