Skip to main content
Indian market March 14, 2026 · 14 min read

WhatsApp Business Automation in India: Complete Guide 2026

How to build WhatsApp business automation in India using AiSensy and Claude: BSP setup, template approval, DPDP compliance, and pricing in INR.

s
studiobuildit
StudioBuildIt

Who this is for: Developers building WhatsApp integrations for Indian businesses, founders evaluating WhatsApp automation, and technical decision-makers deciding between BSPs.

Why WhatsApp for Indian business automation

The numbers are straightforward. India has over 500 million WhatsApp users. It is the primary customer communication channel for most Indian SMBs, not email, not SMS, not a support portal. When a customer has a question about their order, they open WhatsApp.

The business case is also unusually clear. A WhatsApp Business API integration can:

  • Handle order status queries without a human (cost: ~₹0.12 per utility message)
  • Send delivery confirmations automatically (vs. calling or SMS)
  • Process return requests fully for straightforward cases
  • Run abandoned cart recovery (better open rates than email by a wide margin)

Meta started billing in INR in 2024, which removed a major pain point for Indian businesses. Payment rates in INR, GST on the invoice, no currency conversion risk.

The three ways to access the WhatsApp Business API

1. Meta Business Suite direct: Directly through Meta, without a BSP. Available for large volumes (typically 100K+ messages/month). Requires Facebook Business Verification. You handle all the infrastructure, compliance, and billing directly. Best for scale.

2. Business Solution Provider (BSP): A third party resells WhatsApp API access with additional features. The major Indian BSPs: AiSensy, Interakt, Wati, Gupshup, Yellow.ai, Zoko. Each adds a platform fee on top of Meta’s per-message rates. Best for most businesses, you get a dashboard, template management, and support.

3. Tech Provider (partner integration): If you are building a product that sends WhatsApp messages on behalf of other businesses, you apply as a Tech Provider. Different compliance requirements, more control.

For most Indian SMBs and SaaS products integrating WhatsApp: start with a BSP. The key question in BSP selection is whether you need the BSP’s own features (CRM-lite, inbox management, chatbot builder) or whether you are building your own application on top. If you are building your own AI agent, you want a BSP that exposes a clean API without too many proprietary layers. AiSensy and Interakt have the cleaner APIs in our experience.

Message types: utility vs. marketing vs. authentication

This distinction matters enormously for cost.

Utility messages (₹0.115/message + GST): Transactional. Order confirmations, shipping updates, payment receipts, appointment reminders, OTPs. Must be in response to a user action or a business process event. Meta reviews these for template approval.

Marketing messages (₹0.8631/message + GST): Promotional. Sales announcements, product launches, newsletters, discount codes. Higher rate because these are initiated by the business, not triggered by a user event.

Authentication messages (₹0.115/message + GST): OTPs, verification codes. Same rate as utility. Must be used only for authentication.

Service messages (free within 24-hour window): If a user messages you first, you can respond freely within a 24-hour window. The AI agent handling support queries is operating in this window for most responses. This is why the economics of WhatsApp AI support are so favorable, the conversations cost nothing once the user initiates.

The category you apply for during template submission matters. Misclassifying a marketing message as a utility message to get the lower rate is a policy violation. Meta’s template reviewers look specifically for this. Several Indian businesses have had their WhatsApp numbers suspended for it.

The template approval process: what nobody tells you

Template approval is where most integrations get stuck. The official documentation suggests 24-48 hours. Reality: 48-120 hours is more accurate, and some templates require multiple submission attempts.

What causes rejections:

1. Variable content in the wrong place: Variables (like {{1}}, {{2}}) cannot appear at the start of a message. They must be preceded by substantive text. “Dear {{1}}, your order {{2}} has been shipped” will likely be rejected. “Your order has been shipped, {{1}}. Tracking number: {{2}}” will pass.

2. Call-to-action confusion: Buttons with ambiguous labels get rejected. “Click here” fails. “Track your order” passes. Be specific about what the button does.

3. Marketing language in utility templates: Phrases like “exclusive offer,” “limited time,” “don’t miss” will get a utility template reclassified as marketing (and often rejected). Even subtle marketing language in a template that’s otherwise transactional will trigger this.

4. Contact information without context: Phone numbers and email addresses in templates sometimes trigger review flags. If you include them, they should be clearly labeled.

5. URL shorteners: Bit.ly, TinyURL, etc., in templates often fail. Use full brand URLs.

