Two Way Messaging and Replies |
Top Previous Next |
It is entirely possible to receive responses to the messages you send in some configurations. How you deliver your traffic will play a large part in determining whether or not you can receive replies.
Note: At minimum, these methods require the GetASCII interface to process the received data but you may also need or want the filter pack for more specific control of the responses and replies.
Currently, PageGate accepts reply messages in the following ways:
When using cellular hardware to deliver text messages, the people who receive those SMS have the option to reply to them. When they reply, their message is delivered back to the sending cellular device, where it waits in memory. PageGate can be configured to check the cellular hardware for reply messages received by these devices and process them in a number of ways.
In the most basic configuration, all reply messages are sent to a specific recipient or group. However, reply messages can be fed through the GetASCII API for basic processing, which allows you to conditionally modify what is done with the replies in some circumstances.
Using a Filter Pack in conjunction with the SMS replies and the GetASCII API allows you to modify any part of the replies being processed, from what the message should say to whom the message should be delivered. It also allows you to implement conditional modifications. For example, if a certain word or keyphrase appears in the body of the message, you could have the filter pack completely change who that message is intended to go to.
HTTP response by API or Protocol PageGate has an HTTP data receiver (webdata.exe) that can receive input from nearly any API or protocol that offers an HTTP return like HTTP GET, HTTP POST and WCTP.
APIs and protocols that have the ability to send replies require that you provide a URL for the responses to go to. This means that, typically speaking, you will need to host PageGate's webdata.exe on an outward facing web server. Otherwise, the hosts won't be able to route the replies and responses to you.
|