Myanmar Trusted SMS Gateway Service Provider

SMSPoh

Sender ID

You can send messages with your own Sender ID (brand name). This feature allows you to use an 11-character alphanumeric Sender ID that appears in the 'From' field, enhancing your company's image for your users.

Bulk SMS

With SMSPoh batch import or campaign feature, you can send various types of informational messages to your customers. You can send batch messages to up to 100,000 recipients with lightning-fast delivery.

Inbox

The Two-Way SMS (Inbox) feature enables you to receive SMS messages programmatically. You can use either a long code or short code with any network operator and can handle both outbound and inbound messages.

Dashboard Features

Quick Send

Copy or enter a list of up to 1,000 mobile numbers, input the messages, and initiate sending in few seconds.

Campaign

Create an SMS campaign to target specific recipients and track the message open rates using a trackable link.

Batch Import

Upload the recipient list directly from your exported file, such as CRM software, customer databases, etc.

Contacts

You can create contact groups to easily send campaigns at a later time or for regular message sending without hassle.

Role Base Access Control

Invite and manage your company accounts, assign permissions to define operations, and allow the super admin to track the behavior and logs of all accounts.

Real-time Status

You can track the delivery status of your messages, whether successful or failed, and view delivery performance within minutes on the dashboard.

Secure

The SMSPoh dashboard is secured with an HTTPS connection and can be accessed from anywhere around the world.

Inbox

Manage your inbox messages directly on our dashboard, if you have applied.

URL Shortener

Integrated powerful URL shortener, allowing you to create links manually or via API, with full tracking capabilities.

Reports

Various reports are available, and you can generate them based on custom criteria by specifying a date range and other options.

Export

Export your messages in CSV format by selecting a specific date range for your convenience.

API Features

Secure

Our RESTful API is secure, high-performance, and highly reliable, with stringent security policies in place.

No TPS

There is no default TPS limit; our servers are optimized for high performance, handling up to 1,000 TPS of concurrent requests.

Delivery Report

You can specify your delivery report callback URL in the dashboard or in the API payload, and our server will respond with the status once it is received from the SMSC.

Full Encryption

Your messages are fully encrypted with SMSPoh and they can only be read by those who possess the decryption key.

SMSPoh API

Simple and Friendly, Yet Secure and Powerful


    curl --location --request POST 'https://v3.smspoh.com/api/rest/send' \
    --header 'Authorization: Bearer {secureAPiCredential}' \
    --header 'Content-Type: application/json' \
    --data-raw '{
        "from": "SMSPoh",
        "to": "959xxxxxxxx",
        "message" : "Hello World",
        "encrypt" : true,
        "clientReference" : "abcde12345",
    }'