Free Reference · 50 Terms · India 2026

WhatsApp Business glossary — 50 terms explained for India 2026

A plain-English reference for every WhatsApp Business term an Indian operator hits in 2026 — from WABA and Cloud API through DPDP Act 2023, IRDAI Cashless and RBI Master Directions down to Tier limits, quality rating and the all-important 24-hour rule. Each entry is 80-150 words, anchored, and cross-linked to deeper guides and tools.

#

24-hour rule

You can only send free-form replies within 24 hours of a user's last inbound message.

The 24-hour rule is Meta's guardrail against unsolicited business messaging. Outside the 24-hour window starting from a customer's last inbound message, you can only send messages built from pre-approved templates.

Inside the window — also called the session window — you may reply with text, media, interactive messages and Flows without template gating, at the lower service-conversation rate.

For Indian operators in 2026 the 24-hour rule is the central cost-and-experience constraint. The best brands design every touchpoint to maximise time-in-window: prompt human handoffs, expressive welcome flows and timely follow-up templates that re-open the window when it is about to close.

A

ABDM

Ayushman Bharat Digital Mission — India's federated health-data backbone.

ABDM is the National Health Authority's framework that issues every Indian an ABHA ID and links it to health records held by hospitals, labs and insurers through consent-driven APIs.

For WhatsApp Business operators in healthcare it matters because patient-facing flows (lab report delivery, appointment confirmation, claim status) that surface ABDM-linked data must use the consent token model and never store the ABHA number outside ABDM-certified locker partners.

A typical 2026 pattern: a diagnostic chain triggers a utility template containing a shortened lab-report URL, the patient taps it, an ABHA OTP authorises release inside the locker, and only then the WhatsApp session window opens for follow-up questions.

AI Pathway

A branching, AI-driven conversation path inside a chatbot flow.

An AI Pathway is a conversation branch where the next step is decided by an LLM intent classifier rather than a fixed button choice. The model reads the inbound message, picks an intent label and routes the contact down the matching node.

In WABA chatbots an AI Pathway typically sits between an entry node and a set of utility templates: intents like "track order", "talk to human", "claim status" hand off to dedicated subflows. Falling back to a default branch is essential because templates outside the 24-hour rule still need pre-approval.

For Indian operators in 2026 the practical concern is DPDP-grade logging — prompt, output, and the chosen branch must be retained per consent purpose. RichAutomate exposes AI Pathways through the visual flow builder with built-in audit trails and BYOK key separation.

API key

A secret string that authenticates a system against the WhatsApp or RichAutomate API.

An API key is the bearer credential used by your CRM, ERP or marketing platform to send messages or fetch contacts. Meta's Cloud API uses system-user access tokens; RichAutomate issues per-tenant developer keys via the api_keys table for the Public Developer API.

Best practice is to scope keys to specific endpoints (send-message vs. read-only analytics), rotate every 90 days and store them in a secrets manager rather than the codebase. Long-lived Meta tokens should be exchanged for short-lived ones via the system-user flow.

Under DPDP, an API key leak is treated as a security incident — even if no personal data is read, the potential exposure triggers the 72-hour breach notification clock. Always log key usage, IP range, and rate-limit at the edge.

Authentication template

A pre-approved template for OTPs, login codes and 2FA — billed at the lowest rate.

Authentication is one of Meta's four conversation categories. It covers one-time passwords, login codes and verification PINs. Indian pricing in 2026 is the cheapest band, which is why fintech and ride-hailing apps route OTPs through WhatsApp instead of SMS.

Templates must follow Meta's strict format — fixed copy, a single code variable, an optional autofill button, and no marketing wording. Operators using zero-tap or one-tap autofill must link the right app package name in Meta Business Manager.

For Indian banks and brokers under SEBI and RBI scrutiny the trade-off is read receipts: WhatsApp gives delivery proof, but you must still keep a parallel SMS DLT fallback for users who block the channel. Authentication is exempt from marketing opt-in but still requires service-level consent.

B

Broadcast list

A legacy WhatsApp Business app feature for sending one message to many saved contacts.

A broadcast list lives inside the consumer WhatsApp Business app and lets a user send the same message to up to 256 saved contacts at once. The recipient sees it as a normal 1:1 message rather than a group thread.

Broadcasts have heavy limits: each recipient must have your number saved, there is no scheduling, no template gating, no read analytics, and there is no way to manage opt-out at scale. In India 2026 these limits make broadcast lists unsuitable for any operator above a few hundred contacts.

