Complete guide to using our WhatsApp Gateway API
Complete API documentation with endpoints, parameters, and examples.
Step-by-step guides for integrating with popular platforms and frameworks.
curl -X POST https://tawasol.site/api/send-message \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"device_id": "your_device_id",
"to": "1234567890",
"message": "Hello from API!"
}'
Configure webhooks to receive real-time notifications about message status, incoming messages, and device events.
A device represents a connected WhatsApp account. Each device can send and receive messages independently.
Manage your contact list with tags and groups for organized messaging campaigns.
Send text, media, templates, and interactive messages through our API or dashboard.
Receive real-time notifications about events in your application via HTTP callbacks.
npm install @tawasol/sdk
pip install tawasol-sdk
composer require tawasol/sdk
Our documentation covers everything you need, but if you have questions, we're here to help.