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

# Delivery Status

> Description of delivery statuses tracked for SMS.

## 📭 Setup Delivery Reports

To track the delivery statuses of your SMS notification, you should first setup
delivery reports with the Integration you are sending the SMS with. Every
Integration has the details on how to setup Delivery reports.

## 📃 SMS Delivery Statuses

If the delivery reports are configured properly, you will start seeing the
following statuses in the Logs tab for each SMS notification.

| Status      | Description                                                                                                                                                                                                |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `REQUESTED` | The request has been received by Raven. If the request is valid, Raven will send the notification to the provider integration                                                                              |
| `ACCEPTED`  | The request was successfully sent to the provider integration and Raven received a 200 OK response from them.                                                                                              |
| `DELIVERED` | The notification was successfully delivered to the user.                                                                                                                                                   |
| `FAILED `   | The notification failed to deliver to the user. This could happen in the following cases- 1. Request to the provider integration failed. 2. Provider was not able to deliver the notification to the user. |
| `ERROR`     | The request sent to Raven is invalid. This could happen 1. If the user mobile is invalid or empty. 2. Template is incorrect. 3. User has opted-out of SMS.                                                 |

***