Once volume grows the migration path is WABA + Cloud API where messages are sent as marketing or utility templates, opt-out is tracked at the database level, and conversation-category pricing applies. Broadcast lists remain useful for solo founders before WABA onboarding.

BSP

Business Solution Provider — a Meta-authorised partner that resells WABA access.

A BSP is a third-party provider authorised by Meta to onboard businesses to WhatsApp Business Platform, host the API connection, and add value-added tooling on top. Most Indian SMBs use a BSP rather than connecting directly to Cloud API because Embedded Signup, billing in INR and GST invoices are simpler.

BSPs differ in markup, support hours, included quotas, and how transparently they pass through Meta's conversation pricing. In 2026 a competitive Indian BSP charges a fixed monthly platform fee plus pass-through Meta conversation cost, not a per-message markup.

Choosing a BSP affects template approval speed, webhook reliability and your ability to migrate. Always confirm you own the Meta Business Manager and WABA — never let a BSP hold them in their own account.

BYOK

Bring Your Own Key — supply your own LLM API key instead of using the platform's.

BYOK lets a tenant connect their own OpenAI, Anthropic, Gemini or Azure key into the chatbot platform so prompts, completions and embeddings are billed and logged on their account rather than the SaaS vendor's.

For Indian operators BYOK has three concrete benefits: enterprise procurement teams already have a vetted LLM contract, DPDP audits become simpler because the model provider is a known sub-processor, and content moderation rules can be applied at the key level.

A solid BYOK implementation stores keys encrypted per-tenant, surfaces a monthly usage dashboard, and lets the operator disable specific models. RichAutomate's Knowledge Base and AI Pathway features ship with BYOK by default so secrets never sit in shared application code.

C

Click-to-WhatsApp ad

A Meta ad (Facebook/Instagram) whose CTA opens a WhatsApp chat with your business.

A click-to-WhatsApp ad runs through Meta Ads Manager and uses a "Send WhatsApp message" CTA. When tapped, the user lands inside WhatsApp with a pre-filled message tied to your WABA.

Indian D2C and education brands use these ads because lead capture happens inside a familiar channel, the cost per qualified lead is typically 40-60% lower than landing-page form ads, and the first inbound message opens a free 24-hour service window.

Set-up gotchas: the WABA must be in the same Business Manager as the ad account, the welcome flow must respond within seconds (Meta deprioritises slow advertisers), and conversion tracking flows back via the Conversions API for WhatsApp. Quality of inbound lead depends heavily on the welcome message — never auto-spam them.

Cloud API

Meta's hosted WhatsApp Business API — the default integration in 2026.

Cloud API is Meta's own hosted version of the WhatsApp Business API. Meta runs the servers, you call HTTPS endpoints. It replaced On-Premise API as the recommended path in 2023 and is mandatory for new tenants from 2025 onwards.

Benefits include zero-infrastructure setup, automatic version upgrades to v24.0 and beyond, and built-in webhooks for inbound, status and pricing events. Indian businesses pay only Meta's per-conversation fee in INR, no hosting cost.

Limitations: rate limits are per-phone-number, deep customisation of message routing is gone, and you depend on Meta's uptime. A good BSP wraps Cloud API with retries, dead-letter queues and idempotency to smooth over transient errors.

Conversation category

Meta's four buckets (Marketing / Utility / Authentication / Service) that drive pricing.

Every WhatsApp conversation in 2026 is classified into one of four categories: marketing, utility, authentication or service. The category determines the per-conversation fee in INR that Meta charges your WABA.

Marketing is the most expensive band, authentication the cheapest, service is free when initiated by the user within the 24-hour window. Utility — order confirmations, appointment reminders, shipping updates — sits in the middle and is the workhorse for D2C and BFSI brands.

Categorisation happens at the template level when a business sends first; user-initiated conversations are categorised based on the topic of your reply. Misclassifying a marketing message as utility is a violation and can drop your quality rating, so always pick the category that matches the dominant intent.

CTW ad

Short form for "click-to-WhatsApp ad" used in dashboards and reporting.

CTW ad is the abbreviation many Indian marketers and agencies use for click-to-WhatsApp ads, especially when discussing creative naming conventions in Meta Ads Manager.

Reporting wise, a CTW ad attributes a "WhatsApp message" event the moment the user lands inside the chat and a "lead" event when the welcome flow successfully captures contact data through a Flow form.

