WhatsMate home page

WhatsApp Gateway API - Frequently Asked Questions




🎯 Question: Who can use your API services? Who is your target audience?

Software developers and DevOps engineers are our target audience. To use our API, you need programming experience and the ability to follow the documentation step by step.

If you don't have technical experience, consider whether this API is the right fit before subscribing.


🚀 Question: I want to try your API services. How should I proceed?

Thank you for your interest in our services.

First, subscribe to a plan that suits your needs. We recommend choosing a plan with the Trial option.

You'll receive a confirmation email with setup instructions. Read the entire email carefully.

Follow each and every step in order. Missing even one step will prevent the API from working.

Have fun!


📧 Question: I have just paid and subscribed. Why didn't I get the confirmation email?

Check both your INBOX and SPAM folders. Most customers who report this issue find the email in their SPAM folder.

If you have multiple email accounts, check all of them.

Contact us if you still can't find the email after checking thoroughly.


💬 Question: I wanted to send myself a message but didn't receive anything. Why?

The most common cause is that you forgot to pre-register your number with the gateway. Follow these steps to register:

  1. Add the gateway's number (the secret number) to your phone's contacts.
  2. Open WhatsApp on your iPhone or Android phone.
  3. Send a "Hi" message to the gateway from your WhatsApp client.
  4. Wait for a confirmation message from the gateway.

Watch this video to understand how the gateway works:


💬 Question: I can send messages to myself but not to other people. Why?

The other recipients probably haven't registered with the gateway. Ask them to say "Hi" to the gateway from their WhatsApp client, just like you did.


🔑 Question: I just made a subscription. Where's my CLIENT_ID and CLIENT_SECRET?

After payment, you should receive an email with your CLIENT_ID and CLIENT_SECRET. If you don't receive it, contact us with your PayPal transaction ID.

Then follow the language-specific instructions to send your first message:

This video demonstrates how to send your first message:


🔒 Question: Can I send messages to people who haven't pre-registered with the gateway?

No, not with the Forever Green plan. Pre-registration prevents spamming.

Think about it: when you receive an unsolicited message from someone not in your contacts, what do you do? You probably report it as SPAM. The same applies to your customers — pre-registration protects everyone.


📢 Question: Can I use your API for marketing campaigns (bulk promotional messages to strangers)?

No. We are against spamming. Please read the answer above to understand why pre-registration is required.


🌍 Question: Can I register in my native language?

Yes, in some cases.

If you speak English, you and your users register by sending "Hi" to the gateway.

If you speak Arabic, Chinese, Dutch, French, German, Hebrew, Hindi, Indonesian, Italian, Japanese, Portuguese, Russian, Spanish or Ukrainian, you can register in your native language!

Just say one of the following: 嗨,你好,安安,こんにちは,ハイ,Ching, Ciao, Hai, Hallo, Hola, Hoi, Oi, Salut, Здравствуй, Привіт, नमस्ते, היי, ﻡﺮﺤﺑﺍ

Watch this video for a demo:


📞 Question: Can I send messages from a local number in my country?

Yes, the Enterprise WhatsApp Gateway plan can help with this.


📱 Question: Can I send messages from my own WhatsApp number?

No. And you should be happy to hear this.

Imagine the opposite: if anyone could send messages using YOUR identity without your approval, that would be scary and could lead to serious problems.

However, if you have a new local SIM card without an existing WhatsApp account, we recommend that you consider our Enterprise WhatsApp Gateway plan.


💰 Question: What do I get with the Forever Green or Enterprise plan?

To send WhatsApp messages to your users, you need to subscribe to a Forever Green plan.

See the comparison table below:


 




Trial Period


Forever Green Plan


Enterprise Solution
 
Target User
First-time users of the API
First-time and existing users
Corporate and business users
 
Max. # of messages per day
50
100
1000
 
Max. # of recipients in TOTAL
10
50
1000
 
Expiry
14 days.
Auto-upgrade to Forever Green.
Varies. Max is 12 months.
Auto-Renew option available.
Varies. Minimum is a quarter.
Max is 12 months.
 
Sample Code provided
   
Send Images (Beta)
 
Send PDF (Beta)
   
Receive text messages from individuals/groups by webhook
 
Use custom profile picture
 
Bring your own number
 
Email Support
   


📏 Question: What are the limits on message size for text, images, and documents?

Here are the message size limits:

  • Text: 800 characters max
  • Image: 2 MB max
  • Document (e.g. PDF): 3 MB max


😊 Question: How can I send emoji?

Send yourself the text messages in the left column and see what you get:


Good job! (y)

Good job!

This is bad! (n)

This is bad!

Happy face :-)

Happy face

Unhappy :-(

Unhappy

Being naughty :-p

Being naughty

No comment :-|

No comment

Love you <3

Love you

Smiling eyes ^_^

Smiling eyes



⏰ Question: What time does the daily quota reset?

If you don't send any message for 24 hours or more, the first message you send after that marks the beginning of your new 24-hour quota period.



📈 Question: I need to send more than 100 messages per day. What can I do?

The Enterprise WhatsApp Gateway plan can help you with higher limits.



📥 Question: My application needs to both send and receive messages. Can I do that?

Yes, the Enterprise WhatsApp Gateway supports two-way messaging.


📎 Question: Can I send multimedia messages such as PDF or images?

Yes, we have added new APIs for images and documents. Check out these guides:

Note: These APIs are in Beta and may be unstable at times. Use at your own discretion.


👥 Question: Can I send messages to a WhatsApp group?

Yes! Check out our guide to sending WhatsApp group messages.


⚠️ Question: Will the gateway be banned/blocked by WhatsApp?

It's possible. Although we make every effort to prevent spamming (which would surely cause our service to be banned), there's still a chance WhatsApp could block our gateway unexpectedly. If that happens, the gateway will stop working immediately.


🤝 Question: What can I do to minimize the risk of the gateway being banned?

We're glad you asked. Help us by NOT sending too many messages too often. We're on the same boat — if it sinks, we all drown.


🔧 Question: The gateway worked last week but doesn't work now. Why?

As mentioned above, the gateway may have been blocked and we may have switched to a new gateway number. Contact us for details if this happens to you.


❌ Question: I got an error when calling the REST API. What was wrong?

Check the status code and output from your REST API call. Take the remediation steps accordingly.


Status Code
Error message
Remediation Steps
 
469
You have consumed all the paid daily quota.
  1. Observe your daily quota.
  2. Wait 24 hours and your daily quota will be reset.
 
470
Document / Image cannot be empty.
  1. You attempted to send a document/image but forgot to specify its content in your API call.
  2. Review your source code and specify the content.
 
471
Destination number is invalid.
  1. Check your destination number and make sure it includes the country code.
  2. If you still get this error after including the country code, contact us and we will investigate.
 
474
Invalid CLIENT ID / Secret
  1. Check your CLIENT ID and CLIENT Secret for typos.
  2. If you can't find any typo, your account has probably expired. Renew your account immediately.

🛑 Question: I'm on an Auto-Renewal plan. Can I cancel my subscription?

Yes, you can cancel anytime. Canceling stops all future scheduled payments. Just contact us and we will give you further instructions.


📧 Question: I sent an inquiry via the Contact-us form but never received a reply. Why?

We respond to all inquiries by email. If you don't receive a reply within 48 hours, you probably entered a wrong email address. Send your inquiry again with the correct email address.


📋 Question: What are the Terms and Conditions?

By subscribing to our Services, you agree to these Terms and Conditions.