⚑ Unofficial + Official WhatsApp channels

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

β‚Ή199/mo
  • βœ… Connect 1 WhatsApp number
  • πŸ“€ 500 messages total
  • ❌ No API access
  • ⚠️ Manual setup only
Start Free

Enterprise

Best for bulk messaging & automation

β‚Ή999/mo
  • βœ… Connect 1 WhatsApp number
  • ♾️ Unlimited messages (fair use)
  • πŸ”— Full API integration
  • βš™οΈ Webhooks & automation
  • πŸš€ All upcoming features
Contact Sales