HOW TO SEND SMS FROM GOOGLE SHEETS:
Install and enable the Sheet SMS add-on, use the top menu:
Send SMS from the sheet with the function
SENDSMS(message, phone_number)
For example : SENDSMS("hello", "+33645859785")
You can also schedule messages for later like this
SCHEDULESMS(message, phone_number, date, hour)
For example :
SCHEDULESMS("Merry Christmas!", "+33645859785", "24/12/2024", "20:00")
For any question, contact us on support@sheetsms.com