๐Ÿ’ฌ

WhatsApp Messaging API

Send messages worldwide via WhatsApp Business API. Reach anyone, anywhere, programmatically.

API Docs $0.07 / conversation

About this tool

Send WhatsApp messages to any phone number worldwide using the official WhatsApp Business API. Supports text messages, templates, and media. Pricing is per conversation (24-hour window), not per message.

Quick Start

curl -X POST https://api.iteratools.com/whatsapp \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"to": "+15551234567", "message": "Hello from IteraTools!"}'

Response

{"success": true, "message_id": "wamid.xxx", "status": "sent"}

Details

EndpointPOST /whatsapp
Price$0.07 / conversation (24h window)
AuthBearer token or x402 micropayment
SupportsText, templates, media messages
Base URLhttps://api.iteratools.com
Full Documentation Browse All Tools