In order to use the callback_url and status_url you need to have a system that can accept http post requests from our server. The system has been tested with PHP, ColdFusion, JAVA, and .Net applications. Most API users want to integrate an existing system with an SMS delivery application. If you do not need to do this, using the existing web based application may be the right solution for you. If you have additional questions regarding what technology or platform you should use please contact your account representative.
Using the callback_url or status_url requires that some elements of the system be configured. You must first have an active, valid account. With this account you will have a user name (phone number) and password. These credentials will allow you to gain access to the platform. Once there you can manage all aspects of your account. You will need to have at least 1 division and group created. The group keyword (default or custom) must also have a call back url defined. This url should point back to your system.


The Status URL can be used to receive real time updates of message delivery. This will reduce the chore of making an extra webservice call to a messagesSent report. To use the Status URL you only need to include the url where you want the information to be posted to, in the sendMesage and sendTemplateMessage field "status_url".
In order to use this Status URL you need to have a system that can accept http post requests from our server. The system has been tested with PHP, ColdFusion, JAVA, and .Net applications. Most API users want to integrate an existing system with an SMS delivery application. If you have additional questions regarding what technology or platform you should use please contact your account representative.