Untuk developer
REST API + webhook untuk notifikasi order, reminder, dan integrasi sistemmu. Kuota jelas, idempotent, dokumentasi dengan contoh nyata.
POST /v1/messages
Authorization: Bearer ardw_live_xxx
Idempotency-Key: order-1042
{ "device_uuid": "388d0f3a-…",
"to": "628123456789",
"type": "text",
"body": "Pesananmu #1042 dikirim 🚚" }
→ 202 { "id": 42, "status": "queued" }
POST /v1/devices · GET /qr
Provision nomor, tampilkan QR pairing di aplikasimu sendiri.
webhook · X-Ardia-Signature
message.received & message.status, HMAC-signed, retry backoff otomatis.
Idempotency-Key
Kirim ulang tanpa takut pesan dobel — dedup di sisi kami.
429 rate_limited
Rate limit per menit sesuai paket, plus throttle per device + warm-up nomor baru di broadcast — guardrail anti-banned bawaan.
engine: baileys | meta_cloud
Mulai hemat, naik ke WhatsApp API resmi Meta tanpa ubah kode.
inbox & broadcast
Inbox multi-agent, broadcast terjadwal, import kontak CSV.
| Jalur hemat | WhatsApp API resmi Meta | |
|---|---|---|
| Cocok untuk | Notifikasi internal, volume kecil | CS AI, broadcast brand, centang hijau |
| Biaya pesan | Termasuk kuota paket | Tarif Meta apa adanya — balasan CS gratis (window 24 jam) |
| Risiko banned | Ada — kami jelaskan mitigasi & batasnya terbuka | Tidak ada |