# SMS Numbers

In the **SMS Numbers** section of the dashboard, you can view and manage the various numbers associated with your account (dedicated long codes and short codes).&#x20;

It also offers the flexibility to set the forwarding channel for **inbound messages**. Users can choose from several forwarding options, each catering to different integration and handling needs:

* Default setting
* HTTP
* SMPP

### Reply Delivery Channels

The **Default** setting refers to the Global setting for your user account meaning ALL replies that come back into your inbox. By selecting **Edit** you’ll be presented with a few options.

<figure><img src="/files/8DWQawr2dTYAaj3YubTX" alt=""><figcaption><p>Edit Reply Delivery Channels</p></figcaption></figure>

#### SMPP

SMPP (Short Message Peer to Peer) allows all inbound messages to be pushed over SMPP to your SMPP server when bound as an ESME to our platform.

#### Inbound Trigger

You can set up multiple triggers to define different actions based on various conditions or filters. For example, triggers can be set for messages containing specific words, coming from a specific number, or for any inbound messages. Each trigger can also define one or multiple actions, such as sending an email, sending an SMS, calling a URL, or adding/removing a number to/from a list.

#### HTTP&#x20;

This setting will allow a server URL to be called with an HTTP GET to push all replies over HTTP. The structure of the payload when we call your URL is as follows:&#x20;

{% code overflow="wrap" %}

```
https://www.yoururl.co.za/tmp/inbox/replies.php&to=1234567890&from=27123456789&charset=UTF8&message=Hello&code=1001&client_reference=123&mcc=655&mnc=01&mo_message_id=161145956
```

{% endcode %}

<figure><img src="/files/YGvIfCdFtgFNa89uTbD8" alt=""><figcaption><p>Reply Delivery URL (HTTP)</p></figcaption></figure>


---

# 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://panaceamobile.gitbook.io/panacea-mobile-help-centre/how-to-guides/sms-numbers.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.
