status | Indicates the success or failure of the request. | string |
message | Response message providing details about the result. | string |
data | Object containing the voice campaign details. | object |
data._id | Unique identifier for the campaign. (UUID) | string |
data.name | Display name of the campaign. | string |
data.lname | Lowercase or internal name of the campaign. | string |
data.description | Description of the campaign objective and functionality. | string |
data.dncLists | Contains the contact lists added under the Do Not Call (DNC) list. | object |
data.dncLists.id | Unique identifier of the contact list in the DNC list. | string (UUID) |
data.dncLists.name | The name of the contact list included in the Do Not Call (DNC) list. | string |
data.priority | Priority level of the campaign. | number |
data.format | Format of the campaign (for example, basic, advanced). | string |
data.dialingStrategy | Object containing dialing strategy settings. | object |
data.dialingStrategy.callerId.phoneNumber | Phone number used as the caller ID. | string |
data.dialingStrategy.callingHours.frequency | Frequency at which the campaign runs (for example, DAILY, WEEKLY). | string |
data.dialingStrategy.callingHours.timezone | Time zone used for the campaign’s calling hours. | string |
data.dialingStrategy.callingHours.days | Array of day-wise calling hour configurations. | array |
data.dialingStrategy.callingHours.days[].day | Day of the week when the campaign runs. (Enum) | string |
data.dialingStrategy.callingHours.days[].start | Start time for campaign activity on the given day. (Time) | string |
data.dialingStrategy.callingHours.days[].end | End time for campaign activity on the given day. (Time) | string |
data.experienceFlow | ID of the bot experience flow used in the campaign. (UUID) | string |
data.status | Current status of the campaign (for example, Ready, Stopped). | string |
data.createdAt | ISO timestamp when the campaign was created. (ISO 8601) | string |
data.updatedAt | ISO timestamp when the campaign was last updated. (ISO 8601) | string |
data.schedule | Object containing scheduling preferences. | object |
data.schedule.isSchedulingEnabled | Indicates whether scheduling is enabled. | boolean |
data.schedule.isRecurrenceEnabled | Indicates whether recurrence is enabled. | boolean |
data.campaignInstanceId | Unique identifier for the specific instance of the campaign. (UUID) | string |
data.contactLists | List of contact group names associated with the campaign. | array |