Autoreply SMS messages

Ozeki SMS Gateway can be configured to replay to incoming SMS messages automatically. To achieve this goal, it offers multiple options. The autoreply easy option will return a response SMS to every message received. The Autoreply by script option allows you to write a script, and create a reply and to create and send new messages when an incoming SMS arrives.

Autoreply Easy
Ozeki SMS Gateway's Autoreply Easy User can reply to every incoming SMS message with a text of your choice. A txt file stores the text, so you can modify it from your own application or from Ozeki SMS Gateway. This guide explains how to install and configure your Autoreply Easy User.

Read about Ozeki SMS Gateway's Autoreply Easy User
Autoreply by Script
Ozeki SMS Gateway's Autoreply User can automatically reply to SMS messages or forward incoming messages. This guide explains how to install and configure an Autoreply User on Ozeki SMS Gateway. Each Autoreply User is controlled by their own script. You will see example scripts too by reading this guide.

Read about Ozeki SMS Gateway's Autoreply User
Autoreply from Database
Ozeki SMS Gateway's Autoreply Database User can connect to your SQL database with a connection string. It runs any SELECT query you provide, after receiving an SMS message. The result set of the query will be sent as outgoing messages. The queries can also be modified from your own application.

Read about Ozeki SMS Gateway's Autoreply Database User