Platform

A whole WhatsApp & Telegram platform, not just a bot

Behind the sales AI, QwikChat is a full messaging platform: a per-device API, scheduled bulk sends, contact management, multiple channels, and a single binary you can run on your own server.

For developers

One REST API for every device.

Send messages, sync contacts, and check connection straight from your code. Just authenticate with the device's API key — no OAuth.

  • Single & bulk send endpoints
  • Simple API-key auth, no OAuth
  • Consistent JSON responses with correct status codes
Read the API docs
$ curl -X POST https://qwikchat.app/api/v1/client/send-message \
   -H "Authorization: YOUR_API_KEY" \
   -H "Content-Type: application/json" \
   -d '{"message": "Halo 👋", "targets": ["628123456789"]}'

 {
   "code": 200,
   "message": "your message is successfully saved…",
   "data": null
 }

Platform capabilities

All of it included — no add-on services, no separate components.

Bulk send to thousands

Send to contacts and groups at once, through a paced queue that keeps it human-like and counts quota properly.

Scheduled recurring messages

Daily, weekly, or monthly at the time you choose — in the device's own timezone, with an optional end date.

WhatsApp and Telegram

One app, two channels. WhatsApp and Telegram accounts link by QR; a Telegram bot just needs its token.

Contacts, groups, and CSV import

Import from CSV or pull straight from WhatsApp or Telegram, group them, then send to a whole group in one click.

Inbound message webhooks

Every incoming message can be forwarded to your endpoint, so your other systems react in real time.

One binary, your data

The whole system runs as a single Go process against one Postgres. No third-party service holds your conversations.

Start with your first device

Create a device, scan the QR, and call the API within minutes.