# What to Do If a Message Fails to Send

Sometimes, messages fail to deliver—maybe the email address is invalid or the phone number is no longer active. Roopi flags these issues clearly so you can fix them fast and keep the payment process on track.

❌ **How to Spot a Failed Message**

1. Go to the **Messages** tab.
2. Look for any message with a **❌ Failed** tag next to it.

🛠️ **How to Fix a Failed Message**

✅ **Option 1: Correct the Contact Info**

* Go to the **Invoices** tab.
* Click the invoice related to the failed message.
* Edit the **email address** or **phone number** for that client.
* Save changes, then return to the Messages tab and click **Resend**.

🔁 **Option 2: Retry Without Editing**

* If the issue was temporary (e.g. network delay), click **Resend** and Roopi will try again using the same details.

💡 **Pro Tips**

* Double-check for typos in client emails and phone numbers.
* If you’re unsure which contact is correct, try reaching out manually and updating Roopi once you confirm.


---

# 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://helpyou.gitbook.io/roopi/what-to-do-if-a-message-fails-to-send.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.
