sms_manage

Manage status and delete SMS messages and campaigns.

MethodDescription
deleteSmsDELETE /sms/messages
Deletes SMS messages.

This method supports the semantics of search queries.

Requires authorization and access right sms_manage.

updateSmsPATCH /sms/messages
Stops or starts sending SMS messages.

This method supports the semantics of search queries.

Requires authorization and access right sms_manage.

deleteSmsByIdDELETE /sms/messages/smsId
Deletes an SMS message by its ID.

Requires authorization and access right sms_manage.

updateSmsByIdPATCH /sms/messages/smsId
Stops or starts sending an SMS message by its ID.

Requires authorization and access right sms_manage.

deleteSmsCampaignsDELETE /sms/campaigns
Deletes SMS Campaigns.

This method supports the semantics of search queries.

Requires authorization and access right sms_manage.

updateSmsCampaignsPATCH /sms/campaigns
Stops or starts sending SMS campaigns.

This method supports the semantics of search queries.

Requires authorization and access right sms_manage.

deleteSmsCampaignByIdDELETE /sms/campaigns/smsCampaignId
Deletes an SMS campaign by its ID.

Requires authorization and access right sms_manage.

updateSmsCampaignByIdPATCH /sms/campaigns/smsCampaignId
Stops or starts sending SMS campaigns by campaign ID.

Requires authorization and access right sms_manage.

putSmsSenderPUT /sms/senders
Creates or changes the signature of an SMS sender.

Requires authorization and access right sms_manage.

deleteSmsSendersDELETE /sms/senders
Deletes signatures of SMS senders.

This method supports the semantics of search queries.

Requires authorization and access right sms_manage.

deleteSmsSenderByIdDELETE /sms/senders/smsSenderId
Deletes the signature of an SMS sender by its ID.

Requires authorization and access right sms_manage.

createSmsTemplatePOST /sms/templates
Creates an SMS template.

Requires authorization and access right sms_manage.

deleteSmsTemplatesDELETE /sms/templates
Deletes SMS message templates.

This method supports the semantics of search queries.

Requires authorization and access right sms_manage.

deleteSmsTemplateByIdDELETE /sms/templates/smsTemplateId
Deletes an SMS template by its ID.

Requires authorization and access right sms_manage.

updateSmsTemplateByIdPATCH /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.