SMSPoh
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.
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.
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
Copy or enter a list of up to 1,000 mobile numbers, input the messages, and initiate sending in few seconds.
Create an SMS campaign to target specific recipients and track the message open rates using a trackable link.
Upload the recipient list directly from your exported file, such as CRM software, customer databases, etc.
You can create contact groups to easily send campaigns at a later time or for regular message sending without hassle.
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.
You can track the delivery status of your messages, whether successful or failed, and view delivery performance within minutes on the dashboard.
The SMSPoh dashboard is secured with an HTTPS connection and can be accessed from anywhere around the world.
Integrated powerful URL shortener, allowing you to create links manually or via API, with full tracking capabilities.
Various reports are available, and you can generate them based on custom criteria by specifying a date range and other options.
API Features
Our RESTful API is secure, high-performance, and highly reliable, with stringent security policies in place.
There is no default TPS limit; our servers are optimized for high performance, handling up to 1,000 TPS of concurrent requests.
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.
Your messages are fully encrypted with SMSPoh and they can only be read by those who possess the decryption key.
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", }'