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.

1 Like

You can send messages but not bulk messages as you can get the List of phone numbers and messages but you can’t Store value in the status for everyone cause for that you need to use web component

please share block