In 2026 CTW ad performance is influenced heavily by your phone-number quality rating and conversation category mix — a low quality rating raises CPL because Meta delivers fewer impressions. Tighten your opt-out flow and rotate creatives weekly to keep the rating green.

CTWA

Click-to-WhatsApp — broader umbrella covering ads, links, QR codes and buttons.

CTWA covers every entry point that lands a user in a WhatsApp chat: Meta paid ads, wa.me deep links on websites, QR codes on offline collateral, and "Chat on WhatsApp" buttons inside apps and emails.

For Indian operators CTWA is the single most important top-of-funnel mechanism in 2026 because organic search clicks are leaking to AI Overviews and AI search engines, while a WhatsApp conversation is owned, durable and 24-hour-window enabled.

CTWA tracking is moving from URL parameters to the Conversions API for WhatsApp, which sends back the lead's referral source on the first inbound message. Combine CTWA links with UTMs and your CRM's lead-source field for closed-loop attribution.

D

Display name

The business name shown in the WhatsApp chat header — set in Meta Business Manager.

Display name is the human-readable label your customers see when they receive a message from your WABA phone number — for example "Apollo Diagnostics" rather than "+91 80...". It is reviewed and approved by Meta.

Approval rules are strict in India: the name must match your registered legal entity, the Brand Name on file in your GST or trademark records, or a publicly recognised d/b/a. Marketing-style suffixes ("Best Offers", "Buy Now") are rejected.

Once approved the display name powers green-tick eligibility, sender trust and template approval speed. Changing it requires re-verification and can pause sending for 24-72 hours, so finalise the name before scaling templates.

DPDP Act 2023

India's Digital Personal Data Protection Act, 2023 — the law governing personal data.

The DPDP Act 2023 (notified August 2023, rules phased through 2024-2026) is India's primary data-protection statute. It classifies organisations as Data Fiduciaries and individuals as Data Principals, with the Data Protection Board of India (DPBI) as the regulator.

Core obligations include free, informed, specific consent (Section 6), purpose limitation, breach reporting to DPBI within prescribed timelines, an erasure right, and special protections for children under 18. Penalties go up to Rs 250 crore per instance.

For WhatsApp Business this means every opt-in must be granular (marketing separated from utility), every flow must publish a privacy notice, every consent withdrawal must propagate to your BSP and backups within the stated SLA, and cross-border transfers must respect MeitY notifications.

F

Flow JSON

The JSON document that defines a WhatsApp Native Flow's screens and actions.

Flow JSON is Meta's declarative format for WhatsApp Flows. It describes one or more screens, the input fields, validation rules, branching logic and the data_exchange action that calls back into your server.

A Flow JSON sits in Meta's servers and is rendered natively inside the WhatsApp app, so users complete forms without leaving the chat. Versioning matters — every published change creates a new flow_id, and Meta caches aggressively, so feature flags should be controlled server-side.

For Indian operators in 2026 the most common Flow JSON patterns are KYC capture, appointment booking, and post-claim NPS. Combine a Flow JSON with an endpoint_uri on your Laravel side to pre-populate dropdowns from your CRM and to submit collected data back atomically.

Frequency capping

A rule limiting how many marketing messages a contact receives in a given period.

Frequency capping is the operational practice of saying "no more than N marketing messages per contact per period". In WhatsApp Business it is enforced by your campaign engine, not by Meta directly, but Meta's quality-rating algorithm penalises over-messaging.

A sensible Indian 2026 cap is 1 marketing template per contact per 48 hours and at most 3 per 7 days, with hard pauses around DND windows and festive blackouts. The cap should respect a global "do not contact" list that survives database imports.

A good frequency-capping system logs the throttle reason against the contact record so you can prove DPDP-grade compliance and explain to the user why a campaign skipped them. It should also be category-aware — utility and authentication should bypass marketing caps.

G

Green tick

Meta's "official business" badge — a green check next to your display name.

The green tick (Meta Verified for Business) signals that a WABA belongs to a verified, notable brand. It appears beside the display name in the chat header and contact card on every user's device.

Eligibility requires sustained press coverage, established brand presence, and an approved Meta Business verification. In India 2026, Meta typically approves green ticks for listed companies, well-known D2C brands, hospital chains, banks and government bodies.