Our working approach: submit the template, expect one rejection, learn exactly what failed from the rejection reason, and resubmit. Build 5 to 7 days of template approval time into any WhatsApp business automation project timeline.

Business verification and the green tick

Business verification (the blue badge that becomes a green tick for verified businesses) is a separate process from API access, and it is often slower.

Standard Business verification: Meta reviews your business registration documents. Takes 1-4 weeks. Required to increase your messaging limits above the default.

Official Business Account (green tick): Requires Meta to verify your brand identity. The criteria are not publicly documented. In practice it goes to brands with significant online presence. Takes 4-12 weeks. Not required for API access, just for the green tick display in conversations.

For most Indian SMBs: complete standard Business verification and do not wait for the green tick. Most customers in India do not yet know what the green tick means.

Pricing calculator for common Indian use cases

Working numbers as of Q2 2026 (rates in INR + 18% GST):

D2C brand, 10,000 monthly orders

  • Order confirmation (utility): 10,000 × ₹0.115 = ₹1,150
  • Shipping update (utility): 10,000 × ₹0.115 = ₹1,150
  • Delivery confirmation (utility): 10,000 × ₹0.115 = ₹1,150
  • Total for transactional: ₹3,450/mo + GST ≈ ₹4,071/mo
  • Plus BSP platform fee: ₹3,000-₹8,000/mo depending on BSP
  • Total range: ₹7,000-₹12,000/mo for core transactional messages

This is cost-competitive with SMS for order notifications and significantly better on open rates (95%+ vs ~30% for SMS).

Support automation, 5,000 user-initiated conversations/month

  • Conversations initiated by users → free within 24h window
  • If AI handles 70%: 3,500 conversations resolved at no per-message cost
  • If 30% escalate to human: human agent responds in 24h window → still free
  • Cost: BSP platform fee only (₹3,000-₹8,000/mo)

This is why WhatsApp support automation for Indian businesses has such a compelling ROI.

The DPDP Act compliance piece

The Digital Personal Data Protection Act (DPDP) 2023 adds compliance requirements for WhatsApp automation targeting Indian users:

  • Consent must be explicit: You cannot send marketing messages to users who have not opted in. Opt-in must be documented. The WhatsApp platform itself enforces opt-in for templates, but your systems need to log and honor opt-outs.
  • Data minimization: The agent should not store or process more user data than required for the task. Order status queries do not require storing order history indefinitely.
  • 72-hour breach notification: If customer data in your system is compromised, DPDP requires notification to CERT-In within 72 hours.
  • User data deletion requests: You need a mechanism to honor these. For WhatsApp conversation data, this means being able to delete stored conversations on request.

The practical implication for AI agents: be careful about what conversation data you log and for how long. Most Indian BSPs are adding DPDP compliance features, check your BSP’s data processing agreement before going live.

The common mistakes in production

Not rate-limiting outbound templates: WhatsApp’s per-business rate limits are dynamic based on your quality rating. Sending too many messages that get reported as spam drops your quality rating, which lowers your rate limits in a doom loop. Start conservative at 1,000 messages/day and ramp up based on engagement signals.

Handling out-of-session replies poorly: A user might reply to a delivery confirmation three days later asking about a return. That is a new conversation: the 24-hour window has closed, and you would need to send a template to re-initiate. Many integrations do not handle this transition correctly.

Language assumption: India is not uniformly Hindi-speaking. Sending Hindi templates to a customer who communicates in another language is a negative experience. Segment by language preference or default to English for ambiguous cases.

Webhook reliability: Meta’s webhooks can arrive out of order, be delayed, or occasionally duplicate. Build idempotency keys into your webhook handler from day one, not as an afterthought.

Starting point if you are building this now

  1. Create a Meta Business account if you do not have one. Start Business Verification immediately. It takes time.
  2. Choose a BSP. For development: AiSensy has a generous free tier. For production: evaluate based on your message volume and feature needs.
  3. Build and submit your first 3 to 5 templates now, before you need them. Template approval is on the critical path.
  4. Design conversation flows around the free 24-hour window for support, and utility messages for transactional notifications.
  5. Document your DPDP compliance controls before launch, not after.

The WhatsApp Business API for Indian businesses is a good product. The integration is frustrating in specific ways that are mostly navigable when you know what to expect. Now you know what to expect.

Share:
← All posts

Related reading

Keep building

Build Agents Newsletter

One build. One lesson. Three links.

Weekly notes from shipping production AI agents. No padding. Free.

No spam. Unsubscribe anytime.