Messages
Send Text Message
Send a text message to a WhatsApp number with optional interactive elements.
Features:
- Send simple text messages
- Add interactive buttons (up to 3 buttons)
- Include header and footer text
- Real-time delivery tracking
Use Cases:
- Customer notifications
- Interactive customer service
- Marketing messages with call-to-action buttons
- Order confirmations with quick reply options
POST
Authorizations
Bearer token authentication. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Body
application/json
Response
200
application/json
Message sent successfully
The response is of type object
.
Previous
Send Media MessageSend media files (images, videos, documents, audio) to WhatsApp contacts.
**Supported Media Types:**
- **Images**: JPEG, PNG, WebP (max 5MB)
- **Videos**: MP4, 3GPP (max 16MB)
- **Documents**: PDF, DOC, DOCX, XLS, XLSX, PPT, PPTX (max 100MB)
- **Audio**: AAC, M4A, AMR, MP3, OGG (max 16MB)
**Features:**
- Direct URL media sending
- Optional captions for images and videos
- Custom file naming
- Automatic media processing and optimization
**Use Cases:**
- Product catalogs and showcases
- Document sharing (invoices, contracts, brochures)
- Video demonstrations and tutorials
- Audio messages and voice notes
Next