sms_manage
Manage status and delete SMS messages and campaigns.
Method | Description |
---|---|
DELETE /sms/messages Deletes SMS messages. This method supports the semantics of search queries. Requires authorization and access right sms_manage. | |
PATCH /sms/messages Stops or starts sending SMS messages. This method supports the semantics of search queries. Requires authorization and access right sms_manage. | |
DELETE /sms/messages/smsId Deletes an SMS message by its ID. Requires authorization and access right sms_manage. | |
PATCH /sms/messages/smsId Stops or starts sending an SMS message by its ID. Requires authorization and access right sms_manage. | |
DELETE /sms/campaigns Deletes SMS Campaigns. This method supports the semantics of search queries. Requires authorization and access right sms_manage. | |
PATCH /sms/campaigns Stops or starts sending SMS campaigns. This method supports the semantics of search queries. Requires authorization and access right sms_manage. | |
DELETE /sms/campaigns/smsCampaignId Deletes an SMS campaign by its ID. Requires authorization and access right sms_manage. | |
PATCH /sms/campaigns/smsCampaignId Stops or starts sending SMS campaigns by campaign ID. Requires authorization and access right sms_manage. | |
PUT /sms/senders Creates or changes the signature of an SMS sender. Requires authorization and access right sms_manage. | |
DELETE /sms/senders Deletes signatures of SMS senders. This method supports the semantics of search queries. Requires authorization and access right sms_manage. | |
DELETE /sms/senders/smsSenderId Deletes the signature of an SMS sender by its ID. Requires authorization and access right sms_manage. | |
POST /sms/templates Creates an SMS template. 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. | |
DELETE /sms/templates/smsTemplateId Deletes an SMS template by its ID. Requires authorization and access right sms_manage. | |
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. |