
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
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
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
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
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
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 |
API SendApp Webhook endpoint
Se hai il software desktop SendApp Connect, puoi creare un file PHP sul tuo server con certificato ssl,
per ricevere tutti i messaggi dai tuoi clienti nel formato JSON. Una volta che hai configurato il file tuo file PHP,
dovrai semplicemente inserire l’URL nel tuo SendApp Connect.
In questo modo, tutti i messaggi in arrivo dal tuo account WhatsApp saranno inviati al tuo endpoint nel formato json.