Shortcodes

Increase engagement with your customers using SMS with a 5-digit shortcode number.

The short code can be used to both send and receive messages from customers.

Signup now

Dedicated Shortcode

This shortcode is owned by you, the client. The client decides on the price to charge on the shortcode.

Shared Shortcode

This shortcode is used by multiple users and differentiated by a keyword. You do not pay for the shortcode aquisition or maintenance, but a one-off fee for the keywords is applied.

  • Normal Rated Shortcode: The short code SMS is charged at the normal rate to send a message but is free to receive a message for both senders and receivers.
  • Toll-free Shortcode: The end user interacts with this short code but does not incur any cost (it is free of charge). The owner of this code is the one that bears the cost of all SMS that are sent and received on this code.

Pricing

All prices are exclusive of VAT. Prices are in Kenyan Shillings.

Signup
Shared Shortcode
Setup fee
Applies to Safaricom and Airtel MNOs
FREE
Monthly Maintenance
KES. 5,000.00
each MNO
Keywords
One-off fee
KES. 3,000.00
Dedicated Shortcode
Setup fee
Applies to Safaricom and Airtel MNOs
KES. 15,000.00
each MNO
Monthly Maintenance
KES. 15,000.00
each MNO

VasPro API

Use our APIs with your application or services to build a robust system that connects with your customers.

The VasPro Developer API Documentation offers all the instructions you need to connect and use our services. Our development support team is ready to help you whenever you need help.

Signup Explore the docs
API Code

var settings = {
  "async": true,
  "crossDomain": true,
  "url": "https://api.vaspro.co.ke/v3/BulkSMS/bulk/create",
  "method": "POST",
  "headers": {
    "cache-control": "no-cache",
  },
  "data": "{
        "apiKey": "api token here",
        "shortCode": "VasPro",
        "origin": "API_INTERFACE",
        "isScheduled": ,
        "scheduleDate":
        "scheduleTime": ,
        "uniqueId": "12347",
        "enqueue": 1,
        "message": ""
        "contacts":
            {"recipients": "07xxxxxxxx,07xxxxxxx"},
        "callbackURL": "http://vaspro.co.ke/dlr"
    }"
}

$.ajax(settings).done(function (response) {
  console.log(response);
});


Trusted by corporates, SMEs and individuals