API sms EN: различия между версиями

Материал из WiKi - UserSide
(Normalize API language switcher)
(Add Ukrainian API docs and trilingual API links)
Строка 1: Строка 1:
[[API_sms|ru]] | '''en'''
'''en''' | [[API_sms_UK|uk]] | [[API sms|ru]]


Section '''[[API_EN|API]]''' ERP "UserSide"
Section '''[[API_EN|API]]''' ERP "UserSide"

Версия от 08:29, 10 мая 2026

en | uk | ru

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
 )