A green tick increases trust, lifts campaign CTR by 8-15% in our customer benchmarks, and qualifies the business for higher daily template send tiers. It does not exempt you from DPDP, template approval rules, or quality-rating drops.

H

HSM

Highly Structured Message — Meta's legacy name for what we now call templates.

HSM (Highly Structured Message) is the original term Meta used for pre-approved message templates. In 2026 the term mostly survives in older docs, legacy BSP dashboards and conversations with veteran admins.

Functionally an HSM is identical to today's message template — it has placeholders, must be approved by Meta, can carry buttons, and is the only way to send a message outside the 24-hour session window.

When migrating between BSPs or reading older RFP documents you may still see "HSM rate", "HSM cap" or "HSM ID". Treat them as synonyms for template rate, template send cap and template_id respectively, but always confirm category mapping because pricing has shifted from per-HSM to per-conversation.

I

Inbound message

A message your business receives from a customer — opens the 24-hour session window.

An inbound message is any message your WABA receives. It can be text, media, an interactive button reply, a flow submission, or a forwarded location. Every inbound message arrives via webhook on the messages object.

The most important side-effect of an inbound message is that it opens (or refreshes) the 24-hour service window with that contact. During that window you may send free-form (non-template) replies and pay only the service-category rate, which is often zero for the first conversation.

For Indian operators the rule of thumb is: route inbound to the right team within 60 seconds, log it against the customer record, and let the platform classify intent so the right outbound utility template fires automatically when the window is about to close.

IRDAI Cashless

IRDAI's 2024 framework mandating cashless health insurance settlement.

IRDAI's 2024 Master Circular on health insurance pushed insurers and TPAs to settle hospital bills cashlessly — pre-auth within one hour, final discharge approval within three hours. NHCX (National Health Claims Exchange) is the rails that connects insurers, hospitals and TPAs.

For WhatsApp Business this is a perfect utility-template use case: the insured patient receives a real-time status update at each milestone (pre-auth accepted, query raised, final approval issued, discharge cleared) inside the chat they already use.

Compliance details: every status template must carry a claim reference number, never disclose third-party PII, and respect DPDP consent purposes. Most Indian hospital chains pair the WhatsApp updates with an NHCX FHIR backend so the message body is generated from the same source of truth as the claims portal.

J

JSON-LD

Linked-data JSON used to mark up pages with Schema.org for Google and AI search.

JSON-LD (JavaScript Object Notation for Linked Data) is the script tag format Google recommends for structured data. Search engines parse it to populate rich results, knowledge panels and AI Overviews citations.

For a WABA SaaS site in 2026 the key JSON-LD types are Organization, SoftwareApplication, FAQPage, HowTo, BreadcrumbList, Article and DefinedTermSet (used by this very page). Each block lives in a <script type="application/ld+json"> tag inside the page head.

Done well, JSON-LD increases the chance your page is cited verbatim by Perplexity, Gemini and ChatGPT search. Done badly — missing required fields, mismatched names, fake review markup — it triggers manual-action penalties. Validate every block before deploy.

M

Marketing template

A pre-approved promotional template — the most expensive conversation category.

A marketing template is any template whose primary intent is promotional: sale announcements, abandoned-cart nudges, festive offers, product launches and re-engagement campaigns.

Indian 2026 pricing puts marketing in the top INR bracket per conversation, with surcharges for high-volume senders whose quality rating slips. Meta requires explicit opt-in for marketing messages and treats one-line opt-outs ("STOP", "MUTE") as binding.

Practically, marketing templates work best when paired with utility follow-ups inside the resulting session window — for example a launch announcement that triggers a "Notify me when in stock" flow. Frequency-cap aggressively, segment by quality score, and never reuse a marketing template for utility purposes.

Meta Cloud API

Same as Cloud API — Meta-hosted WhatsApp Business API endpoint.

Meta Cloud API is the full marketing name for the Cloud API. It hosts the WhatsApp Business sender on Meta's infrastructure (currently in the EU and US regions, with India region in roadmap as of 2026).

Calls land on graph.facebook.com endpoints (/v24.0/{phone-number-id}/messages) with a bearer token. Throughput is governed by per-phone-number rate buckets and tier limits, both of which are surfaced in webhooks.

The Cloud API also exposes pricing, conversation analytics and quality-rating events as webhooks, so a well-built BSP can show you live INR cost projections, tier headroom and inbound funnel — without polling. Always treat these webhooks as the source of truth for billing reconciliation.

N

