Build on WhatsApp, without the WhatsApp Business API headaches¶
get.chat gives developers a REST API, multi-webhook delivery, and an open-source, embeddable inbox UI on top of the official WhatsApp Business API — so you don’t have to build messaging plumbing, webhook fan-out, or a chat frontend yourself.
Send a WhatsApp message with a single API call:
curl -X POST \
https://YOUR_STACK_NAME.inbox.getchat.360dialog.io/api/v1/messages/ \
-H "Authorization: Token YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"wa_id": "48123123123", "type": "text", "text": {"body": "Hello!"}}'
Start building¶
▶ Quickstart — send and receive your first message in 5 minutes. Get started.
{ } API Reference — every endpoint: messages, chats, contacts, media, templates, webhooks. Open the reference.
▤ Embed & white-label the inbox — drop a ready-made chat UI into your product via iframe. See how.
★ Self-host / open source — the React frontend is open source and ships as a Docker image. Self-host it.
What you get¶
WhatsApp Integration API — a REST API on every inbox to send/receive messages, manage chats, contacts, tags, templates and media.
Multiple webhooks — WABA allows only one webhook per number; get.chat fans events out to multiple per-user webhooks you control. Learn more.
Open-source, embeddable UI — white-label the inbox with URL parameters (
chat_only,bg_color,hide_logo, language, pre-filters) and embed it in an iframe. Learn more.Partner API — provision and manage instances programmatically.
Prefer a ready-made inbox?¶
get.chat is also a complete WhatsApp Web / Team Inbox: a shared, multi-agent inbox your support team can use out of the box — no code required.
Open the WhatsApp Web Inbox guide.