What is WhatsApp Business API? Essential Guide
Learn the fundamentals, setup steps, and best practices of WhatsApp Business API and how it can transform your business communication.
Everything you need to integrate Chat Mitra WhatsApp API into your application. From setup to advanced features, we've got you covered with comprehensive guides, code examples, and API references.
Complete ChatMitra WhatsApp Business API reference with all endpoints. Send messages, templates, media, and interactive messages. Includes authentication, error handling, and code examples.
Learn how to configure ChatMitra WhatsApp API webhooks to receive real-time message, delivery, read, and failure status events with payload examples.
Discover comprehensive Chat Mitra tutorials for WhatsApp Business API. Learn step-by-step integration, automation, and best practices tailored for Indian businesses to enhance customer engagement and boost efficiency.
Get help from our support team or check out our community forum.
โ
Step-by-step guides written in simple English. No jargon, just practical instructions.
๐ก
Copy-paste ready code snippets in JavaScript, Python, PHP, and more. No guessing required.
๐
Get your first message sent in just 5 minutes. Seriously. We've optimized for speed.
๐
From basics to advanced features. Every endpoint, every parameter, every use case documented.
๐
Common errors explained with solutions. Debug faster with our detailed error guides.
๐
Documentation updated with every API change. No outdated information, ever.
Create an account at chatmitra.com, go to Settings โ API Keys to get your Bearer token, then refer to our Getting Started guide to send your first message.
A conversation is a 24-hour window. You pay โน0.20 per NEW conversation. Unlimited messages within that 24-hour window cost nothing extra. After 24 hours, the next message starts a new conversation.
Yes, but the phone number must be a valid WhatsApp account with the proper format (country code + 10-15 digits). If it's a new number, you'll need 1 conversation credit.
Webhooks are HTTP callbacks. When an event happens (like receiving a message), we POST data to your webhook URL. You verify the signature and process the event. No polling needed!
Images (JPG/PNG/WEBP, max 5MB), Videos (MP4/3GP, max 100MB), Audio (MP3/OGG/OPUS, max 16MB), Documents (PDF/Word/Excel, max 100MB). Always use HTTPS links, not local files.
We send an X-Webhook-Signature header with each request. Verify it using HMAC-SHA256 with your webhook secret. This ensures requests come from Chat Mitra.
Templates have placeholders like $name, $amount. You provide values in the API request. They must exactly match approved template structure from Meta.
Check our Code Examples section with ready-to-use snippets in JavaScript, Python, PHP, and cURL. Also see our GitHub repository for complete projects.