FlashingCall (VoiceCode)#
FlashingCall (VoiceCode) Request#
To send the message with FlashingCall type you need to make a request.
To send VoiceCode you need to specify the FlashingCall type and send a request, containing the code. The specified code (without accompanying text) will be passed to the operator, who will insert it into the text of the message template.
1{
2"login": "YOUR_LOGIN",
3"password": "YOUR_PASSWORD",
4"destAddr": "Subscriber's_Number",
5"message": {
6 "type": "FLASHINGCALL",
7 "data": {
8 "text": "1234",
9 "ttl": 1
10 }
11}
12}
All parameters are mandatory.
Parameter |
Data type |
Description |
---|---|---|
login |
string |
Partner’s name in the system. |
password |
string |
Partner’s password in the system. |
destAddr |
string |
Subscriber’s phone number. It contains the country code, operator code and phone number. For the Russian Federation, the code can be „8“, „7“ or „+7“. Examples: 72101234567, +72101234567, 8-210-123-45-67, 82101234567. |
message |
object |
Parameters of a message being sent. |
message/type |
enum |
Message type. The value of FLASHINGCALL is transmitted. |
message/data |
object |
Parameters of the data being sent. |
message/data/text |
string |
Message text. Number of characters: no more than 2000. Text must contain the code used to call the subscriber number. |
message/data/ttl |
integer |
FLASHINGCALL (Voice Code) message lifetime. The waiting interval for a response is from 1 to 5 minutes. Note. If ttl = 0 or if there are no parameter in the request the value is taken from the default settings set when configuring the integration for each client individually. |
FlashingCall Request Result#
VoiceCode Request Result#
FlashingCall (VoiceCode) Message Sending Errors#
For results with errors, a response HTTP code will differ from 200 (see Error Codes).
1{
2 "error": {
3 "code": 4,
4 "description": "Invalid request"
5 },
6 "extendedDescription": "FlashingCall text should contain a 4-digit code."
7}
Parameter |
Data type |
Description |
---|---|---|
error |
object |
Error information |
error/code |
int |
Error code |
error/description |
string |
A brief description of the error |
extendedDescription |
string |
Detailed description of the error (optional parameter) |
Error Codes#
Code |
Description |
HTTP code |
---|---|---|
1 |
Service is unavailable |
503 |
2 |
Invalid IP-address |
403 |
3 |
Too many connections |
429 |
4 |
Invalid request |
400 |
5 |
Invalid login |
401 |
6 |
Invalid password |
401 |
7 |
serviceNumber is not defined |
400 |
8 |
destAddr is not correct |
406 |
9 |
Message type is not correct |
406 |
10 |
Prohibited sending duplicates |
409 |
11 |
Invalid TTL |
406 |
100 |
100 |
500 |
FlashingCall (VoiceCode) Delivery Statuses#
To receive FlashingCall (VoiceCode) message statuses you need to set up a Delivery Status Service.