Hub Message utilizes the same channel of communication used by whatsapp web to make the APIs accessible . In case you use a common version of whatsapp, it won’t be possible to make use of our Hub Message with whatsapp web.Recently, WhatsApp launched a functionality that allows you to use multiple devices, this allows you to connect up to 4 devices on the same number. In case this option is enabled on your device, you will be able to take advantage of our Hub Message coupled with WhatsApp without having to keep your device connected to the internet at every moment.
What is Hub Message?
You probably already know but let’s go over it! Hub Message is a RestFul service that provides an API that allows you to interact with whatsapp through a simple and intuitive API as well as webhooks to alert you of interactions with your number.Who can use Hub Message?
While we don’t have restrictions on how it is used, we normally have two very distinct groups that use our services. They are: Programmers that have knowledge and understanding of RestFul APIs. If that is not you, but you know someone with this knowledge, that will work as well :) Users who use third party solutions that allow Hub Message integration.Enough! What are we able to do with it?
To be straight forward, everything that you are able to do with WhatsApp you will be able to do while using our service. To do this all you have to do is read the Hub Message QRcode and get straight to it!Technically, how does the flow of delivery work?
For an example, follow the steps of sending simple text:- You send a message via API straight to Hub Message;
- Hub Message then adds you to a queue and returns a message ID;
- Your instance will process your queue and send it to WhatsApp.
- Your webhook of delivery is called when your message is sent
- As soon as the recipient receives the message, the webhook os message-status is called informing RECEIVED and..
- Finally, when the recipient reads the message the message-status is called informing READ
Limits
Start with this topic because it is very common for people to ask about what the limits of delivery are with Hub Message. we DON’T HAVE LIMITS for number of messages sent! However, it is important that you understand you are using a WhatsApp web session. Therefore, the pattern of usage needs to be compatible. Furthermore, we always recommend that you intently read the politics established by WhatsApp web on their official website https://www.whatsapp.com/legal.All of the messages sent to our API will be forwarded to a queue of messages and after it has been sent they will be deleted.