I Want to Send bulk SMS from mysql

Please help me with this. I want to Send BULK SMS from retrieving SMS Text an Phone number from mysql and send from local android phone without any thirdparty api.
Suppose i have table in mysql that has two row, “PHONE” and “TEXT” “STATUS” Phone contains all the numbers and text contains the message body and the status will update when the text is send then the status will be “SMS SENT” and the thunkable will check whether the status is blank or not if blank then it will fetch from my sql and send sms.

it is too important for me. please help me.

You can’t send SMS messages from Thunkable, not even one, without user input for each message. So unfortunately, you won’t be able to do this without a third party service.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.