Super Simple Whatsapp
Log in using the WhatsApp in your device, then send text messages via API requests. Super Simple Whats is a streamlined web application designed to simplify the process of sending WhatsApp messages without needing to deal with the bureaucracy of WhatsApp Business Platform. By allowing users to quickly login using the same API used in WhatsApp Web and initiate chats with any phone number, it…
Super Simple Whatsapp endpoints
| Method | Endpoint | Description |
|---|---|---|
| Devices | ||
| GET |
List devices /devices/list |
List your registered devices |
| POST |
Render device qrCode /devices/render_qrcode_device_registration |
This endpoint returns a HTML page with a qrCode image. You should use the WhatsApp in your device to read the qrCode returned by this endpoint it so it can be authenticated and… |
| POST |
Register device /devices/register_device |
In this endpoint you should render the returned code into a qrCode and use the WhatsApp in your device to read it so it can be authenticated and connected. If you want to get a… |
| POST |
Forget device /devices/forget_device |
Disconnect and exclude a user's device. |
| Device hooks | ||
| POST |
List device hook URLs /devices/hook_endpoints/list |
List hooks URLs related to a given device. |
| POST |
Add device hook URL /devices/hook_endpoints/add |
Add a hook URL to a given device. |
| POST |
Remove device hook URL /devices/hook_endpoints/remove |
Remove a hook URL from a given device. |
| Conversations | ||
| POST |
List conversations /conversations/list |
Get the conversations (chats) from the given devices, sorted by last activity desc. |
| POST |
List messages from conversations /conversations/list_messages |
List the messages from the conversation using the given conversation_id. The results are always sorted by the last activity in descending order. |
| Messages | ||
| POST |
Send /messages/send/{device_key}/{destination} |
Sends a message to a given recipient. |
Super Simple Whatsapp pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| PRO | $5 / month | 5 / second |
|
| ULTRA Recommended | $15.89 / month | 5 / second |
|
| MEGA | $35.89 / month | 5 / second |
|