Panacea Mobile Help Centre
  • 👋Welcome to Panacea Mobile!
  • Overview
    • Getting Started
    • Multipart SMS
    • Unicode Characters
    • SMS Delivery Statuses
      • Troubleshooting SMS Delivery
    • Compliance
    • FAQs
    • International SMS
      • 🚧Country Regulations & Requirements (under construction)
  • How To Guides
    • Panacea Mobile Dashboard
    • Send a single SMS
    • Send batch campaigns
    • Send personalised batch campaigns
    • Inbox
    • Inbound Triggers
    • SMS Numbers
    • Blocked Numbers & Opt-Outs
    • Sub Accounts
    • Reporting
    • Adding prepaid credits
    • Account Settings
      • My Profile
      • My Billing
      • Security
  • Developers
    • HTTPS API
      • Single Sends
      • Batch Sends
      • Delivery Reports via API
      • Receiving Inbound SMS
      • API Response Code
      • API Keys
      • Examples
        • PHP
          • PHP API Example
          • Simple SMS Send
          • Bulk SMS Send
          • Batch Create
          • Batch Create (.zip)
          • Message Status
        • Python
          • Python API Example
    • SMPP API
      • SMPP Connection Details
  • USSD
    • What is USSD?
    • USSD Campaigns
    • Integration with your server
  • Reseller Platform
    • Reseller Platform Features
    • Getting Started
    • Reseller Settings
    • Managing Your Customer Accounts
    • Branded Platform Example
    • FAQs
Powered by GitBook
On this page

Was this helpful?

  1. How To Guides

SMS Numbers

PreviousInbound TriggersNextBlocked Numbers & Opt-Outs

Last updated 1 year ago

Was this helpful?

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).

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.

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

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:

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
Edit Reply Delivery Channels
Reply Delivery URL (HTTP)