# Testing different messaging scenarios

### 1 - **Coex number (from App) sends a text message to an API number** <a href="#coex-number-from-app-greater-than-text-message-greater-than-api-number" id="coex-number-from-app-greater-than-text-message-greater-than-api-number"></a>

02 webhooks are received: one incoming message to the API number and one echo message from the Business app number.

### 2 - API number sends a text message to a Coex number <a href="#api-number-greater-than-text-message-greater-than-coex-number" id="api-number-greater-than-text-message-greater-than-coex-number"></a>

No message echo was generated. The API number received one error, but the message was sent, delivered, and read. It seems that it is not possible to check the content of the message, but it was sent and delivered correctly.

### **3 - Coex number (from API) sends a template message to the API number** <a href="#coex-number-from-api-greater-than-template-message-greater-than-api-number" id="coex-number-from-api-greater-than-template-message-greater-than-api-number"></a>

Message undeliverable error.

### **4 - API number sends a template message to the Coex number** <a href="#api-number-greater-than-template-message-greater-than-coex-number" id="api-number-greater-than-template-message-greater-than-coex-number"></a>

It works fine. Generated the 03 standard webhooks: sent, delivered, and read.


---

# 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.360dialog.com/partner/onboarding/whatsapp-coexistence/testing-different-messaging-scenarios.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.
