WAzion API
Connect 238 WhatsApp Business AI tools to any application
Everything you need to build on WhatsApp
💬
WhatsApp Messaging
Send messages, media, templates, and interactive buttons via 238 MCP tools.
🤖
AI Capabilities
Built-in copilot, auto-pilot mode, and smart reply suggestions powered by LLMs.
⚡
Workflows & Automation
Visual workflow builder with conditionals, delays, and multi-step automations.
📣
Mass Marketing
Broadcast campaigns to thousands of contacts with delivery analytics.
👥
CRM & Customers
Manage contacts, tags, custom fields, and conversation history.
📚
Knowledge Base
Upload documents and let the AI answer questions from your own content.
Start in 2 minutes
Every WAzion account comes with an API token. No OAuth flows, no approval process — just grab your token and start sending.
Read the Quickstartcurl -X POST https://www.wazion.com/api/mcp/ \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "send_whatsapp_message",
"arguments": {
"phone": "+34600000000",
"message": "Hello from WAzion API!"
}
},
"id": 1
}'