The SENDSMS formula lets you send SMS messages directly from your Google Sheet. Here’s how to use it:
SENDSMS("Your message", "+1234567890")
"Your message"
with your text and "+1234567890"
with the recipient’s phone number.Tip: You can use cell references for dynamic messages and numbers, e.g. SENDSMS(A2, B2)
.