Stops or starts sending SMS campaigns.
This method supports the semantics of search queries.
Request
PATCH https://api.bytehand.com/v2/sms/campaigns
Parameters
Query Parameters | |
---|---|
paused | boolean Required parameter. If true, changes the status of SMS messages in NEW to PAUSED. If false, reverses the operation, changes the SMS state messages in PAUSED status to NEW. |
query | string Optional parameter. Search query. Use special language for writing queries. Valid search fields are determined by the type of objects being searched. Default is empty query that matches all objects. |
Authorization
Requires authorization and access right sms_manage.
Response
Upon successful completion of the request, an object of type Response is returned.