# Send batch campaigns

From your login screen, select **Compose** from the top left panel of the screen.

Select **Bulk SMS**

You will then be navigated to the **Import Batch** screen as pictured below:

![Import Batch](/files/rS3c5jFnfolCXK9kkXBx)

You will now be able to upload your batch file from the above screen. To do this, select **Upload a File.** From here, you can navigate to your batch file in .csv (recommended format) and select it.

{% hint style="info" %}
**Best Practice:** Always compose your message text in a plain text editor such as NotePad for Windows and TextEdit for Mac before copying it into your Excel File.
{% endhint %}

#### **Sample File:**

<figure><img src="/files/AH4booV5vMhRfcqnYCIu" alt=""><figcaption><p>Batch Campaign Sample</p></figcaption></figure>

{% hint style="danger" %}
**Number Formatting:** Always include the correct country prefix when sending messages. For example, use 27831230007 for recipients in South Africa.
{% endhint %}

Once you have selected your desired batch file, you will be navigated to the screen below. This next step requires selecting your file's first row of usable data. This row will be highlighted as per the image below. Once you have matched the row, you may proceed by selecting the **Next Step.**

<figure><img src="/files/vjguQpVAZI7btQtwBfDB" alt=""><figcaption><p>Select Rows</p></figcaption></figure>

On this page, we will ask you to let us know what data makes up each column of the .csv file you uploaded. As you can see, you will also be given the option to **Compose** your message if your batch file .csv does not contain one. If you followed the file format, the page should be set up similarly to the screen below.&#x20;

<figure><img src="/files/tdxM9twWvcK9vCrdNOX3" alt=""><figcaption><p>Match Rows</p></figcaption></figure>

Once you are satisfied with the setup, you can proceed by selecting the **Next Step** option.

The next step in the process would be to apply your **final settings** for your SMS send. Some notable options:

<table><thead><tr><th width="295">Option</th><th>Description</th></tr></thead><tbody><tr><td><strong>Campaign Name</strong></td><td>This is the name of your batch file or campaign that you'd like to use.</td></tr><tr><td><strong>From</strong></td><td><p>This is a custom number that you can select as the source number for the SMS.</p><p>This number can be anything you need to it be and will be used to cross-reference incoming messages back to a campaign if you need to track this. The value can either be alpha or numeric.</p></td></tr><tr><td><strong>Start sending campaign</strong></td><td><p>This option allows you to select when the batch will be started:</p><p></p><p><strong>Immediately</strong> - sends the batch immediately once the steps have been completed.</p><p><strong>When I click ‘Start’</strong> - saves the batch for a manual start at a later time. </p><p><strong>At a scheduled date and time</strong> - Sends the batch at the date and time selected. </p></td></tr><tr><td><strong>Advanced Options</strong></td><td>This allows you to view and set advanced options for the batch send such as speed (TPS), filtering options, removing duplicates (checked by default), and batch splitting options for bigger campaigns. </td></tr></tbody></table>

{% hint style="info" %}
The **From** value can be alpha or numeric and will not be displayed on the handset unless it is a sender ID requirement for international messages outside South Africa. Please refer to our country regulation list for more information.&#x20;
{% endhint %}

<figure><img src="/files/PehlFasxCZrZQe21Z3K7" alt=""><figcaption><p>Campaign Settings</p></figcaption></figure>

After you've created the batch, you'll be taken to a batch preview page where you can review your message content, settings, and total billable messages. Enter your mobile number in the **SEND TEST** field and press the **SEND** button to send a live test to confirm that you are satisfied with your final text (optional).

<figure><img src="/files/vlfphSmM4b0Z95nviqRI" alt=""><figcaption><p>Preview before sending</p></figcaption></figure>

{% hint style="success" %}
Always note your **total billable messages** in the Preview screen to determine whether your message parts are accurate, or if any **Unicode characters** are present in your message text. &#x20;
{% endhint %}

You can continue by selecting **Finish.**

You will be taken to the campaign status page once the batch has been created. If you choose an immediate start, this page lets you track the campaign's progress.

For sending at a later stage, return to **Campaigns** to manually begin your batch send. Here you can see a list of your campaigns. **Start Batch** by selecting the drop-down arrow next to the desired campaign name. Your batch will now start sending.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://panaceamobile.gitbook.io/panacea-mobile-help-centre/how-to-guides/send-batch-campaigns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
