Page 1 of 1

SMS Messages to a list of phone numbers

Posted: Tue Feb 21, 2017 3:43 pm
by sdepres
I'm trying to write a project that will send SMS messages to a list of phone numbers. The list must come from a text file. This approach has worked for email addresses.

Re: SMS Messages to a list of phone numbers

Posted: Thu Mar 09, 2017 8:59 am
by Support_Rick
And it should work for SMS messages the same way.

Just read the numbers from a Text File (DB, Excel, etc)
Loop through your rowset
send SMS message per record -- (Make sure it's configured under Global Settings and tested)

That's it.