
With the Free API of SendApp Connect
Designed for small and medium-sized companies,
to revolutionize communication with customers.
Whatsapp api for sending notifications from any platform
Sendapp Connect API
If you have the SendApp Connect desktop software you can create an instance with your personal 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
POST Get QR Code
https://api.sendapp.live/getqrcode.php?instance_id=44345788XXX&access_token=612D62D6E8536446BAxxxxxxxxx
Display QR code to login to Whatsapp web. You can get the results returned via Webhook
Params
instance_id | 44345788XXX |
access_token | 612D62D6E8536446BAxxxxxxxxx |
Send Direct Message Api
POST Send Text
https://api.sendapp.live/send.php?number=44345788XXX&type=text&message=test%20message&instance_id=609ACF283XXXX&access_token=612D62D6E8536446BAxxxxxxxxx
Send a text message to a phone number through the app
Params
number | 44345788XXX |
type | text |
message | test message |
instance_id | 609ACF283XXXX |
access_token | 612D62D6E8536446BAxxxxxxxxx |
POST Send Media & File
https://api.sendapp.live/send.php?number=44345788XXX&type=media&message=test%20message&media_url=https://i.pravatar.cc&filename=file_test.jpg&instance_id=609ACF283XXXX&access_token=612D62D6E8536446BAxxxxxxxxx
Send a media or file with message to a phone number through the app
Params
number | 44345788XXX |
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 | 612D62D6E8536446BAxxxxxxxxx |
Group Api
POST Send Text Message Group
https://api.sendapp.live/sendgroupmsg.php?group_id=84987694574-1618740914@g.us&type=text&message=test%20message&instance_id=609ACF283XXXX&access_token=612D62D6E8536446BAxxxxxxxxx
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 | 612D62D6E8536446BAxxxxxxxxx |
POST Send Media & File Message Group
https://api.sendapp.live/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=612D62D6E8536446BAxxxxxxxxx
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 | 612D62D6E8536446BAxxxxxxxxx |