WhatsApp Business API

Powerful, reliable, and easy-to-use WhatsApp Business API for sending messages, managing templates, and connecting with your customers at scale.

Why Choose Our WhatsApp API?

Lightning Fast
Send messages instantly with our optimized infrastructure. Built for high-volume messaging with minimal latency.
Enterprise Security
Bank-grade security with API key authentication, encrypted connections, and compliance with data protection standards.
Global Reach
Connect with customers worldwide. Support for multiple languages, regions, and WhatsApp Business Account management.

API Endpoints

WhatsApp Business Accounts (WABA)
Manage, retrieve, and send messages for your WhatsApp Business Accounts (WABAs)
2BeBot Channels
Manage, retrieve, and send text, media, and template messages for 2BeBot channels
Web WhatsApp
Manage, retrieve, and send text, media messages via Web WhatsApp

Quick Start

Send your first message
curl -X POST https://smart.botatende.com/api/v1/whatsapp/123/messages \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "phone_number": "+1234567890",
    "type": "text",
    "message": "Hello from WhatsApp API!"
  }'