Nome utente

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

API Sendapp Cloud
Se disponi del piano di https://app.sendapp.cloud puoi creare una istanza con il tuo account WhatsApp personale multisessione o business multisessione
Dopo la creazione dell’istanza puoi copiare il tuo Access Token e la tua Instance ID e personalizzate le API in qualsiasi tua piattaforma web, desktop, mobile.

Instance API
GET Create Instance
Create a new Instance ID
Params
access_token64833dfa0xxxx
GET Get QR Code
Display QR code to login to Whatsapp web. You can get the results returned via Webhook
Params
instance_id609ACF283XXXX
access_token64833dfa0xxxx
GET Set Receving Webhook
Get all return values from Whatsapp. Like connection status, Incoming message, Outgoing message, Disconnected, Change Battery,...
Params
webhook_urlhttps://webhook.site/1b25464d6833784f96eef4xxxxxxxxxx
enabletrue
instance_id609ACF283XXXX
access_token64833dfa0xxxx
GET Reboot Instance
Logout Whatsapp web and do a fresh scan
Params
instance_id609ACF283XXXX
access_token64833dfa0xxxx
GET Reset Instance
This will logout Whatsapp web, Change Instance ID, Delete all old instance data
Param
instance_id609ACF283XXXX
access_token64833dfa0xxxx
GET Reconnect
Re-initiate connection from app to Whatsapp web when lost connection
Params
instance_id609ACF283XXXX
access_token64833dfa0xxxx
Send Direct Message API
GET Send Text
Send a text message to a phone number through the app
Params
number84933313xxx
typetext
messagetest message
instance_id609ACF283XXXX
access_token64833dfa0xxxx
GET Send Media & File
Send a media or file with message to a phone number through the app
Params
number84933313xxx
typemedia
messagetest message
media_urlhttps://i.pravatar.cc
filename (Just use for send document)file_test.pdf
instance_id609ACF283XXXX
access_token64833dfa0xxxx
Group API
POST Send Text Message Group
Send a text message to a group through the app
Params
group_id84987694574-1618740914@g.us
typetext
messagetest message
instance_id609ACF283XXXX
access_token64833dfaxxx
POST Send Media & File Message Group
Send a media or file with message to a group through the app
Params
group_id8498761xxxxxxxx@g.us
typemedia
messagetest message
media_urlhttps://i.pravatar.cc
filename (Just use for send document)file_test.pdf
instance_id609ACF283XXXX
access_token64833dfaxxx