Native Flow

A multi-screen form rendered inside WhatsApp — driven by Flow JSON.

A Native Flow is Meta's in-WhatsApp form experience. Customers tap a button inside a message, a full-screen form opens without leaving WhatsApp, they fill it in, and the data is posted back to your server.

Native Flows are different from custom chatbot flows in that the UI is rendered by the WhatsApp client itself — no webview, no browser, no extra latency. This makes them ideal for KYC, lead capture, appointment booking and feedback.

For Indian operators Native Flows have two compliance benefits: data never touches a third-party browser session, and the consent screen can be rendered as a screen of the Flow itself, satisfying DPDP's notice-with-consent requirement.

NHCX FHIR

National Health Claims Exchange + FHIR — India's health-claim interoperability standard.

NHCX is the National Health Claims Exchange, run by NHA. FHIR (Fast Healthcare Interoperability Resources) is the HL7 data standard NHCX uses to express claim, eligibility and pre-auth bundles.

For a hospital or insurer running WhatsApp updates the NHCX FHIR bundle is the authoritative event source — when the claim moves from "approved" to "settled", NHCX fires a FHIR Bundle resource, your middleware translates it into a utility-template payload, and the patient gets the WhatsApp ping.

In 2026 NHCX adoption is mandatory for IRDAI-licensed health insurers. Building the WhatsApp updates on top of FHIR rather than ad-hoc CRM data future-proofs you against schema drift and reduces DPDP audit surface.

O

On-Premise API

Meta's legacy self-hosted WhatsApp Business API — deprecated for new tenants.

The On-Premise API was Meta's original WhatsApp Business API: a Docker container you ran in your own VPC, connecting to Meta's gateway. It powered the first wave of Indian WABA adopters from 2018-2022.

Meta deprecated On-Premise for new sign-ups in 2023 and announced full sunset by 2025-2026. The Cloud API replaced it because operating the containers and Coreapp upgrades was an enormous burden on BSPs and businesses alike.

Existing On-Premise tenants in India should be on a migration plan to Cloud API by now. Migration involves moving phone numbers, re-creating templates, reconnecting webhooks, and reconciling conversation analytics. Most BSPs offer a one-week zero-downtime migration playbook.

Opt-in

A user's recorded consent to receive WhatsApp messages from your business.

Opt-in is the explicit, logged signal that a user agrees to receive messages on WhatsApp from your business. Under DPDP Act 2023 it must be free, specific, informed and unambiguous — pre-ticked boxes do not qualify.

In India 2026 the strongest opt-ins come from: a checkbox on your website form ("Send me order updates on WhatsApp +91..."), a wa.me link the user taps voluntarily, or an in-app toggle they enable themselves. SMS-keyword opt-in (text START to short-code) remains acceptable but slower.

Granular opt-in matters: separate consents for marketing, utility, transactional and third-party sharing. Store the timestamp, IP/channel, exact notice text version and consent string per record. Withdraw flow must be as easy as opt-in (Section 6(4)).

Opt-out

A user's instruction to stop receiving messages — must be honoured instantly.

Opt-out is the user's withdrawal of consent. WhatsApp recognises STOP, UNSUBSCRIBE, MUTE and the "Block" button as opt-out signals, and DPDP Section 6(4) requires the withdrawal flow to be as easy as opt-in.

A compliant implementation treats inbound text matching any opt-out keyword as a global suppression — propagated to your CRM, ad-audiences, BSP and analytics within seconds. Continuing to message someone who opted out triggers immediate quality-rating drops and DPDP penalties.

Best practice: include a "Reply STOP to unsubscribe" tail line on every marketing template, expose a "Manage messages" Flow that lets users opt out per topic (offers, transactional, surveys), and back up the opt-out database daily so a restore does not resurrect deleted records.

OTP template

A specific authentication template carrying a one-time password.

An OTP template is a subtype of authentication template designed to deliver a one-time password. It has one variable (the code), a copy-code or one-tap autofill button, and rigid wording mandated by Meta.

Indian fintech and ride-hailing apps prefer WhatsApp OTPs to SMS because the per-message cost is lower, the delivery is more reliable on data-only networks, and the read receipt confirms the user saw the code.

Compliance points for 2026: pair the OTP template with TRAI DLT-registered SMS as a fallback, store hashed codes only (not plaintext), expire codes in 5 minutes or fewer, and rotate template IDs every quarter to prevent template fatigue.

