With the APIs of Sendapp.cloud
Designed for small and medium-sized businesses,
to revolutionize customer communication.
Whatsapp API for sending notifications from any platform
Sendapp Cloud API
If you have the plan of https://app.sendapp.cloud You can create an instance with your personal multi-session or business multi-session WhatsApp account.
After creating the instance you can copy your Token and your Instance ID and customize the APIs in any of your web, desktop, or mobile platforms.
API Documentation
Your Access Token: 64833dfa0xxxx
Instance API
GET Create Instance
https://app.sendapp.cloud/api/create_instance?access_token=64833dfa0xxxx
Create a new Instance ID
Param
| access_token | 64833dfa0xxxx |
GET Get QR Code
https://app.sendapp.cloud/api/get_qrcode?instance_id=609ACF283XXXX&access_token=64833dfa0xxxx
Display QR code to login to Whatsapp web. You can get the results returned via Webhook
Param
| instance_id | 609ACF283XXXX |
| access_token | 64833dfa0xxxx |
GET Set Receiving Webhook
https://app.sendapp.cloud/api/set_webhook?webhook_url=https%3A%2F%2Fwebhook.site%2F1b25464d6833784f96eef4xxxxxxxxxx&enable=true&instance_id=609ACF283XXXX&access_token=64833dfa0xxxx
Get all return values from Whatsapp. Like connection status, Incoming message, Outgoing message, Disconnected, Change Battery,...
Param
| webhook_url | https://webhook.site/1b25464d6833784f96eef4xxxxxxxxxx |
| enable | true |
| instance_id | 609ACF283XXXX |
| access_token | 64833dfa0xxxx |
GET Reboot Instance
https://app.sendapp.cloud/api/reboot?instance_id=609ACF283XXXX&access_token=64833dfa0xxxx
Logout Whatsapp web and do a fresh scan
Param
| instance_id | 609ACF283XXXX |
| access_token | 64833dfa0xxxx |
GET Reset Instance
https://app.sendapp.cloud/api/reset_instance?instance_id=609ACF283XXXX&access_token=64833dfa0xxxx
This will logout Whatsapp web, Change Instance ID, Delete all old instance data
Param
| instance_id | 609ACF283XXXX |
| access_token | 64833dfa0xxxx |
GET Reconnect
https://app.sendapp.cloud/api/reconnect?instance_id=609ACF283XXXX&access_token=64833dfa0xxxx
Re-initiate connection from app to Whatsapp web when lost connection
Param
| instance_id | 609ACF283XXXX |
| access_token | 64833dfa0xxxx |
Send Direct Message API
GET Send Text
https://app.sendapp.cloud/api/send?number=84933313xxx&type=text&message=test+message&instance_id=609ACF283XXXX&access_token=64833dfa0xxxx
Send a text message to a phone number through the app
Param
| number | 84933313xxx |
| type | text |
| message | test message |
| instance_id | 609ACF283XXXX |
| access_token | 64833dfa0xxxx |
GET Send Media & File
https://app.sendapp.cloud/api/send?number=84933313xxx&type=media&message=test+message&media_url=https%3A%2F%2Fi.pravatar.cc&filename=file_test.jpg&instance_id=609ACF283XXXX&access_token=64833dfa0xxxx
Send a media or file with message to a phone number through the app
Param
| number | 84933313xxx |
| type | average |
| message | test message |
| media_url | https://i.pravatar.cc |
| filename (Just use to send document) | file_test.pdf |
| instance_id | 609ACF283XXXX |
| access_token | 64833dfa0xxxx |
