How much does it cost to build a WhatsApp chatbot in 2026?
The real cost to build a WhatsApp chatbot in 2026 — platform fees, AI model costs, and setup time broken down honestly. From free to enterprise-grade.
"How much does it cost?" is usually the second question people ask about WhatsApp chatbots. The first is whether they actually work. Once you've seen that they do, the cost question matters a lot.
The honest answer: it ranges from genuinely free to tens of thousands per year, depending on how you build it and what you're trying to do. This guide breaks down every cost component so you can estimate what your setup will actually run.
TL;DR
- No-code platforms like CodeWords: free to start, paid plans from a low monthly subscription. AI costs included.
- Developer-built custom bots: $5,000–$50,000+ to build, plus ongoing maintenance costs.
- The biggest hidden cost is usually developer time, not platform fees.
- For most SMBs, the right answer is a no-code platform — you get to production faster, at a fraction of the cost.
The three cost components
Building and running a WhatsApp chatbot involves up to three distinct cost layers. Understanding each one separately makes it much easier to compare options.
1. Platform or development cost
This is what you pay to actually build the bot.
No-code platforms (CodeWords, Make, Zapier): You pay a subscription. No developer required. CodeWords has a free plan; paid tiers scale with features and volume.
Low-code tools (n8n): Self-hosted is free, but you're paying for server infrastructure and the engineering time to set it up and maintain it. The cloud version has its own pricing.
Custom development: You hire a developer (or agency) to build a bespoke WhatsApp bot. Expect to pay $5,000–$15,000 for a basic bot, and $20,000–$50,000+ for something with CRM integration, multi-language support, and production-grade reliability. Then add ongoing maintenance.
2. AI model cost
If your bot uses AI to understand and respond to messages (rather than rigid flow trees), you're making API calls to a language model. The cost depends on how many messages your bot processes and which model powers it.
If you use CodeWords: AI model costs are included in your plan. You don't pay OpenAI or Anthropic separately.
If you build your own: You pay for API usage directly. Current (2026) approximate costs per 1,000 messages processed:
| Model | Approximate cost per 1,000 messages |
|---|---|
| GPT-5-nano | ~$0.05–$0.10 |
| GPT-5-mini | ~$0.20–$0.50 |
| GPT-5 | ~$2–$5 |
| Claude Haiku 4.5 | ~$0.10–$0.30 |
| Claude Sonnet 4.6 | ~$1–$3 |
| Gemini 3.5 Flash | ~$0.05–$0.15 |
For most small business bots handling a few hundred conversations per month, AI model costs on a self-built system run $10–$50/month. At scale, they become more significant.
3. WhatsApp messaging cost
Through CodeWords Business API: No per-message charge from CodeWords. Daily send limits apply (5/day on Free, 20/day on Pro, 50/day on Max). Meta does not charge for individual messages through CodeWords.
Through Twilio or other BSPs: Typically $0.005–$0.015 per message, depending on country and message type. At 1,000 messages/month, that's $5–$15. At 50,000 messages/month, it's $250–$750 — just in messaging fees.
Personal Device (your own number): No per-message cost from CodeWords or Meta. Your number sends as many messages as you want.
What does it actually cost by approach?
Option A: CodeWords (no-code, recommended for SMBs)
| Plan | Monthly cost | WhatsApp DMs/day | AI included |
|---|---|---|---|
| Free | $0 | 5 | Yes |
| Pro | See pricing | 20 | Yes |
| Max | See pricing | 50 | Yes |
| Personal Device | Included | Unlimited* | Yes |
*Subject to Meta's own anti-spam rules. See codewords.agemo.ai/pricing for current plan costs.
Total monthly cost for a typical SMB: The platform subscription. No AI costs on top, no per-message fees.
Time to build: 5–45 minutes depending on complexity.
Option B: n8n + WhatsApp API (self-hosted, technical)
- Server hosting: $10–$50/month (a basic VPS)
- WhatsApp API access via BSP: $30–$100+/month depending on provider and volume
- AI model costs: $10–$100/month depending on volume and model
- Developer setup time: 10–40 hours initially
- Ongoing maintenance: 2–5 hours/month
Total monthly cost: $50–$250+ ongoing, plus the initial development time.
Option C: Custom-built bot (developer or agency)
- Build cost: $5,000–$50,000+ (one-time)
- Hosting: $50–$500+/month
- WhatsApp API: $30–$200+/month
- AI model costs: $20–$200+/month
- Developer maintenance: $500–$2,000+/month
Total monthly cost: $600–$3,000+, not including the upfront build.
The hidden cost most people miss: developer time
The platform subscription is usually the smallest number on the spreadsheet. The biggest cost — especially for options B and C — is engineering time.
Every change to a custom-built bot needs a developer. A new FAQ answer, a changed business hour, a new integration — all of it requires code changes, testing, and deployment. At $100–$200/hour for developer time, even small tweaks add up fast.
With a no-code platform like CodeWords, you make those changes yourself by telling Cody what you want. There's no deployment cycle and no engineering cost for routine maintenance.
Cost optimisation tips (if you're building your own)
If you go the self-build route, these practices significantly reduce running costs:
Use the right-sized model. GPT-5-nano for simple FAQs, GPT-5-mini for conversational replies. Save the heavier models for tasks that genuinely need them.
Limit conversation memory. Storing and sending the last ten messages is usually enough context. Sending 50 messages of history on every API call multiplies your token usage unnecessarily.
Cache frequent answers. If 30% of your messages ask the same three questions, don't call the AI every time. Return a cached response.
Batch scheduled sends. One workflow that sends 50 reminders at 9am costs the same as one message. Fifty separate scheduled tasks cost 50x more in execution.
Which option is right for you?
You're an SMB who wants something live this week: CodeWords free plan. Build it today, validate it works, upgrade when you need more volume.
You're an agency building bots for clients: CodeWords handles the infrastructure so you can focus on the use cases and charge for your expertise, not your dev time.
You have a technical team and specific requirements that no platform can meet: n8n or custom development — but go in clear-eyed about the true ongoing cost.
You're an enterprise with high volume and dedicated engineering: Twilio or a direct BSP relationship, combined with your own development.
Start building with CodeWords — the free plan is a genuine starting point, not a crippled demo.
Related reading: How to build a WhatsApp AI agent, top tools to build WhatsApp chatbots, how to scale a WhatsApp AI chatbot without going broke.