WhatsApp messaging
built into your business
Link your WhatsApp number once, then send order updates, invoices, OTPs and campaigns straight from your website, CRM or ERP β with delivery reports for every message.
One-scan linking
Scan a QR once and your number is connected. No Facebook business verification needed.
Bulk campaigns
Upload a CSV, set a safe delay and send thousands of messages with live progress.
Auto replies
Keyword-based chatflow answers common questions the moment they arrive.
Delivery reports
Every sent, delivered and failed message is logged and exportable to CSV.
Simple REST API
One POST request from PHP, Python, Node or your CRM.
Secure by design
API keys, two-factor authentication and per-user message quotas.
Templates
Reusable message templates for invoices, reminders and offers.
Official channel
Bring your own Meta Cloud API credentials when you are ready to scale.
Send your first message in 3 lines of PHP
Drop your API key in and you are live. Works with any language that speaks HTTP.
Read the docs$ch = curl_init('https://sdbot.skydo.in/api/v1/send-message.php');
curl_setopt_array($ch, [
CURLOPT_POST => true,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['X-API-Key: YOUR_KEY',
'Content-Type: application/json'],
CURLOPT_POSTFIELDS => json_encode([
'number' => '919876543210',
'message' => 'Your order #1042 has shipped π'
])
]);
echo curl_exec($ch);
Simple pricing
No hidden fees. Upgrade or cancel any time.
Starter
Best for testing & small usage
- β Connect 1 WhatsApp number
- π€ 500 messages total
- β No API access
- β οΈ Manual setup only
Pro
Best for small businesses
- β Connect 1 WhatsApp number
- π€ 5,000 messages per month
- π API access included
- βοΈ Basic API documentation
Enterprise
Best for bulk messaging & automation
- β Connect 1 WhatsApp number
- βΎοΈ Unlimited messages (fair use)
- π Full API integration
- βοΈ Webhooks & automation
- π All upcoming features