Keego is a hosted cloud solution for sending and receiving WhatsApp messages via REST API.

It’s a professional tool designed for developers, so they can easily build chatbots or integrate this useful feature with their existing applications, crm, etc.

Once you sign up, you will be able to start sending messages in a couple of minutes, just with a few lines of code, no matter which programming language you use.

Keego is an independent running service, not endorsed by nor related to WhatsApp.

You need to link your phone with Keego. Once you sign up and login, you must open WhatsApp on your phone and scan the QR code we give you.

Keego uses your phone to communicate with WhatsApp servers.

Watsapi was created to be an cloud API message gateway, pretty much analog to what an SMS API would be, but from 5x to 20x times cheaper and far more versatile.

Can I use Watsapi to read incoming messages?

Currently not. We only support outgoing messages.

Keego was created to be an cloud API message gateway, pretty much analog to what an SMS API would be, but from 5x to 20x times cheaper and far more versatile.

We remotely communicate with your mobile device with WhatsApp pre-installed sending messages. We rely on the remote web API in order to communicate and messages in a relaible way.

Messages will remain in the queue and will be sent automatically once the device is online again.

You can configure alert settings in the admin panel, if you want to receive an alert via email or even your personal WhatsApp number, If after 5 minutes we cannot communicate with your device.

Important: no messages will be lost during the process.

No. You can operate with a personal one, as long as the account is operative and not banned. That being said, we encourage our customers running a business to register as a business account in WhatsApp.

The Keego API allows you to send up to 6,000+ (120 per minute) messages per day. But if you send too many unsolicited messages, recipients will probably click the Spam button and you will eventually get you WhatsApp account blocked.

This means you number would not be valid anymore and you would need to register again with a different phone number. Note this would only happen under scenarios where you are massively sending unsolicited messages to users.

You can check this article with some recommendations so you can keep your WhatsApp account safe.

You can use multiple accounts. Multiple WhatsApp numbers allow you to send more messages per day. If you use more than 5 accounts, we provide a discount. You can add as many accounts as you want in the admin panel, once you log in.

Yes, you can cancel the subscription anytime you want. Service will continue operating until the current month billing cycle ends.

Of course! Usually there are a couple of WhatsApp updates per year, some of them could affect the work of Keego API. Normally it takes us a couple of working hours to adapt our API to the changes.

1 account Chat API = 1 WhatsApp number
1- 5 accounts $39 /per account
6-20 accounts $34 /per account
20-50 accounts $29 /per account
50-100 accounts $19 /per account
100-500 accounts $15 /per account
500+ accounts $9 /per account

Yes, you can.

Important! Use the /sendFile method instead of the message (sendMessage) method in the link to the token. Send only https links (do not send http). The maximum file size is 1 mb. It is better to send large files with a link, not base64.

  1. Create a group using the POST /group method.
  2. Get chatid through the GET /messages method.
  3. Send a message to the group via POST /sendMessage method