WhatsApp API

Receive and Send messages using HTTP requests

Contact our bot to see all the features to boost your business. +591 75047238

FREE TRIAL

Communicate with your clientele through BO


Apis for Read and Send
  • Provide interactive reminders and alerts
  • Give your customers a path to fast and seamless support
  • Verify your customers and streamline AMF
  • 24/7 customer support

Integrate with many programming technologies

c sharp

C#

php

Php

java

Java

nodejs

Node

android

Android

angular

Angular

Documentation

Contact our bot to see all the features to boost your business. +591 75047238

Send Text Message Example

We have an extensive library of services

  • Send text message
  • Send media message
  • Send location message
  • Send contact message
  • Send button message
  • Send list message
  • Get list contacts and unread message
  • Get message chat, profile picture and status number specify
  • Update presence (typing, online, offline)
  • and many more...
                                
                                // Parameters
                                var objParameters = {
                                          API_KEY: 'API_KEY',
                                          phone: 'PhoneNumber', // code + phone
                                          content: 'Message test'
                                        };
                                // Send a request
                                        $.ajax({
                                          type: 'POST',
                                          url: 'wabo.ml/api/v2/Whatsapp/SendMessage',
                                          contentType: 'application/json',
                                          data: JSON.stringify(objParameters),
                                          success: function (response) {
                                            console.log(response);
                                          }
                                        });
                                    
                                 
                                
                                // Parameters
                                var objParameters = {
                                          API_KEY = "API_KEY",
                                          phone = "PhoneNumber", // code + phone
                                          content = "Message test"
                                        };
                                // Send a request
                                var content = new StringContent(
                                          JsonConvert.SerializeObject(objParameters),
                                          Encoding.UTF8,
                                          "application/json"
                                        );
                                string EndPoint = "wabo.ml/api/v2/Whatsapp/SendMessage";
                                var client = new HttpClient();
                                var request = await client.PostAsync(EndPoint, content);
                                Console.WriteLine(await response.Content.ReadAsStringAsync());
                                    
                                 
                                
                                        curl \
                                          http://wabo.ml/api/v2/whatsapp/sendTextMessage  \
                                          -H 'content-type: application/json'\ # Headers
                                          -X POST \ # Type = POST
                                          -d  '{
                                            "API_KEY": "API_KEY",
                                            "phone": "PhoneNumber", # code + phone
                                            "content": "Message test"
                                          }'  
                                    
                                



WaBo - Automatize your WhatsApp Notification with 3 Steps

view more



Pricing

flexible
Only Apis for Send

USD 25 / month

USD 275 / year

  • 20 thousand transactions per month
flexible
Apis for Read and Send

USD 30 / month

USD 330 / year

  • unlimited transactions



PRICE SIGN UP

Free for 15 days for a WhatsApp account.
The price includes technical support and unlimited messages.

Sign up now


Support

flexible

24 / 7

Please mention your instance number to your message if you already have one.



© WaBo 2018 - 2022