P

Phone number quality rating

Meta's green/yellow/red score for an individual sending phone number.

Phone number quality rating is Meta's automated assessment of how users are reacting to a particular sender. It is delivered as green (high), yellow (medium) or red (low) via webhook and the WABA dashboard.

The rating is influenced by block-rate, report-as-spam rate, opt-out rate, and the freshness of your opt-in. A phone number stuck on red for a few days will lose its tier and may be put in "flagged" status, preventing template sends.

Recovery tactics: pause marketing for 48-72 hours, send only high-relevance utility and service messages, audit your opt-in source, and consider rotating to a second WABA phone number for cold-traffic campaigns while the original cools down.

Q

Quality rating

Umbrella term for Meta's sender-quality signals (template + phone-number levels).

Quality rating, used loosely, covers both phone-number quality rating and template quality rating. Template quality is rated per individual template based on its specific user reactions (read, block, report).

A high quality rating raises your messaging tier and reduces conversation cost variance; a low rating triggers throttling, demotion of phone-number tier, and in extreme cases template suspension.

In India 2026 the highest-quality WABA senders share three traits: opt-in is double — captured plus confirmed, marketing volume is capped per contact, and personalisation goes beyond the first name. Treat the quality dashboard as an early-warning system, not a vanity metric.

Quick reply button

A tappable text button attached to a template message.

Quick reply buttons are interactive elements on a WhatsApp template that the user can tap to send a pre-set text response (such as "Yes", "Track order" or "Talk to agent") back to your business.

They are limited to three buttons per template, up to 20 characters each, and the tap registers as an inbound interactive message that opens the 24-hour session window. Unlike URL buttons they keep the user inside the chat.

Quick reply buttons dramatically improve flow completion rates compared to free-text instructions. For Indian operators they are especially useful in low-literacy contexts where typing a reply is friction. Combine them with a free-text fallback so power users are not constrained.

R

RBI Master Direction

A consolidated RBI rulebook for a specific banking topic — binding on regulated entities.

A Master Direction is the Reserve Bank of India's consolidated regulatory instruction on a topic — customer protection, digital lending, KYC, credit cards, recovery agents, fraud reporting and so on. They are binding on banks, NBFCs and payment system operators.

For WhatsApp Business operators in BFSI, the most relevant Master Directions are the Digital Lending guidelines (loan-status updates, recovery communication windows, language requirements), the KYC Master Direction (Video-KYC, Aadhaar e-KYC), and the Fraud Risk Management framework.

Practical translation in 2026: collection messages may only be sent between 8 AM and 7 PM IST, language must match the borrower's preference, every message must carry the lender's name and a complaint channel, and recordings must be retained for the regulator's inspection.

RCS

Rich Communication Services — the carrier-driven alternative to SMS and WhatsApp.

RCS (Rich Communication Services) is the GSMA standard that upgrades SMS with rich media, read receipts, suggested replies and verified senders. Google's Messages app is the most common client.

In India 2026 RCS is rolling out unevenly — Jio and Airtel have launched verified-sender programs, but iPhone support is still patchy and adoption lags far behind WhatsApp. For Indian businesses RCS is a complement, not a replacement, mainly used for SMS uplift on Android.

When designing a multi-channel customer flow, prefer WhatsApp for the bulk of utility and marketing, RCS where the user is Android-only and not yet on WhatsApp, and SMS as the universal lowest-common-denominator fallback. Always honour a single opt-out across all three.

Read receipt

The blue double-tick indicating a message has been opened by the recipient.

Read receipts (the two blue ticks) are delivered to your webhook when the recipient opens the message inside WhatsApp. They are aggregated in the messages_status webhook event.

For Indian operators read receipts power retry logic: if a transactional message is delivered but not read within X minutes, you might trigger an SMS fallback; if a marketing message is read but not clicked, you might queue a follow-up the next day.

Users can disable read receipts in WhatsApp privacy settings, in which case you only get delivered (two grey ticks). Treat the absence of a read receipt as missing data, not as proof the user ignored the message, and never re-send purely on the basis of one missed read.

S

Sandbox number

A test phone number used during development before WABA approval.

Most BSPs and Meta itself provide a sandbox number you can use to send and receive WhatsApp messages while you are still building your integration. It looks and behaves like a real WABA number but messaging is limited to whitelisted recipients.

