Nome utente

Con le API Gratuite di SendApp Connect
puoi automatizzare le notifiche Whatsapp
con qualsiasi piattaforma

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

Le API WhatsApp SendApp sono progettate per semplificare la gestione delle notifiche aziendali.
Connetti il tuo account personale o business e inizia subito a interagire con i tuoi clienti.

WhatsApp API per l’invio di notifiche da qualsiasi piattaforma

Con SendApp Connect puoi configurare un’istanza del tuo account WhatsApp personale o business multisessione. Dopo averla creata, copia l’Access Token e l’Instance ID. Questi parametri ti consentiranno di personalizzare le API WhatsApp SendApp e integrarle su qualsiasi piattaforma web, desktop o mobile.

whatsapp credentials in sendapp
GET Get QR Code
Display QR code to login to Whatsapp web. You can get the results returned via Webhook
Params
access_token612D62D6E8536446BAxxxxxxxxx
Send Direct Message Api
POST Send Text
Send a text message to a phone number through the app
Params
number44345788XXX
typetext
messagetest message
instance_id609ACF283XXXX
access_token612D62D6E8536446BAxxxxxxxxx
POST Send Media & File
Send a media or file with message to a phone number through the app
Params
number44345788XXX
typemedia
messagetest message
media_urlhttps://i.pravatar.cc
filename (Just use for send document)file_test.pdf
instance_id609ACF283XXXX
access_token612D62D6E8536446BAxxxxxxxxx
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_token612D62D6E8536446BAxxxxxxxxx
POST Send Media & File Message Group
Send a media or file with message to a group through the app
Params
group_id84987694574-1618740914@g.us
typemedia
messagetest message
media_urlhttps://i.pravatar.cc
filename (Just use for send document)file_test.pdf
instance_id609ACF283XXXX
access_token612D62D6E8536446BAxxxxxxxxx

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.

sendapp connect webhook
Scarica Esempio PHP