Receive and Send messages using HTTP requests
Contact our bot to see all the features to boost your business. +591 75047238
FREE TRIALC#
Php
Java
Node
Android
Angular
Contact our bot to see all the features to boost your business. +591 75047238
We have an extensive library of services
// 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
USD 8 / month
USD 88 / year
USD 20 / month
USD 220 / year
Free for 15 days for a WhatsApp account.
The price includes technical support and unlimited messages.
24 / 7
Please mention your instance number to your message if you already have one.
© WaBo 2018 - 2022