Incoming-call notification URL

How to use Incoming call URL on DialSMS?

First, please get your DialSMS number ready.

When an incoming call received to the number, the notification below will be sent to the URL you set in real time.

** Note **
This notification will be sent ONLY ONCE even recipient side had any errors.
Action type POST
Parameter results
Expecting response code 200

Data sample

Content-Type: application/x-www-form-urlencoded
{
  "caller": "818012345678",
  "recipient": "815012345678",
  "call_time": "1327111224",
}
  • caller: Phone number that made the call
  • recipient: DialSMS number you subscribed
  • call_time: Time of the call receipt, in unix standard time format