Skip to main content

Con le API di Sendapp.cloud
puoi automatizzare le notifiche Whatsapp
con qualsiasi piattaforma

Pensate per le piccole e medie aziende,
per rivoluzionare la comunicazione con i clienti.

Whatsapp api per l’invio di notifiche da qualsiasi piattaforma

Con Sendapp.cloud adesso puoi accedere alle tue api per automatizzare l’invio delle notifiche whatsapp da qualsiasi piattaforma web, desktop, mobile

POST Create Instance ID

Create a new Instance ID
PARAMS
access_token e10adc3949ba59abbe56e0xxxxxxxxxx
POST Get QR Code
Display QR code to login to Whatsapp web. You can get the results returned via Webhook
PARAMS
instance_id 609ACF283XXXX
access_token e10adc3949ba59abbe56e0xxxxxxxxxx
POST Set Receving Webhook
Get all return values from Whatsapp. Like connection status, Incoming message, Outgoing message, Disconnected, Change Battery,…
PARAMS
webhook_url https://webhook.site/1b25464d6833784f96eef4xxxxxxxxxx
enable true
instance_id 609ACF283XXXX
access_token e10adc3949ba59abbe56e0xxxxxxxxxx
POST Reboot Instance
Logout Whatsapp web and do a fresh scan
PARAMS
instance_id 609ACF283XXXX
access_token e10adc3949ba59abbe56e0xxxxxxxxxx
POST Reset Instance
This will logout Whatsapp web, Change Instance ID, Delete all old instance data
PARAMS
instance_id 609ACF283XXXX
access_token e10adc3949ba59abbe56e0xxxxxxxxxx
POST Reconnect
Re-initiate connection from app to Whatsapp web when lost connection
PARAMS
instance_id 609ACF283XXXX
access_token e10adc3949ba59abbe56e0xxxxxxxxxx
SEND DIRECT MESSAGE API
POST Send Text
Send a text message to a phone number through the app
PARAMS
number 84933313xxx
type text
message test message
instance_id 609ACF283XXXX
access_token e10adc3949ba59abbe56e0xxxxxxxxxx
POST Send Media & File
Send a media or file with message to a phone number through the app
PARAMS
number 84933313xxx
type media
message test message
media_url https://i.pravatar.cc
filename (Just use for send document) file_test.pdf
instance_id 609ACF283XXXX
access_token e10adc3949ba59abbe56e0xxxxxxxxxx
GROUP API
POST Send Text Message Group
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 e10adc3949ba59abbe56e0xxxxxxxxxx
POST Send Media & File Message Group
Send a media or file with message to a group through the app
PARAMS
group_id 84987694574-1618740914@g.us
type media
message test message
media_url https://i.pravatar.cc
filename (Just use for send document) file_test.pdf
instance_id 609ACF283XXXX
access_token e10adc3949ba59abbe56e0xxxxxxxxxx