API sms EN

Материал из WiKi - UserSide
Версия от 19:47, 9 мая 2026; IronBot (обсуждение | вклад) (Normalize API language switcher)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

ru | en

Section API ERP "UserSide"

Purpose: SMS messages

Additional parameters:
action - request subcategory (possible value: see below)

Subcategories

send

Description: Send message
Obligatory parameters:
 number - phone number
 msg - message text
Optional parameters:
 customer_id - ID of the user to which to attach the SMS
Optional returned data:
 array(
  [id] => ID of the sent message
 )

status

Description: Information about the message
Required parameters:
 id - message ID (multiple comma values possible)
Optional returned data:
 array(
  [data] => array of message data
 )