Send Test Message
This is the last video in this video series which shows how to connect Ozeki SMS Gateway to a PostgreSQL database server for SMS messaging. See how to insert a simple row into the proper table, so Ozeki SMS Gateway can automatically send SMS messages to mobile phones.
Video content1. Insert message into database
2. Send Test message
Look at the upcoming screenshots to thoroughly examine the final stage (Figure 1), which is SMS sending. You can start the whole process by INSERT-ing the SMS into the database (Figure 2).
INSERT message record (example):
Figure 2 - Copy INSERT statement
INSERT INTO ozekimessageout (receiver,msg,status) values ('+36201234567','Hello World','Send');
More information
- Send SMS from postgres
- SMS database definition
- Connect postgres database to the SMS gateway
- Send test SMS from postgres SQL server