Sending SMS

Sending SMS

GET http://lk.mysmpp.ru/sendsms.php

Request Body

NameTypeDescription

user*

String

Your login in the system

validity_period

Int

SMS lifetime (default 2 days) Date and time in format:

YYYY-MM-DD HH:MM

where, YYYY - year, MM - month, DD - day, HH - hours,

MM - minutes

text*

String

Message Text

dadr*

Int

Recipient address (multiple addresses, separated by commas)

sadr*

String

Sender's address

type_send_1*

String

Type of message to be sent (sms)

token*

String

You can use a secret key instead of login and password. To obtain it, please contact your manager

pwd*

String

Your password in the system

SMS message id_sms number will be sent in response. Used to check the status of SMS.

Example of a browser request

http://lk.mysmpp.ru/sendsms.php?user=login&pwd=password&sadr=sender&dadr=phone&text=message

Last updated