# Account Settings - WhatsApp sending queue

<figure><img src="/files/5a15816c875ed288de2df51cbc7cfb52e6275b21" alt=""><figcaption></figcaption></figure>

The WhatsApp sending queue feature is an essential tool for companies that use WhatsApp Web and the API for customer service automations, CRM, among others. This tool allows not only viewing the messages that were sent, but also checking for errors, accessing details about those errors, and managing the message queue, ensuring a more efficient and effective operation.

### Overview of the Sending Queue

The WhatsApp sending queue shows all messages that were processed by the system. These messages can come from different automations, such as:

* **Customer Service Automation**: Messages sent automatically for customer support.
* **CRM**: Communications sent to manage customer relationships.
* **Automation Flows**: Automated messages sent by flow.
* **Message Queue**: Messages scheduled to be sent at a certain time.

### Accessing the message queue

* Access the system settings and account settings

<figure><img src="/files/67282f23e52c39a49d20ce8a672d1d0974a25e01" alt=""><figcaption></figcaption></figure>

* Click the "view queue" button

<figure><img src="/files/58dc99153594d6ad970809d50d861003bbc3f16d" alt=""><figcaption></figcaption></figure>

* it will then show the panel with all messages sent and that had errors since the last send

<figure><img src="/files/8899365e9a756dc42da8d5387129f2098140c837" alt=""><figcaption></figcaption></figure>

#### Message View

In the sending queue, you can view all messages that were sent, along with the status of each. Messages can have the following statuses:

* **Sent**: The message was sent successfully, whether it was read or not, and whether it was replied to by the customer.

<figure><img src="/files/002016f76cc0ccf88b1188f63e1e04f6071d418b" alt=""><figcaption></figcaption></figure>

* **Error**: There was a problem sending the message. Indicates the nature of the problem (e.g.: invalid phone number, message blocked by WhatsApp, etc.). A more specific description of the error, which can help in resolving the issue.

<figure><img src="/files/6c22fa88d2829ebe01257fe25cc3c78ff045dffa" alt=""><figcaption></figcaption></figure>

* By clicking on details, you can see the reason for the error:

<figure><img src="/files/395d2229d9b65e8246efcfca7e501421b5725ac4" alt=""><figcaption></figcaption></figure>

For each message, you can click "View" to see the exact content of the message that was sent.

<figure><img src="/files/4a27131aedf45d0ce5635fe982dd91f20e5be821" alt=""><figcaption></figcaption></figure>

### Message queue management

**Deleting Messages**

If the sending queue reaches your plan limit, it is possible to delete messages to free up space. This can be done manually by selecting the messages you want to remove, or automatically by configuring rules to delete old messages or messages with an error status.

<figure><img src="/files/5d48dc217da2fdbf53f8fd82fd49d70a196a0962" alt=""><figcaption></figcaption></figure>

When clicking, you are asked to confirm the deletion of the queue:

<figure><img src="/files/92248a7531debd6c8901ac8abde5936e4f4d8706" alt=""><figcaption></figcaption></figure>

#### After typing "delete", the queue will be cleared:

<figure><img src="/files/48457bb4a7d342cadd3e73d3d879a721630d72c7" alt=""><figcaption></figcaption></figure>

### WhatsApp API sending queue

With WhatsApp API the information changes, instead of the message body you receive the template ID:

<figure><img src="/files/39ef6a69db8b1a6dd79fc1ba553f0b594f6d63c8" alt=""><figcaption></figcaption></figure>

And it will also not show error status because the error will only occur in the second verification of the template done by Meta, and this will appear in the Meta Business panel.

Canceling the queue is the same thing, it is possible to cancel from Sprinthub's side but the sending is so fast that it may not be possible.&#x20;


---

# 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://docs.sprinthub.com/en/topics/settings/account-settings/whatsapp-web/account-settings-whatsapp-sending-queue.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.
