A group of methods for working with SMS templates.
Method | Description |
---|---|
POST /sms/templates Creates an SMS template. Requires authorization and access right sms_manage. | |
DELETE /sms/templates/smsTemplateId Deletes an SMS template by its ID. Requires authorization and access right sms_manage. | |
DELETE /sms/templates Deletes SMS message templates. This method supports the semantics of search queries. Requires authorization and access right sms_manage. | |
GET /sms/templates/smsTemplateId Returns the SMS template by its ID. Requires authorization and access right sms_view. | |
GET /sms/templates/categories Returns SMS template categories. Requires authorization and access right sms_view. | |
HEAD /sms/templates Returns the number of SMS templates that match the query. This method supports the semantics of search queries. Requires authorization and access right sms_view. | |
GET /sms/templates Returns SMS templates that match the query. This method supports the semantics of search queries. Requires authorization and access right sms_view. | |
PATCH /sms/templates/smsTemplateId Edits an SMS template by its ID. This method supports partial updating, only those fields of the object that you specify in the request body will be changed. Requires authorization and access right sms_manage. |