Webcom Mobi API Docs
RU
  • Introduction
  • СПОСОБЫ ВЗАИМОДЕЙСТВИЯ С A2P ПЛАТФОРМОЙ
    • JSON specification
      • Sending SMS, Viber, Flash SMS, WAP-Push
      • SMS status request
        • POST request
        • Webhook
      • Balance check request
    • HTTP GET specification
      • Sending SMS
      • Sending Viber
      • Sending Cascade
      • Request message status
      • Registration
    • XML specification
      • Sending SMS, Viber, Flash SMS, WAP-Push
      • SMS status request
        • POST request
        • Webhook
      • Balance check request
      • Request to receive a list of senders
      • Request to add senders
      • Request for incoming SMS
      • Request for information by phone number
      • Request for obtaining the list of bases
      • Request to change parameters, add/remove bases
      • Request for receiving the list of subscribers of the base
      • Request to add/edit/delete subscribers of the base
      • Request to get the list of numbers from the STOP list
      • Request to add/remove subscribers to the STOP list
      • Request to receive the list of scheduled SMS
      • Request to delete a scheduled SMS
      • Request to get the time of change of something
      • Request for time verification
      • File upload request
      • Request to refill users' balance
    • ВЗАИМОДЕЙСТВИЕ С ПЛАТФОРМОЙ MSG (НЕОФ КАНАЛЫ)
    • Specification JSON
      • Чекинг базы номеров
Powered by GitBook
On this page
  • Sending SMS
  • Example of a browser request
  1. СПОСОБЫ ВЗАИМОДЕЙСТВИЯ С A2P ПЛАТФОРМОЙ
  2. HTTP GET specification

Sending SMS

Sending SMS

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

Request Body

Name
Type
Description

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 5 months ago