# Campaign and message status

If you want to send bulk SMS/MMS messages, you should create campaigns first. With campaigns, you can easily manage all bulk-sending projects and track the status with report features.

### Campaign reports

You can check all status of campaigns and also the sending details of every campaign.&#x20;

**Campaigns status**

| Status    | Description                                             |
| --------- | ------------------------------------------------------- |
| Completed | Campaigns are finished sending                          |
| Scheduled | Campaigns are scheduled to sending at a specific time   |
| Sending   | Campaigns are working and sending the message right now |
| Cancelled | Campaigns were cancelled                                |
| Draft     | Campaigns are saved as a draft                          |

**Message status**

| Status      | Description                                                                                                                                                                                                  |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| accepted    | eztalks platform has received your request to send a message                                                                                                                                                 |
| scheduled   | The message is scheduled to be sent.                                                                                                                                                                         |
| queued      | The request to send a message was successful and the message is queued to be sent out.                                                                                                                       |
| sending     | In the process of dispatching your message to the nearest upstream carrier in the network.                                                                                                                   |
| sent        | The nearest upstream carrier accepted the message.                                                                                                                                                           |
| delivered   | eztalks has received confirmation of message delivery from the upstream carrier, and, where available, the destination handset.                                                                              |
| undelivered | eztalks has received a delivery receipt indicating that the message was not delivered. This can happen for many reasons including carrier content filtering and the availability of the destination handset. |
| failed      | The message could not be sent. This can happen for various reasons including queue overflows, account suspensions and media errors (in the case of MMS). eztalks does not charge you for failed messages.    |
| canceled    | The message has been canceled. This status is only available when you cancel a scheduled campaigns                                                                                                           |
| receiving   | The inbound message has been received by eztalks and is currently being processed.                                                                                                                           |
| received    | On inbound messages only. The inbound message was received by one of your eztalks numbers.                                                                                                                   |


---

# 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://eztalks.gitbook.io/help/products/sms/campaign-and-message-status.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.
