REST API
Send messages with a simple HTTP request. JSON or query parameters — integrate in minutes with any language or platform.
Connect your apps to WhatsApp with a simple REST API. Create agents, install the Chrome extension, and start sending messages to individuals and groups — at scale.
From a single API call to full campaign automation — WhatsApi handles the heavy lifting so you can focus on your product.
Send messages with a simple HTTP request. JSON or query parameters — integrate in minutes with any language or platform.
Create secure agents that act as middleware between your API calls and WhatsApp. Each agent gets a unique device ID.
Install the WhatsApi plugin in Chrome to bridge your dashboard agents with WhatsApp Web — no complex setup required.
Reach a single contact or broadcast to entire groups. Flexible chat types for every use case.
Send documents, images, and media alongside your messages. Full support for filenames, types, and URLs.
Your agents are tied to your account. Built-in status checks, error codes, and real-time delivery tracking.
No complicated infrastructure. Connect WhatsApp to your stack in minutes.
Sign in to the dashboard and create a secure agent. You'll receive a unique device ID like WA0000XXXXX.
Add the WhatsApi Chrome plugin and link it to your agent. It connects WhatsApp Web to your dashboard.
Make a POST request to /v1/whatsapp/send with your agent ID, recipient, and message. Done.
Integrate WhatsApp messaging into your CRM, e-commerce store, notification system, or any app — with a single HTTP request.
Explore the APIcurl -X POST \
"https://api.messenger.finitechat.com/v1/whatsapp/send" \
-H "Content-Type: application/json" \
-d '{
"agent": "WA000012345",
"chat": "+919876543210",
"chattype": "individual",
"message": "Hello from WhatsApi!"
}'