---
title: "Campaigns"
slug: "outbound-dialer-campaigns-view"
description: "The Voiso Dialer Campaigns page enables you to view and manage all your outbound calling campaigns."
tags: ["Outbound", "Dialer", "campaigns"]
updated: 2026-06-04T10:06:57Z
published: 2026-06-04T10:06:57Z
canonical: "docs.voiso.com/outbound-dialer-campaigns-view"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voiso.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Campaigns page

**Who should read this article**: Administrators

The Voiso Dialer Campaigns page enables you to view and manage all your outbound calling campaigns.

## Introduction

The **Campaigns** page contains a table that lists all the outbound Dialer Campaigns you have created for your contact center. The table includes details about the campaigns, their current status, and [controls](/v1/docs/outbound-dialer-running-a-campaign) to start, pause, and stop campaigns. Use this page to [add new campaigns](/v1/docs/outbound-dialer-adding-a-new-campaign) or [edit the properties of existing campaigns](/v1/docs/outbound-dialer-campaigns-view#editing-a-campaign). You can also access [campaign reports](/v1/docs/outbound-dialer-campaigns-view#campaign-reports) for campaigns that are ended (stopped or completed).

For a detailed use case of running a Voiso Dialer campaign, refer to [How to run a dialer campaign](/v1/docs/how-to-run-a-dialer-campaign).

Tip

To monitor your Dialer campaign progress, use the [Real-time dashboard](/v1/docs/reporting-real-time-dashboard).

### Campaigns API

You can use the [Voiso Campaigns API](https://developers.voiso.com/reference/getcampaigns) to retrieve a list of your campaign names and IDs and to add contact to a campaign.

## Campaigns page

To access the **Campaigns** page, from the Voiso navigation bar, navigate to **Outbound > Dialer campaigns**.

![Outbound Dialer Campaigns Campaign Page](https://cdn.document360.io/44ae307a-3737-4fbf-98e0-9b888deb90dc/Images/Documentation/Outbound%20Dialer%20Campaigns%20Campaign%20View.png)

The main elements of the **Campaigns** page are:

| # | Element | Description |
| --- | --- | --- |
| 1 | Created on | The date and time that the new campaign was first saved. If you edit the campaign properties later, the 'created on' date does not change. |
| 2 | ID | The chronological number of the campaign in the Voiso cluster. This number is generated automatically. |
| 3 | Campaign name | The name that you gave to the campaign when you created it. Clicking the name displays the [Edit Dialer campaign](/v1/docs/outbound-dialer-campaigns-view#editing-a-campaign) page for that campaign or view the [campaign report](/v1/docs/outbound-dialer-campaigns-view#campaign-reports). |
| 4 | Contacts | The number of contacts to be called by the Dialer. The number is determined by either the number of contacts in the contact list CSV file or the number of contacts in the list provided by your [CRM](/v1/docs/outbound-dialer-running-a-crm-campaign). For [live campaigns](/v1/docs/outbound-dialer-running-a-crm-campaign#running-a-live-crm-campaign), the value is '∞' (infinite). |
| 5 | Ready to dial | The number of contacts currently ready for dialing. Excludes leads outside the configured time window, leads already dialed, and leads from blocked countries. This helps to evaluate whether agent allocation should be adjusted. |
| 6 | Agents | The number of agents assigned to the campaign. |
| 7 | Progress | The percent of calls that are complete. |
| 8 | Status | The [status](/v1/docs/outbound-dialer-campaigns-view#campaign-statuses) of the campaign. Statuses include: Draft, Loading data, Active, Stopped, Paused, Completed, and Import error. |
| 9 | Controls | The [campaign control buttons](/v1/docs/outbound-dialer-running-a-campaign). Use the buttons to start, pause, and stop campaigns. Stopped campaigns are ended and cannot be restarted. |
| 10 | Search | Search the campaign table for campaigns by name, date, or ID. |

### Campaign statuses

Dialer outbound campaigns can be in one of the following statuses:

| Status | Description |
| --- | --- |
| Draft | The campaign is created and saved but has not been made active. If all parameters are correct, the **Start** button is available in the controls column. |
| Active | The campaign is currently running. Agents are logged into the campaign and are handling interactions. The campaign may be paused or stopped. |
| Stopped | The campaign has ended without being completed. Not all contacts were called. The campaign cannot be reactivated. To run the campaign again, use the **Clone** button. |
| Paused | The active campaign is on hold but may be activated again. |
| Completed | The campaign has called all contacts and has ended. The campaign cannot be reactivated. To run the campaign again, use the **Clone** button. |

## Editing a campaign

Campaign parameters may be edited whenever the campaign is in the following states: Draft, Active, or Paused. To edit campaign parameters, click the name of the campaign from the table in the **Campaigns** page to display the **Edit campaign** page. Refer to [Adding a new campaign](/v1/docs/outbound-dialer-adding-a-new-campaign) for information about the fields and settings in this page. [Campaign reports](/v1/docs/outbound-dialer-campaigns-view#campaign-reports) and calling list summaries are available from the **Edit campaign** page.

![Outbound Dialer Campaigns Edit Campaign Page](https://cdn.document360.io/44ae307a-3737-4fbf-98e0-9b888deb90dc/Images/Documentation/Outbound%20Dialer%20Campaigns%20Edit%20Campaign%20View.png)

## Campaign reports

When a campaign is completed, Voiso produces a campaign report which is accessed from the **[Edit campaign](/v1/docs/outbound-dialer-campaigns-view#editing-a-campaign)** page by clicking **Campaign report**. The campaign report includes the following sections:

| Report | Description |
| --- | --- |
| General settings | The parameters that were set for the campaign in the **Add campaign** or **Edit campaign** page |
| Call dispositions | The call outcomes assigned by Voiso: Answer, No answer, Busy, Rejected, Failed, Machine answered, and total call attempts |
| Progress and duration | Metrics describing when the campaign started and ended, and how long it ran. |
| Dial attempts distribution | A pie chart of the number of dial attempts per contact. |
| Metrics | Accumulated call metrics. |
| Wrap-up codes | A bar graph of [wrap-up codes](/v1/docs/administration-wrap-up-codes) assigned by agents. |

![Outbound Campaign Report](https://cdn.document360.io/44ae307a-3737-4fbf-98e0-9b888deb90dc/Images/Documentation/Outbound%20Campaign%20Report.png)

### Calling list

After a campaign becomes active, you can access the following CSV documents on the **[Edit campaign](/v1/docs/outbound-dialer-campaigns-view#editing-a-campaign)** page:

| Document | Description |
| --- | --- |
| Original list | The calling list CSV file that you imported. |
| List of invalid numbers and duplicates | A CSV of contact numbers from the original calling list that were invalid or duplicates. |
| List with call dispositions and wrap-up codes | CSV format: `&lt;contact number&gt;,&lt;contact name&gt;,&lt;last call disposition&gt;,&lt;last wrap-up code&gt;` |

### Real-time dashboards

The Voiso [Real-time dashboards](/v1/docs/reporting-real-time-dashboard) include the **Dialer Monitoring** widgets that enable you to monitor your campaigns while they are active. To add Dialer monitoring to your Dashboard, from the Voiso navigation bar, navigate to **Reporting > Real-time dashboards**, then click **Add widget**. From the **Add new widget** panel, select the widgets you want to monitor, then click **Add**.

![Reporting Real-time Dashboard Dialer Monitoring Widgets](https://cdn.document360.io/44ae307a-3737-4fbf-98e0-9b888deb90dc/Images/Documentation/Reporting%20Real-time%20Dashboard%20Dialer%20Monitoring%20Widgets.png)

For more information about the Dialer monitoring widgets, refer to [Dialer monitoring widgets](/v1/docs/reporting-dialer-monitoring).

An outbound calling campaign where agents are assigned to handle calls that are automatically dialed and connected by the Voiso Dialer. Dialer handles the rate at which calls are dialed based on the number of available agents. The list of phone numbers in the campaign are pre-loaded from a CSV file or imported from a CRM.

Comma-Separated Values. A data file format where the content is structured in tabular form. Fields (data values) are separated by commas. Rows (records) are separated by line feeds. Voiso supports UTF-8 format for CSV files. CSV files allow interchange of data between spreadsheet applications, text files, and database. It is a common format for importing and exporting data. Each row represents a record. Each value represents an attribute.

A display on a computer screen that enables easy viewing of real-time data, communication, KPI reporting, or technical information.

## Related

- [Dialer campaigns overview](/outbound-dialer-campaigns-overview.md)
