post https://api.sendios.io/v1/sms/send/system
API endpoint to send SMS.
Before sending an SMS, you need to create an SMS sender. Please refer to the article Omnichannel Integration for more details.
When using this API endpoint, the user fields listed in the table below are saved in the system and updated when using the same API endpoint in the future:
Field | Description |
---|---|
namе | User name; |
gender | User gender: 'm' – male, 'f' – female; |
platform_id | 0 – Unknown, 1 – Desktop, 2 – Mobile (Mobile Browser + Tablet), 3 – Android App, 4 – iOS App; |
country_id | Two- or three-letter country code (e.g. "esp"); |
language_id | Two-letter language code (e.g. "es"); |
ak | Auth key - key for user authorization / autologin on the product; |
age | User age; |
photo | Link to the user's photo; |
vip | User status: 1 – payer, 0 – non-payer. |
By default, the VIP parameter has the value “0” (non-payer).