| Method | POST |
|---|---|
| Endpoint | https://{{host}}/campaign/api/v2/public/{{streamId}}/campaign/schedule?enableSchedule=false&campaignName={{campaignName}} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token |
| API Scope | Campaign Management |
Query Parameters
| Parameter | Description | Type |
|---|---|---|
enableSchedule | Disable a campaign schedule with either Daily or Weekly recurrence patterns. Set it to false. | boolean, required |
campaignName | The name of the Voice or SMS campaign. | string, required |
Sample Request
Request Headers
| Header | Description | Type/Required |
|---|---|---|
auth | JWT token for authentication. | string, required |
accountId | The account ID associated with the API request. | string, required |
Content-Type | The format in which the request payload is sent to the server. Example: application/json | string, required |
iid | BotId or StreamId. You can access it from the App Settings page of the bot. | string, required |
Sample Response
Response Parameters
| Parameter | Description | Type |
|---|---|---|
status | Indicates the response status. Example: success | string |
message | Descriptive message about the result. | string |
id | Unique identifier of the Voice or SMS campaign that was successfully disabled. | string |