Messaging API
for WA Business

Send WhatsApp Messages with File Attachments easily via HTTP request or API Call.

Start sending your messages now !

Begin your free trial today.

Send WhatsApp Messages with File Attachments easily via HTTP request or API Call.

Start sending your messages now

Begin your free trial today.

Send Updates on WhatsApp

Send files & documents, shipping updates, delivery reminders, payment reminders, and other notifications on WhatsApp using our APIs

Send Documents
PDF, Images & more

Share files & documents such as order receipt's, payment confirmation, shipping updates, and other files of any type to your customer's on WhatsApp using our API

Easy & Quick Integration

1. Send a Simple Message

Send a WhatsApp Text message to a phone number using the POST method in Javascript.

Average run duration - 12s

View Full Documentation

Get an Access Key

Javascript

PHP

Jquery

Node.js

cURL

// Using Javascript - XHR

var sendto = "91" + "XXXXXXXXXX"; // Receiver's phone number
var message = "Hello, Andrew !"; // Message to send
var accesskey = "dw7surqghk"; // Your Access Key

var url = "https://api.alledotech.in/whatsapp/?phone=" + sendto + "&text=" + message + "&accesskey=" + accesskey;

var xhr = new XMLHttpRequest();
xhr.open("POST", url);
xhr.send();
// Using PHP - cURL

$sendto = "91"."XXXXXXXXXX"; // Receiver's phone number
$message = "Hello, Andrew !"; // Message to send
$accesskey = "dw7surqghk"; // Your Access Key

$url = "https://api.alledotech.in/whatsapp/?phone=".$sendto."&text=".$message."&accesskey=".$accesskey;

$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, $url);
$result = curl_exec($curl);
// Using Jquery - POST Method

var sendto = "91XXXXXXXXXX"; // Receiver's phone number
var message = "Hello, Andrew !"; // Message to send
var accesskey = "dw7surqghk"; // Your Access Key

var url = `https://api.alledotech.in/whatsapp/?phone=${sendto}&text=${message}&accesskey=${accesskey}`;

$.ajax(url, {
  type: 'POST'
});
var request = require('request'); // bash: npm install request

var sendto = "91XXXXXXXXXX"; // Receiver's phone number
var message = "Hello, Andrew !"; // Message to send
var accesskey = "dw7surqghk"; // Your Access Key

var url = `https://api.alledotech.in/whatsapp/?phone=${sendto}&text=${message}&accesskey=${accesskey}`;

request({
  url: url,
  method: "POST"
});
# cURL

curl --location --request POST
'https://api.alledotech.in/whatsapp/?phone=91XXXXXXXXXX
&text=Hello,Andrew&accesskey=dw7surqghk'

Easily Integrate with World's Largest Work Flow Apps

Connect our API easily with various Work Flow Apps such as IFTTT, Microsoft Power Automate, Pabbly Connect, Zapier & Automate.io

Start with the right plan for your business

Basic

₹599

Save 50%

299

₹ 0.25 / message

Total 1000 messages

Email Support

File Attachments

API Analytics

Your branding

Send using your number

Premium

₹1299

Save 38%

799

₹ 0.15 / message

Total 5000 messages

Send File Attachments

Detailed API Analytics

Prioritized Support

Your branding

Send using your number

Professional

₹1899

Save 32%

1299

₹ 0.15 / message

Total 5000 messages

Send File Attachments

Your branding

Send using your number

Detailed API Analytics

Prioritized Support