Send SMS

Single Submit

This POST operation is initiated by the external application, and the response is returned from the TEAM platform to the external application over the same HTTP/HTTPS session. When data has been entered into HTML forms is submitted, the form field names and values need to be encoded and sent to the server in an HTTP request message using method GET or POST, The media type of data encoded this way is application/x-www-form- url encoded.

Bulk Submit

This POST operation is initiated by the external application, and the response is returned from the TEAM platform to the external application over the same HTTP session. The request is formatted in JSON (JavaScript Object Notation).

OTP API

When the TEAM platform receives a mobile originated SMS, the POST/GET Operation is initiated to the corresponding external application and the Response should be returned by the external application to the TEAM Platform. The hostname, port and path depend on the corresponding values set for the external application account on configured on the TEAM platform.

Get Started

Receive SMS

When the TEAM platform receives a mobile originated SMS, the POST/GET Operation is initiated to the corresponding external application and the Response should be returned by the external application to the TEAM Platform. The hostname, port and path depend on the corresponding values set for the external application account on configured on the TEAM platform.

Get Started

Balance Check

Enterprise Account

Using a single HTTP POST operation, the external application can submit SMS(s) to the TEAM platform. Similarly, when receiving an SMS destined to an external application, the TEAM platform initiates an HTTP POST or GET operation to an URL defined by the system. The TEAM platform is HTTP version 1.1 compliant. All parameters in a POST request should be URL-encoded. An HTTP GET Request may also be used for sending, but is of limited use since a GET operation cannot hold more than 255 characters.

Get Started