
With the API of Sendapp.cloud
Designed for small and medium-sized companies,
to revolutionize communication with customers.
Whatsapp api for sending notifications from any platform
Sendapp Colud API
If you have the https://sendapp.cloud you can create an instance with your personal multisession or business multisession whatsapp account
After creating the instance you can copy your Token and your Isatnza ID and customize the API on any of your web, desktop, mobile platforms.
API Documentation
Your Access Token: 8635a448790ab4d83abcxxxxxxxxxxx
Instance Api
POST Create Instance
https://sendapp.cloud/api/createinstance.php?access_token=8635a448790ab4d83abcxxxxxxxxxxx
Create a new Instance ID
Params
access_token | 8635a448790ab4d83abcxxxxxxxxxxx |
POST Get QR Code
https://sendapp.cloud/api/getqrcode.php?instance_id=609ACF283XXXX&access_token=8635a448790ab4d83abcxxxxxxxxxxx
Display QR code to login to Whatsapp web. You can get the results returned via Webhook
Params
instance_id | 609ACF283XXXX |
access_token | 8635a448790ab4d83abcxxxxxxxxxxx |
POST Set Receving Webhook
https://sendapp.cloud/api/setwebhook.php?webhook_url=https://webhook.site/1b25464d6833784f96eef4xxxxxxxxxx&enable=true&instance_id=609ACF283XXXX&access_token=8635a448790ab4d83abcxxxxxxxxxxx
Get all return values from Whatsapp. Like connection status, Incoming message, Outgoing message, Disconnected, Change Battery, ...
Params
webhook_url | https://webhook.site/1b25464d6833784f96eef4xxxxxxxxxx |
enable | false |
instance_id | 609ACF283XXXX |
access_token | 8635a448790ab4d83abcxxxxxxxxxxx |
POST Reboot Instance
https://sendapp.cloud/api/reboot.php?instance_id=609ACF283XXXX&access_token=8635a448790ab4d83abcxxxxxxxxxxx
Logout Whatsapp web and do a fresh scan
Params
instance_id | 609ACF283XXXX |
access_token | 8635a448790ab4d83abcxxxxxxxxxxx |
POST Reset Instance
https://sendapp.cloud/api/resetinstance.php?instance_id=609ACF283XXXX&access_token=8635a448790ab4d83abcxxxxxxxxxxx
This will logout Whatsapp web, Change Instance ID, Delete all old instance data
Params
instance_id | 609ACF283XXXX |
access_token | 8635a448790ab4d83abcxxxxxxxxxxx |
POST Reconnect
https://sendapp.cloud/api/reconnect.php?instance_id=609ACF283XXXX&access_token=8635a448790ab4d83abcxxxxxxxxxxx
Re-initiate connection from app to Whatsapp web when lost connection
Params
instance_id | 609ACF283XXXX |
access_token | 8635a448790ab4d83abcxxxxxxxxxxx |
Send Direct Message Api
POST Send Text
https://sendapp.cloud/api/send.php?number=84933313xxx&type=text&message=test%20message&instance_id=609ACF283XXXX&access_token=8635a448790ab4d83abcxxxxxxxxxxx
Send a text message to a phone number through the app
Params
number | 84933313xxx |
type | text |
message | test message |
instance_id | 609ACF283XXXX |
access_token | 8635a448790ab4d83abcxxxxxxxxxxx |
POST Send Media & File
https://sendapp.cloud/api/send.php?number=84933313xxx&type=media&message=test%20message&media_url=https://i.pravatar.cc&filename=file_test.jpg&instance_id=609ACF283XXXX&access_token=8635a448790ab4d83abcxxxxxxxxxxx
Send a media or file with message to a phone number through the app
Params
number | 84933313xxx |
type | average |
message | test message |
media_url | https://i.pravatar.cc |
filename (Just use for send document) | file_test.pdf |
instance_id | 609ACF283XXXX |
access_token | 8635a448790ab4d83abcxxxxxxxxxxx |
Group Api
POST Send Text Message Group
https://sendapp.cloud/api/sendgroupmsg.php?group_id=84987694574-1618740914@g.us&type=text&message=test%20message&instance_id=609ACF283XXXX&access_token=8635a448790ab4d83abcxxxxxxxxxxx
Send a text message to a group through the app
Params
group_id | 84987694574-1618740914@g.us |
type | text |
message | test message |
instance_id | 609ACF283XXXX |
access_token | 8635a448790ab4d83abcxxxxxxxxxxx |
POST Send Media & File Message Group
https://sendapp.cloud/api/sendgroupmsg.php?group_id=84987694574-1618740914@g.us&type=media&message=test%20message&media_url=https://i.pravatar.cc&filename=file_test.jpg&instance_id=609ACF283XXXX&access_token=8635a448790ab4d83abcxxxxxxxxxxx
Send a media or file with message to a group through the app
Params
group_id | 84987694574-1618740914@g.us |
type | average |
message | test message |
media_url | https://i.pravatar.cc |
filename (Just use for send document) | file_test.pdf |
instance_id | 609ACF283XXXX |
access_token | 8635a448790ab4d83abcxxxxxxxxxxx |