Outbound Call

The Outbound call API is used to connect the call, between two phone numbers. Using app id and app secret you can able to make a outbound call API request.

Base URL

Send your POST method request with valid parameters, to the following base URL.

https://piopiy.telecmi.com/v1/make_call

Required Parameters

These are the required POST method parameters with description

Parameter NameTypeDescription
*appidnumberYour app id
*secretstringYour app secret
*fromnumberYour caller id for this call
*answer_urlstringYour webserver URL contains list of action
*tonumberThe number the call was made to
Note
The * marked property is mandatory.

Sample JSON Request

Below is the following sample JSON POST method request

{
"appid": 2222226,
"secret": "xxxx-xxxx-xxxx-xxxx",
"from": 914471000000,
"to": 9100000000,
"answer_url": "http://9538e04c.ngrok.io/v1/piopiy_action"
}

Sample Response

If the provided information is valid, your web server will get a sample response from TeleCMI Platform as given below

{
"data": {
"status": "progress",
"request_id": "xKPijUEJhlt16iUaIETfNRF9fAb9i6qUuE7VtpDEIa9"
},
"code": 200
}

Properties

These are the list of properties and its description

PropertyTypeDescription
statusstringThe Status of the call
request_idstringThe Unique ID for this call

HTTP status codes

TeleCMI API platform represents the following status code to identity the errors.

Status codeStatus codeDescription
200OKWe received the request
420ErrorInvalid app id or secret, failed to authenticate token
501ErrorMissing required property
502ErrorThe property required is missing