Sandbox numbers are perfect for development: you can test templates, webhooks, flow execution and billing logic without affecting your live quality rating. Once you go live you migrate your code to the production number and delete sandbox-only test templates.

Two cautions: do not run real customer campaigns on a sandbox number (Meta will rate-limit or disable), and do not store sandbox conversation logs into a production database — your DPDP audit becomes harder to defend.

Section 194BA

Income-tax provision taxing net winnings from online gaming at 30%.

Section 194BA of the Income-tax Act, 1961 (effective April 2023) requires Indian online gaming intermediaries to deduct tax at 30% on net winnings of every player at the end of the financial year, on each withdrawal, and on account closure.

For WhatsApp-driven fantasy sports and real-money gaming brands this is a utility-template heavy use case: every TDS deduction event must be communicated to the player with the amount, the formula used and the PAN-linked tax credit.

Compliance details: never bundle 194BA notices inside a marketing template, store TDS certificates as PDFs attached via media template, and respect the player's opt-in language. Misclassification triggers both income-tax penalties and quality-rating drops.

Service template

Historical term — service conversations are now user-initiated, free-form replies.

In older Meta documentation the word "service template" referred to a template used to reply to a customer inside the 24-hour session window. Since the 2023 pricing overhaul, service messages no longer require a template — you can reply in plain text or media.

In 2026 the term sometimes still appears in BSP dashboards labelled "service" or "support" — usually for ticket-status messages and FAQ replies fired from a bot. Treat any "service template" in your library as either a utility template or a free-form reply, depending on whether it is sent inside the 24-hour window.

Best practice is to retire any template literally named "service" and use the Meta conversation-category framework explicitly. This avoids confusion at billing reconciliation time, especially when chasing service-conversation discounts.

Session window

The 24 hours after a user's last inbound message — free-form replies allowed.

The session window (sometimes called the customer service window) opens for 24 hours after a user sends you any inbound message. During the window you may reply with free-form text, media and interactive messages without paying a template-conversation fee.

Each new inbound message resets the 24-hour clock. The window closes automatically; once closed, you can only send via a pre-approved template at the relevant category rate.

In India 2026 the session window is the single biggest cost lever. Brands that succeed in routing conversations to live agents inside the window pay 50-70% less than those that rely on broadcast templates only. Optimise welcome flows to pull users into the window early.

T

Template approval

Meta's review process for every new or edited template — typically minutes to hours.

Every message template must be reviewed and approved by Meta before it can be sent. Approval looks at category match, variable placeholders, link safety, button copy, and compliance with Meta's commerce policy.

Approvals in India 2026 are mostly automated and complete in minutes. Edge cases — health, lending, gambling, political and unusual languages — get manual review and can take 4-24 hours. Rejections cite a specific reason code your BSP should surface.

Common rejection patterns: too much marketing language in a utility template, missing or excessive variables, links to domains not associated with your business, button copy that promises results ("Get rich quick"). Always test new templates with the template approval checker before submitting.

Template category

The label you give a template — marketing, utility or authentication.

Template category is the field you set when creating a template — marketing, utility or authentication. It determines what pricing band applies when the template is sent and triggers a conversation.

Meta's 2023+ pricing model says: marketing templates always trigger marketing conversations; authentication templates always trigger authentication; utility may be re-categorised by Meta if the content does not match (you will see a "category-changed" webhook).

Indian operators in 2026 typically maintain three folders in their template library mirroring categories, with naming conventions like "MKT_*", "UTL_*", "AUT_*". This makes audit and cost reconciliation simpler and prevents accidental marketing-as-utility violations.

Tier 1/2/3/4 messaging limit

Meta's daily cap on unique users you can message — earned through quality.

Meta groups WABA phone numbers into four tiers based on quality rating and history. Tier 1 lets you message 1,000 unique users in a rolling 24h period; Tier 2 = 10,000; Tier 3 = 100,000; Tier 4 = unlimited (subject to policy).

You earn tier upgrades automatically by sustained quality green status and continuous volume — Meta promotes you when you fill 50% of a tier with healthy quality. Tier downgrades happen quickly if quality drops to red or if you breach policy.

In India 2026 the practical implication is throughput planning: a new WABA phone number cannot service a 50,000-contact launch on day one. Most growing brands use a warm-up plan that climbs tiers over 4-6 weeks before peak campaigns.

U

Unicode

The text-encoding standard that lets WhatsApp render any language and emoji.

