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_token 64833dfa0xxxx
GET 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 64833dfa0xxxx
GET 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 64833dfa0xxxx
GET Reboot Instance
Logout Whatsapp web and do a fresh scan
Params
instance_id 609ACF283XXXX
access_token 64833dfa0xxxx
GET Reset Instance
This will logout Whatsapp web, Change Instance ID, Delete all old instance data
Param
instance_id 609ACF283XXXX
access_token 64833dfa0xxxx
GET Reconnect
Re-initiate connection from app to Whatsapp web when lost connection
Params
instance_id 609ACF283XXXX
access_token 64833dfa0xxxx
Send Direct Message API
GET 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 64833dfa0xxxx
GET 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 64833dfa0xxxx
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 64833dfaxxx
POST Send Media & File Message Group
Send a media or file with message to a group through the app
Params
group_id 8498761xxxxxxxx@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 64833dfaxxx