Unicode is the global character-encoding standard. WhatsApp, like nearly all modern apps, encodes messages in UTF-8. Every Indic script (Devanagari, Tamil, Bengali, Gurmukhi, Telugu, Malayalam, Kannada, Odia) is fully supported.

For Indian operators Unicode awareness matters when designing templates: a Hindi marketing template uses up to 4 bytes per character, so an SMS-style 160-character limit shrinks to roughly 40 Devanagari characters. WhatsApp templates do not have that limit but length still affects readability and approval.

Edge cases to test: combining diacritics (Tamil grantha, Hindi nukta), bidirectional text (Urdu), emoji + skin-tone modifiers and the Indian Rupee sign U+20B9. Always test on at least Android and iOS WhatsApp before sending at scale.

Utility template

A pre-approved transactional template — order updates, reminders, alerts.

Utility templates serve transactional or operational messages: order confirmation, shipping update, appointment reminder, low-balance alert, claim status. They are mid-priced in Meta's INR conversation pricing and have the highest engagement of any category.

A well-built utility template carries a clear reference number (order ID, claim ID, ticket ID), a single CTA, and minimal promotional language. Mixing in promo copy ("Also explore our offers") risks re-categorisation by Meta.

For Indian D2C brands utility templates power the post-purchase journey end-to-end, and the resulting inbound replies open free service windows where upsell can be done in plain text. Treat utility as the engine of WhatsApp Business ROI in 2026.

W

WABA

WhatsApp Business Account — the Meta-side container for your phone numbers and templates.

WABA is the Meta Business Manager object that holds your WhatsApp Business assets: phone numbers, message templates, display name, payment method, tier, quality rating and webhook subscriptions.

A WABA belongs to a Business Manager (which can in turn own multiple WABAs for different brands or geographies). It is the root unit for billing — Meta invoices conversation fees per WABA per month in INR for Indian-tax-registered businesses.

Critical advice: always create the WABA inside your own Business Manager and grant your BSP partner access — never let the BSP create the WABA inside theirs. If you ever need to switch BSPs, ownership of the WABA is the difference between a clean migration and starting from zero.

Webhook

An HTTPS endpoint Meta calls when something happens in your WABA.

Webhooks are HTTPS callbacks Meta sends to a URL you configure. They carry inbound messages, message status updates (sent, delivered, read), template status changes, phone-number quality changes, and conversation analytics.

A robust 2026 implementation verifies Meta's X-Hub-Signature header on every request, returns 200 within 5 seconds, and processes the payload asynchronously through a Redis queue. Idempotency keys protect against duplicate delivery during Meta retries.

The webhook is the single source of truth for billing. Always reconcile WalletService debits to the conversation-analytics webhook events nightly; never trust front-end sent counts. For DPDP, keep at least 18 months of raw webhook payloads in cold storage.

WhatsApp Business app

The free Android/iOS consumer app for very small businesses — pre-WABA.

The WhatsApp Business app is the consumer-grade Android and iOS application aimed at solo entrepreneurs and small shops. It adds business profile, labels, quick replies, away messages and the broadcast list on top of regular WhatsApp.

Limits include one phone number per device, no API access, no multi-agent inbox, and the 256-contact broadcast cap. Once you exceed roughly 1,000 customers or need automation, the migration path is to WABA + Cloud API through a BSP.

In India 2026 the WhatsApp Business app remains the largest entry point — over 25 million Indian MSMEs use it. Many BSPs (RichAutomate included) offer a one-week migration kit that moves your catalogue, labels and broadcast lists into WABA without losing chat history.

WhatsApp Flow

Meta's overall product name for Native Flows.

WhatsApp Flow is Meta's branded name for the Native Flow feature: a multi-screen, in-app form experience that lets businesses collect structured data inside a chat thread.

A WhatsApp Flow is defined by Flow JSON, published with a flow_id, and triggered via a CTA button on a template message. Submission either posts back via data_exchange to your endpoint_uri or completes purely client-side (collecting nothing, just showing screens).

For Indian operators the highest-ROI WhatsApp Flow use cases in 2026 are appointment booking, KYC capture, lead qualification, post-claim NPS and product configuration. Combine Flow with utility templates so the entire customer journey lives inside WhatsApp.

Get all 50 terms as a PDF cheatsheet

One-page reference plus print-friendly long form. Email + WhatsApp optional — DPDP-compliant and you can opt out any time.

DPDP-compliant. No spam. One-click unsubscribe.