WhatsApp API 2026: Types, Access, Pricing & Limits

Commissione europea
Regolamentato dall'UE Legge sui mercati digitali (DMA)
La nostra soluzione si concentra esclusivamente sull'interoperabilità della messaggistica, senza archiviazione di profili e senza scraping. I clienti sono tenuti a rispettare le condizioni di ciascun fornitore. Per saperne di più
WhatsApp API Guide 2026

WhatsApp API: Types, Access, Prezzi and Limits

Everything the official WhatsApp Business Platform requires, and the parts it doesn't cover: how to connect a WhatsApp account for uso personale or an existing Business App, by QR code or pairing code, with no Meta Business verification.
7-day free trial, no credit card required
Account linked
QR code, no Meta setup
connect-whatsapp.js
// Link an existing WhatsApp account
const account = await client.account.connectWhatsapp();

// account.qrCodeString -> show to the user
// or pass a pairing_phone_number instead

const chat = await client.chat.list({
  account_type: 'WHATSAPP'
});
Connected, on behalf of the authenticated user
Definizione

Che cos'è l'API di WhatsApp?

Il API di WhatsApp is not one single product. It's an umbrella term for three different ways to send and receive WhatsApp messages from software: Meta's official WhatsApp Business Platform, a Business Solution Provider reselling access to it, and a unified messaging API that connects a WhatsApp account a user already owns.
All three ultimately run on WhatsApp's own network, Meta owns the protocol, so no option operates outside Meta's infrastructure. What differs sharply between them is the access model: whether you're provisioning a brand new business number under Meta's rules, or connecting an account that already exists.
NomeCos'èWho operates itAccess requirements
WhatsApp Business Platform (Cloud API)Meta's own official API for provisioning new business phone numbers and sending template messages at scaleMetaMeta developer app, WABA, business phone number, verification for higher tiers
Business Solution Provider (BSP) accessA third party (Twilio, 360dialog and similar) reselling the same Cloud API, wrapped in its own dashboard and billingMeta infrastructure, BSP-managedSame underlying Meta requirements, provisioned through the BSP
Unified session API (Unipile)Connects a WhatsApp account, business or personal, the way WhatsApp Web does, by QR code or pairing codeUnipile, on behalf of the authenticated userNo Meta Business verification, no new number, no template approval
The rest of this guide covers all three, with a specific focus on the third option, since it's the one most existing WhatsApp API guides skip entirely.
Orientation

What are the different types of WhatsApp API?

There are four practical ways to access WhatsApp programmatically today: the API del cloud (Meta's current official surface), the discontinued On-Premise API, il App WhatsApp Business, and a third-party session API that connects an account a user already has.
TipoProvisioningIl migliore perWorks with an existing account
API del cloudNew business phone number + Meta Business verification for higher volumeCompanies sending high-volume marketing or notifications at scaleNo, requires a new number
On-Premise APIDeprecated. Meta retired it and pushed migration to the Cloud APILegacy integrations onlyNo
App WhatsApp BusinessFree consumer-facing app, manual setup on one deviceSmall businesses managing chats by handYes, but manually, one device, not programmatic
Unified session API (Unipile)Links the account the way WhatsApp Web does, no new numberSaaS platforms embedding each user's own WhatsApp account in-productYes, this is the primary use case
The first two rows are Meta's own infrastructure, built around provisioning a new business number. The third is a manual, human-operated app with no real API. The fourth is where a unified API like Unipile sits: it doesn't compete with the Cloud API, it solves a different problem, letting your own users connect the WhatsApp account they already carry in their pocket.
Meta has also introduced limited coexistence between the WhatsApp Business App and the Cloud API on the same number, so a business can keep the app for manual conversations while a subset of traffic runs through the Cloud API. That's still a business-owned number changing how it's operated, not the same thing as a third party connecting an account a different, individual user already owns. The type that matters for this guide is the fourth one: it's the only option built around the account, not the number. For a deeper look at running the Cloud API type inside a multi-tenant product, see our WhatsApp Cloud API integration guida.

Ecosistema API di WhatsApp

Meta offre due API ufficiali che consentono alle aziende di integrare WhatsApp nel proprio software. Entrambe sono progettate per abilitare messaggistica ad alto volume, con funzionalità quali messaggi predefiniti, condivisione di contenuti multimediali e strumenti di assistenza clienti.

In hosting autonomo

API di WhatsApp Business

L'API Business è stata la prima soluzione rilasciata da Meta per aiutare le aziende a interagire con i propri clienti su WhatsApp. È tipicamente self-hosted o gestita da un provider approvato, dando alle aziende un maggiore controllo sull'infrastruttura. Supporta messaggi in uscita templati, risposte ai clienti e formati rich media, rendendola adatta alle aziende che hanno bisogno di integrare WhatsApp direttamente nel proprio CRM, contact center o sistema di assistenza.

Il migliore per aziende che integrano WhatsApp nei propri sistemi CRM, contact center o di supporto.
Meta Cloud

WhatsApp Cloud API

Lanciato successivamente, il Cloud API è completamente ospitato da Meta. Ciò elimina la necessità per le aziende di gestire server o infrastrutture pesanti. L'API Cloud offre funzionalità di base simili, come l'invio e la ricezione di messaggi, la gestione dei modelli e il supporto dei media, ma è più facile da implementare per gli sviluppatori. È un modo più veloce per accedere a WhatsApp in modo programmatico, soprattutto per le aziende che desiderano la scalabilità senza i costi generali dell'hosting on-premise.

Il migliore per team che vogliono un'implementazione più rapida senza gestire server o hosting on-premise.

La complessità dell'integrazione di WhatsApp

Sebbene le API Business e Cloud di Meta offrano potenti funzionalità, la loro integrazione è tutt'altro che semplice. Gli sviluppatori devono gestire la verifica aziendale, l'approvazione dei modelli e le quote dei messaggi prima ancora di andare online. L'hosting o la connessione all'API Cloud richiede inoltre la gestione dei webhook, della crittografia e la conformità con rigide regole di opt-in. Questi ostacoli spesso ritardano i progetti e limitano l'accesso ai fornitori SaaS più piccoli che desiderano aggiungere rapidamente WhatsApp alle loro piattaforme.

Verifica aziendale Approvazioni template Quote dei messaggi Gestione dei webhook Crittografia Regole di opt-in rigorose
Feasibility

Can you integrate WhatsApp into your own software?

Sì. Any software product can integrate WhatsApp messaging. There are three separate ways to do it, and the right one depends on whether you're sending from a new business number or from an account your user already owns.
1Build directly on Meta's Cloud API. You provision a business phone number, register a Meta developer app, and integrate against Meta's own endpoints.
2Go through a Business Solution Provider. A BSP provisions the number and the WhatsApp Business Account for you and layers its own dashboard or API on top.
3Connect existing accounts through a unified API. Each of your users links the WhatsApp account they already have, no new number, no Meta Business verification, on behalf of that authenticated user.
The next sections walk through how to get access for each path, in detail.
Prerequisiti

What do you need before you can use the WhatsApp Cloud API?

Meta's Cloud API requires a Meta developer account, a WhatsApp Business Account (WABA), a dedicated business phone number that has never been active on regular WhatsApp, and, past a certain volume, a verified Meta Business.
Meta developer account with an app that has the WhatsApp product added
WhatsApp Business Account (WABA) created inside that app
A phone number not currently active on WhatsApp or WhatsApp Business
Verifica aziendale in Meta Business Manager, required to unlock messaging tiers above 250 unique recipients per 24 hours
Approved message templates for any business-initiated conversation outside the 24-hour service window
None of this applies if you connect an account your user already owns instead of provisioning a new number, since there's no new business identity for Meta to verify. More on that in the section on personal and existing accounts below.
Full step-by-step business verification process, required documents and typical review time: WhatsApp API without business verification guide (coming soon to the cluster).
Limiti

What are the WhatsApp API limits?

Meta enforces three separate limits on the WhatsApp Business Platform: a throughput cap of 80 messages per second, an hourly API rate limit of 200 to 5,000 requests, and a messaging tier that caps how many unique customers you can message in a rolling 24 hours.
LimiteValoreAppunti
Throughput80 messages / secondPlatform-wide send rate
API rate limit200 to 5,000 requests / hourScales with account status and quality
Pair rate limit1 message / 6 secondsPer recipient, prevents spamming the same user
Messaging tier250 → 2,000 → 10,000 → 100,000 → unlimitedUnique recipients per rolling 24h, starts at 250 unverified
Moving to a higher messaging tier requires business verification, or a sustained track record of quality sending. Once eligible, scaling to the next tier can happen automatically if usage stays high and quality holds.
None of these Cloud API tiers apply to a session-based connection. Sending speed there is bounded by WhatsApp's own account-level behavior instead, and how an account is used remains a customer-side decision.
Quality rating, backoff strategy and 429 handling in detail: WhatsApp API rate limits guide (coming soon to the cluster).
The differentiator

Can you use the WhatsApp API with an existing personal or Business App account?

Sì. Whether it's for personal use or a Business App account, Unipile connects the authenticated user's own existing WhatsApp account the same way WhatsApp Web does: by QR code or pairing code. Because that account already exists, none of the Cloud API prerequisites from the sections above apply.
Every path described so far in this guide, the Cloud API and BSP access, assumes you're provisioning a brand new business phone number. That's the right model for a company broadcasting marketing campaigns or automated notifications from one shared number. It's the wrong model for a SaaS platform, CRM or inbox tool whose actual goal is to let each of its own users bring the WhatsApp account they already carry, business or personal use, the same way that product might let a user bring their own Gmail inbox or their own LinkedIn account.
In practice, "WhatsApp API for personal use" is what most people searching for it actually mean: not a way to break WhatsApp's rules, but a way to plug an account that already exists, a founder's number, a support rep's number, a freelancer's own WhatsApp, into a piece of software without Meta treating it as a new business deployment. A recruiting tool letting each recruiter message candidates from their own number, a support inbox unifying a team's personal WhatsApp accounts, or an agency managing client conversations from numbers clients already trust, all fall into this category rather than the Cloud API's broadcast model.
That second model is what a session-based connection is built for. Unipile links the account by reproducing the same authentication flow WhatsApp Web already uses: a QR code scanned from the phone, or a pairing code typed into the WhatsApp app when scanning isn't practical. No Meta developer app, no WhatsApp Business Account, no phone number migration, no message template submitted for approval.
How Unipile connects an existing account
Unipile connects the authenticated user's own existing WhatsApp account, via QR code or pairing code, and acts per conto di that user. There is no Meta Business verification, no WABA and no template approval, because you are not provisioning a new business number, you are connecting an account the user already owns.
Unipile è un intermediario tecnico indipendente, not a Meta or WhatsApp partner, and is not affiliated with, endorsed by, or sponsored by WhatsApp or Meta. How often and how many messages are sent through a linked account remains a decisione lato cliente, and WhatsApp's own account-level behavior still applies.
This is also the model that scales across channels. The same linked-account approach that connects WhatsApp works for LinkedIn, Instagram and Telegram, and for Gmail, Outlook and IMAP mailboxes, so a product that embeds WhatsApp this way can add another channel without a second integration.
Connect an existing account
Implementazione

How do you connect a WhatsApp account with Unipile?

Connecting a WhatsApp account with Unipile takes one API call and one user action: call the accounts endpoint with the WhatsApp provider, then have the user scan the returned QR code, or type the returned pairing code into their phone.
1Connect by QR code
The default flow. Show the returned QR code, the user scans it from WhatsApp > Linked devices.
connect-qr.js
// Node.js SDK
const { qrCodeString, code } = await client.account.connectWhatsapp();
// render qrCodeString to the user as an image
2Connect by pairing code
For flows where scanning isn't practical. Pass a phone number in E.164 digits.
connect-pairing.sh
POST /api/v1/accounts
X-API-KEY: your_api_key

{
  "provider": "WHATSAPP",
  "pairing_phone_number": "33612345678"
}

// 201 Created
{
  "oggetto": "AccountCreato",
  "account_id": "e-ma1oQ..."
}
3Invia un messaggio
Once linked, send text, media, voice notes or documents into any chat.
send-message.sh
POST /api/v1/chats/{chat_id}/messages
X-API-KEY: your_api_key

{
  "testo": "Hi! Your order has shipped."
}

// 201 Created
{
  "oggetto": "MessageSent",
  "message_id": "msg_9f2c..."
}
4Listen for new messages with a webhook
Register a webhook once, and every new message pushes to your endpoint in real time, no polling.
webhook-payload.json
{
  "account_id": "e-ma1oQ...",
  "account_type": "WHATSAPP",
  "evento": "message_received",
  "chat_id": "chat_182...",
  "message_id": "msg_9f2c...",
  "messaggio": "Hi, is this order still available?",
  "mittente": { "attendee_provider_id": "33612345678@s.whatsapp.net" },
  "ora": "2026-08-04T10:15:02Z"
}
The same four calls, connect, send, list, listen, work identically for LinkedIn, Instagram, Telegram, Gmail, Outlook and IMAP. You integrate the pattern once. For the full account linking flow, including wa.me links and reconnection handling, see our WhatsApp account linking flow guida.
Iniziare a costruire
Capacità

What can you build with the WhatsApp API?

With a linked WhatsApp account you can send and receive text, media, voice notes and documents, list and sync every chat into your own database, react to and forward messages, and get real-time delivery through webhooks, the same endpoints Unipile uses for LinkedIn, Instagram, Telegram, Gmail, Outlook and IMAP.
CapacitàCosa faAppunti
Inviare messaggiText, media, voice notes, documentsVoice notes: .mp3/.m4a. typing_duration simulates typing
List & sync chatsPull every conversation into your own databaseCursor-based pagination, filter by account
React to messagesAdd an emoji reaction to a messageWhatsApp and LinkedIn
Forward messagesForward a message into another chatSolo WhatsApp
Edit / delete messagesEdit or delete a message you sentDelete: WhatsApp + LinkedIn. Edit: WhatsApp + LinkedIn Classic
Webhook in tempo realePush events: received, reaction, read, edited, deleted, deliveredNo polling required
Full request and response walkthrough for sending WhatsApp messages: WhatsApp API to send messages.

Elencare tutte le chat di WhatsApp nel software

Every chat, personal or Business App, syncs through the same endpoint. Filter by account and paginate with a cursor to pull your full inbox.
list-chats.sh
GET /api/v1/chats?account_id=e-ma1oQ...&account_type=WHATSAPP&limit=50
X-API-KEY: your_api_key

// 200 OK
{
  "oggetto": "ChatList",
  "articoli": [
    {
      "id": "chat_182...",
      "account_id": "e-ma1oQ...",
      "nome": "Jordan Miles",
      "unread_count": 2,
      "archived": falso
    }
  ],
  "cursore": "eyJsYXN0X2..."
}
Build your WhatsApp integration

Come Unipile aiuta gli sviluppatori a collegare istantaneamente WhatsApp al proprio software

Unipile offre un percorso alternativo per i fornitori SaaS che desiderano integrare WhatsApp senza passare attraverso il programma ufficiale di partner di Meta. Noi siamo non un partner MetaOffriamo invece un'API di messaggistica unificata che consente agli sviluppatori di collegare istantaneamente gli account WhatsApp personali o aziendali attraverso un flusso di autenticazione con codice QR. Questo approccio consente di aggiungere WhatsApp agli altri canali in pochi passi.

La vostra applicazione
MO
Michel Opra
LinkedIn Instagram WhatsApp Gmail Calendario di Google
Messaggio Email Calendario
Attività Nuovo
Gmail
Ecco il contratto firmato
Oggi 3:08 PM
Ti ho inviato il contratto
Oggi 1:02 PM
Calendario di Google
Evento programmato lunedì 5/2
Ieri 11:54
WhatsApp classico WhatsApp
Classico
WhatsApp Business WhatsApp
Affari
.
API di WhatsApp

Integrazione messaggistica WhatsApp con Unipile

Con Unipile, gli sviluppatori possono integrare tutte le principali funzioni di messaggistica di WhatsApp direttamente nel loro SaaS in pochi passi. L'API supporta semplici messaggi di testo, media e sincronizzazione in tempo reale, in modo che gli utenti non perdano mai un'interazione.

Messaggi di testo inviare e rispondere ai messaggi in modo istantaneo.
Note vocali : registrare e inviare messaggi audio direttamente nella conversazione.
Condivisione dei media Scambio di foto, documenti e video.
Cronologia dei messaggi e ricevute : sincronizzare la cronologia delle chat, elencare le reazioni e tenere traccia delle ricevute di lettura in tempo reale.
Webhook in tempo reale : notifiche istantanee per modifiche dello stato dell'account, nuovi messaggi, reazioni e conferme di lettura.
Crea ora
John Rodrigez
Gmail
WhatsApp
LinkedIn LinkedIn
Gmail Gmail
JR
Messaggio vocale inviato
0:45
JR
Messaggio
Grazie John, rivedrò i dettagli e ti farò sapere presto.
Perno
Muto
Archivio
Rispondi a John tramite WhatsApp
.
Michel Opra
John Rodrigez
Alicia Smith
Emma Ward
Gruppo Q1
Sessione di reclutamento - Regno Unito - 16 persone
Michel Opra
Michel Opra
Ciao a tutti, benvenuti alla sessione di reclutamento.
Alicia Smith
Alicia Smith
Grazie Michel, trovi i dettagli qui.
John Rodrigez
John Rodrigez
Grazie Alicia, rivedrò i dettagli e ti darò presto una risposta.
Rispondere al gruppo tramite WhatsApp
Gruppi WhatsApp

Gestisci gruppi WhatsApp con API Unipile

L'API WhatsApp di Unipile consente agli sviluppatori di integrare gestione completa del gruppo direttamente nelle loro applicazioni. I tuoi utenti possono creare o unirsi a gruppi WhatsApp, inviare e rispondere a messaggi di gruppo e sincronizzare le conversazioni in tempo reale.

Che si tratti di coordinare una sessione di recruiting, gestire trattative di vendita o promuovere il coinvolgimento della community, ogni interazione di gruppo può essere centralizzata all'interno del tuo CRM o ATS. Con il supporto per testi, immagini, documenti e note vocali, i team rimangono connessi e produttivi senza lasciare la tua piattaforma.

Crea e unisciti a gruppi
Messaggistica di gruppo
Sincronizzazione in tempo reale
Crea ora
.
La vostra applicazione
Cruscotto
Inbox
Contatti
Calendario
Promemoria
Prodotti
citazioni
Chiamate
Michel Opra
Michel Opra
Grazie!
Sofia Rivera
Sofia Rivera
Ciao Sarah, io sono spagnolo...
Daniel Martinez
Daniel Martinez
Quando l'hai ricevuta?
Gabriel Lopez
Gabriel Lopez
Puoi aiutarmi con questo?
Elena Garcia
Elena Garcia
Cara Sarah,
Natalia Diaz
Natalia Diaz
Quindi, dipende da voi!
Victor Harris
Victor Harris
Mi chiamo Victor e vengo dalla Polonia.
Oscar Ward
Oscar Ward
Grazie per aver chiesto!
API di WhatsApp

Elenca tutto Chat di WhatsApp nel tuo software

Elenco di tutte le chat
GET
ricciolo --richiesta GET
     --url https://api1.unipile.com:13111/api/v1/chats
     --intestazione accettare: applicazione/json

L'API di Unipile rende facile recuperare ogni chat di WhatsApp collegata a un account utente. Che si tratti di messaggi individuali, discussioni di gruppo o thread archiviati, gli sviluppatori possono estrarre elenco completo delle conversazioni con una singola richiesta. Ciò garantisce che la tua piattaforma SaaS possa centralizzare tutte le interazioni di WhatsApp in tempo reale, offrendo agli utenti un'esperienza di posta in arrivo completa e unificata.

.
Unipile - Funzionalità API WhatsApp
API di WhatsApp

Funzionalità API di WhatsApp con Unipile

Integra i messaggi di WhatsApp nel tuo CRM, ATS o strumento di outreach con una singola API. Sincronizza chat, gruppi e contatti in tempo reale, per conto dei tuoi utenti autenticati, senza lasciare la tua piattaforma.

Esplora tutti gli endpoint
Messaggi
Connessione del contoConto
Allegati
Ganci web

Messaggi

10 endpoint disponibili

Inviare e rispondere ai messaggi
Inviare messaggi vocali
Inviare messaggi video
Elenco di messaggi, chat e partecipanti
Storia della sincronizzazione
Reazioni
Cancellare il messaggio
Leggere le ricevute
Crea gruppo
Elenco di gruppi e contatti

Connessione del conto

2 endpoint disponibili

Hosted Auth: white label per connettere i tuoi utenti finali
Autenticazione personalizzata: collega gli utenti tramite credenziali, cookie, la tua estensione Chrome

Allegati

2 endpoint disponibili

Invio di file allegati
Ricezione di file allegati

Ganci web

3 eventi disponibili

Stato del conto
Nuovo messaggio
Nuova reazione / lettura / evento
Gruppi

Does the WhatsApp API support group messaging?

Sì. Meta added an official Groups API to the WhatsApp Business Platform, but it comes with real restrictions most teams don't expect.
OBA
Official Business Account required
8
Participants max per group
10,000
Groups max per number
Per messaggio
Billed like any other conversation
Not supported: calling, disappearing messages, view-once, interactive messages, commerce, authentication templates, or editing and deleting a group message. Accounts connected to Unipile follow WhatsApp's own native group mechanics instead of these Cloud API constraints.
Group behavior differs significantly between Meta's Groups API and session-based connections. Full breakdown in our WhatsApp Group API guide.
2026 outlook

Which WhatsApp automation tools and APIs should you use in 2026?

It depends on what you're building. A SaaS platform embedding each user's own WhatsApp needs a session-based unified API. A company broadcasting at scale needs Meta's Cloud API or a BSP. A developer prototyping an idea needs whichever option gets a working integration running today.
ProfiloWhat they needBest-fit approach
SaaS / CRM embedding user-owned accountsEach end-user connects the WhatsApp (and often LinkedIn, Instagram, email) they already have, inside your productUnified session API, no per-user Meta verification
Enterprise broadcasting at scaleOne verified business number sending marketing or utility templates to a large audienceMeta's Cloud API directly, or through a BSP
Developer prototypingFastest possible path to a working integration before committing to infrastructureSession API for user-owned accounts, Cloud API sandbox for a single business number
These aren't mutually exclusive. Some products run both: a Cloud API number for outbound marketing, and a session-based connection for account embedding inside the product itself.
What changed heading into 2026 is less about new APIs and more about billing and access pressure. Per-message pricing rewards precision over volume, so tools built around broadcasting need tighter targeting than they did under the old conversation-based model. At the same time, demand for the personal-use case, individuals and small teams connecting one account instead of provisioning a business number, keeps growing, which is why session-based APIs have moved from a niche workaround to a mainstream category of their own.
If WhatsApp is one of several channels you plan to support, a unified API removes the need to integrate each provider's SDK separately. See API multicanale per agenti AI.
Le migliori pratiche

What are Meta's WhatsApp API best practices?

Meta's official best practices for the WhatsApp Business Platform center on six things: getting real opt-in, protecting your quality rating, using the right template category, respecting the 24-hour service window, handling errors gracefully, and staying inside rate limits.
01
Get real opt-in
Only message users who explicitly agreed to be contacted on WhatsApp by your business. Meta requires clear, verifiable opt-in before you send a template message.
02
Protect your quality rating
Meta tracks block and report rates per phone number. A low quality rating throttles your messaging tier and can pause sending entirely.
03
Use the correct template category
Pick marketing, utility or authentication accurately at submission. Mismatched categories get templates rejected, or billed at the wrong rate.
04
Respect the 24-hour service window
Reserve free-form, non-template replies for a window the user opened by messaging first. Use approved templates outside that window.
05
Handle errors with backoff
Build retry logic for rate-limit and transient errors instead of hammering the API on failure.
06
Stay inside rate limits
Sustained overuse of the throughput, hourly or pair limits degrades your quality rating even before you hit a hard block.
Source: Meta for Developers, WhatsApp Business Platform documentation.
Unipile - Perché scegliere Unipile
Meta vs Unipile

Perché scegliere Unipile invece di costruire su Meta

Salta i limiti delle API di Meta. Ecco come Unipile si confronta in termini di velocità, sforzo e accesso, così puoi concentrarti sulla creazione invece che sulla lotta con l'installazione.

Criteri Meta API Unipile
Tempo di integrazione Settimane o mesi 2-3 giorni
Sforzo di sviluppo Alto Basso (REST + SDK)
Manutenzione Manuale Completamente gestito
Accesso alle funzioni Parziale (dopo l'approvazione) Completo, istantaneo
Supporto Solo self-service Team tecnico dedicato
Tempo di integrazione
Meta APISettimane o mesi
Unipile2-3 giorni
Sforzo di sviluppo
Meta APIAlto
UnipileBasso (REST + SDK)
Manutenzione
Meta APIManuale
UnipileCompletamente gestito
Accesso alle funzioni
Meta APIParziale (dopo l'approvazione)
UnipileCompleto, istantaneo
Supporto
Meta APISolo self-service
UnipileTeam tecnico dedicato
Criteri Meta API Unipile
Tempo di integrazione Settimane/mesi 2-3 giorni
Sforzo di sviluppo Alto Basso (REST + SDK)
Manutenzione Manuale Completamente gestito
Accesso alle funzioni Parziale (dopo l'approvazione) Pieno, ora
Supporto Solo self-service Team tecnico dedicato

Integrazione rapida e semplificata

Con Unipile, l'onboarding di WhatsApp richiede solo pochi minuti. Gli sviluppatori possono autenticare gli account tramite un codice QR sicuro, iniziare subito a inviare e ricevere messaggi e beneficiare di un supporto dedicato durante la configurazione. Questo approccio riduce drasticamente il time-to-market, facilitando il lancio di nuove funzionalità di messaggistica da parte degli editori SaaS.

Funzioni di messaggistica complete

L'API Unipile fornisce pieno accesso alle funzioni essenziali di WhatsApp: invio e ricezione di messaggi, note vocali, immagini, video, documenti e sincronizzazione delle conversazioni in tempo reale. Tutte le comunicazioni sono centralizzate in una casella di posta unificata, per non perdere nulla. Oltre a WhatsApp, la stessa API collega LinkedIn, Instagram, Telegram, Messenger, X/Twitter, Gmail e Outlook.

Cruscotto unificato

Un cruscotto per tutte le vostre integrazioni

Gestite tutti i vostri account LinkedIn, WhatsApp, Gmail e altro ancora da un'unica interfaccia intuitiva.

/
Acme
/
Applicazione
Documentazione
Riferimento API
Changelog
Collegare un nuovo account
Selezionare il tipo di account
vogliono connettersi
LinkedIn
LinkedIn
WhatsApp
WhatsApp
Instagram
Instagram
Telegramma
Telegramma
Google
Google
IMAP
IMAP
Microsoft
Microsoft
Calendario di Google
Calendario di Google
Calendario di Outlook
Calendario di Outlook

Conti

20 Operativo
0 È richiesta l'autenticazione
0 Interruzione del servizio
0 In pausa
Nome ID Stato Collegato
Operativo Collegato su
03/01/2025
Operativo Collegato su
02/15/2025
Operativo Collegato su
02/10/2025
Operativo Collegato su
03/01/2025
Operativo Collegato su
02/28/2025
Operativo Collegato su
02/20/2025
Operativo Collegato su
03/01/2025
Operativo Collegato su
02/25/2025
Operativo Collegato su
03/01/2025
Operativo Collegato su
02/22/2025
Operativo Collegato su
02/14/2025
Operativo Collegato su
02/12/2025
Operativo Collegato su
02/08/2025
Operativo Collegato su
02/05/2025
Operativo Collegato su
03/01/2025
Operativo Collegato su
02/15/2025
Operativo Collegato su
03/01/2025
Operativo Collegato su
02/22/2025
Prova gratis
Demo del cruscotto
.
Autenticazione con codice QR dell'API di WhatsApp per la connessione dei dispositivi

Integrazione rapida dell'API di WhatsApp con l'autenticazione tramite codice QR

Con Unipile, collegare un account WhatsApp richiede solo pochi minuti. Il flusso è semplice, sicuro ed evita il lungo processo di approvazione commerciale di Meta. Ecco come funziona:

1. Richiedere un codice QR

L'applicazione genera un codice QR univoco tramite l'API Unipile. Gli utenti devono semplicemente scansionarlo con WhatsApp per avviare l'autenticazione.

2. Visualizzare il codice QR

Il codice QR può essere visualizzato direttamente nella vostra applicazione utilizzando librerie standard (PHP o JS). Gli utenti lo scansionano con il loro telefono per collegare il loro account.

3. Confermare l'autenticazione

Una volta scansionato il codice, lo stato del conto cambia in collegato. È possibile ascoltare questo evento eseguendo il polling dello stato dell'account o impostando un webhook per la conferma in tempo reale.

4. Avviare la messaggistica

Non appena l'account è attivo, è possibile inviare e ricevere messaggi di testo, condividere immagini, video, documenti e note vocali. I webhook in tempo reale notificano anche i nuovi messaggi, le reazioni e le ricevute di lettura.

Unipile - Casi d'uso di WhatsApp

Esplora di più con
la nostra API di messaggistica

Unipile non si ferma a WhatsApp. La nostra API unificata si collega anche a LinkedIn, Instagram, Messenger, X (Twitter) e Telegram. Centralizzando tutti questi canali in un unico luogo, i vostri utenti possono gestire ogni conversazione senza soluzione di continuità. Dai DM ai commenti e alle chat di gruppo, tutto è accessibile in un'unica casella di posta, aiutando i team a rispondere più velocemente, a monitorare il coinvolgimento e a offrire un'esperienza utente coerente su tutte le piattaforme.

Unipile - Supporto e Risorse per l'Integrazione
API di WhatsApp

Supporto all'integrazione e risorse per il successo delle API di WhatsApp

Co-fondatori, CTO e CEO di Unipile
Chiamata di integrazione
Assicuratevi un incontro su richiesta con i nostri fondatori (CTO e CEO) per allinearvi sulla strategia tecnica e di prodotto.
Collegatevi con l'assistenza in diretta
Il nostro supporto live è a vostra disposizione prima, durante e dopo l'integrazione, assicurandovi una guida in ogni fase senza costi aggiuntivi.

Impostazione tecnica semplificata

Integra rapidamente le funzionalità di messaggistica di WhatsApp utilizzando la nostra API completamente documentata ed esempi di SDK. Che si tratti di inviare messaggi, condividere media o sincronizzare conversazioni, i nostri strumenti sono progettati per aiutarti a essere operativo in giorni anziché settimane.

Supporto di esperti per un'implementazione senza problemi

Il nostro team tecnico lavora direttamente con i vostri sviluppatori per garantire un onboarding senza soluzione di continuità. Dall'autenticazione con QR-code alla gestione dei webhook e al debug dei flussi di messaggi in tempo reale, gli esperti Unipile guidano la vostra integrazione in ogni fase del processo.

Miglioramenti continui e compatibilità

Allineiamo continuamente i nostri endpoint API di WhatsApp con gli ultimi aggiornamenti. In questo modo il vostro prodotto beneficia delle nuove funzionalità senza modifiche o interruzioni inaspettate. Rimarrete aggiornati e conformi, con zero spese di manutenzione.

Unipile - Riflessioni Finali

Pensieri finali

WhatsApp è diventato un canale essenziale per l'engagement, il supporto e le vendite dei clienti, con miliardi di utenti attivi in tutto il mondo. Sebbene le API ufficiali Business e Cloud di Meta offrano funzionalità robuste, spesso presentano complessità: onboarding lunghi, verifica aziendale, quote e regole di conformità rigorose. Per molti editori SaaS, ciò crea attriti e ritardi nella consegna di valore ai propri utenti.

Unipile elimina queste barriere con un API di messaggistica unificata ciò rende l'integrazione con WhatsApp veloce, sicura e adatta agli sviluppatori. Tramite una semplice autenticazione tramite codice QR, le aziende di software possono abilitare messaggi di testo, condivisione di media, note vocali e conversazioni di gruppo in pochi minuti, senza diventare partner di Meta o ospitare infrastrutture. Webhook in tempo reale, sincronizzazione dei messaggi e compatibilità multi-canale garantiscono un'esperienza fluida su WhatsApp, LinkedIn, Instagram, Telegram, Gmail e Outlook.

Scegliendo Unipile, le piattaforme SaaS possono offrire una vera comunicazione omnichannelUna sola API, una sola integrazione, un potenziale illimitato. Sia che stiate costruendo un CRM, un ATS o una soluzione di outreach, Unipile accelera il vostro time-to-market, riduce i costi di manutenzione e garantisce la conformità con il Digital Markets Act.

È il momento di trasformare WhatsApp in una potente risorsa per il vostro prodotto. Iniziate a costruire con Unipile oggi stesso e date ai vostri utenti l'esperienza di comunicazione che si aspettano.

WhatsApp API - Frequently Asked Questions

Straight answers on personal use, cost, limits and access, sourced from Meta's own documentation.
Yes. That is what WhatsApp API personal use means in practice: connecting an account you already own. Unipile links the authenticated user's own existing WhatsApp account, personal or Business App, by QR code or pairing code, and acts per conto di that user, the same way WhatsApp Web does. There is no Meta Business verification, no WABA and no template approval, because you are not provisioning a new business number. Meta's own Cloud API, by contrast, is built for businesses provisioning a new number, not for personal accounts. How a linked account is used afterwards, cadence and volume, remains a decisione lato cliente. Unipile is an intermediario tecnico indipendente and is not affiliated with, endorsed by, or sponsored by WhatsApp or Meta.
Access to the API itself is not billed per message on Unipile's side beyond your subscription, but Meta has billed the WhatsApp Business Platform per message delivered since July 1, 2025. Marketing and authentication templates are always billed. Utility templates and free-form replies are only free when sent inside an open 24-hour customer service window. See Prezzi API di WhatsApp Business for the full rate card.
It depends on the path. Meta's Cloud API authenticates every request with a permanent access token tied to your Meta app and WABA. A session-based connection does not use a Meta token at all: the account is authenticated once by QR code or pairing code, and requests to Unipile itself are authenticated with your own Unipile API key.
No. "WhatsApp Business API" is the older, general name for the whole platform. The Cloud API is the current official surface Meta hosts for it, after Meta deprecated the On-Premise API. In everyday use, the two terms are now used almost interchangeably to mean the same Meta-hosted platform.
It depends entirely on the path. A session-based connection with a unified API can be live in minutes: create an account, scan a QR code, start sending. Meta's Cloud API takes longer: creating a WABA, adding a business phone number, and, for higher messaging tiers, completing Meta Business verification, which can take anywhere from a few days to a few weeks by itself.
Only for Meta's Cloud API, and only past a certain volume. An unverified WABA can still send to up to 250 unique recipients per 24 hours. Verification is required to unlock higher messaging tiers. Connecting an existing account through a session-based API skips this requirement entirely, because no new business number is being provisioned.
Yes. Both the Cloud API and a session-based connection deliver incoming messages through webhooks. With Unipile, a linked WhatsApp account triggers a messaggio_ricevuto webhook event in real time, with the message text, sender and attachments, so you never have to poll for new messages.
Meta added an official Groups API to the Cloud API, capped at 8 participants per group and gated behind an Official Business Account. Session-based connections follow WhatsApp's native group behavior instead. Full breakdown in our WhatsApp Group API guide.
Meta prices by template category and by the recipient's country, not a single flat rate. As a rule of thumb, authentication and marketing templates cost the most, utility templates cost less and are often free inside an open service window. See our Prezzi API di WhatsApp Business guide for country-level numbers.
Meta caps the Cloud API at roughly 80 messages per second, 200 to 5,000 API requests per hour depending on account status, and one message every 6 seconds to the same recipient. A messaging tier also limits how many unique customers you can reach in 24 hours, starting at 250 and scaling up with verification and quality.
Yes, in two different ways. You can integrate directly against Meta's Cloud API as a registered Tech Provider, without going through a Business Solution Provider. Or you can skip the Cloud API stack entirely and connect an existing WhatsApp account through a session-based unified API, which was never BSP territory to begin with.
Yes, but not the same way. Meta has introduced limited coexistence between the WhatsApp Business App and the Cloud API on the same number, with restrictions. A session-based connection takes a simpler route: it links the Business App account directly, by QR code or pairing code, the same way WhatsApp Web does, without a parallel Cloud API setup.
Avete ancora domande? Il nostro team è qui per aiutarvi.
Parlare con un esperto

Ti potrebbe interessare anche

L'API di ricerca di linkedin amplifica il valore degli utenti per i redattori

L'API di ricerca di linkedin amplifica il valore degli utenti per i redattori

LinkedIn, la più grande piattaforma di networking professionale al mondo, offre diversi strumenti e servizi per aiutare gli utenti a connettersi, coinvolgere e far crescere le proprie reti. Tra questi c'è la funzione LinkedIn API Search, che consente di integrare perfettamente le funzionalità di ricerca di LinkedIn nelle applicazioni. Che cos'è...

leggi tutto
Come inviare un messaggio LinkedIn API da un'applicazione

Come inviare un messaggio LinkedIn API da un'applicazione

Integrare le funzionalità di messaggistica di LinkedIn nella vostra applicazione può migliorare significativamente il coinvolgimento degli utenti e semplificare la comunicazione. Questa guida vi guiderà nell'utilizzo dell'API di LinkedIn per inviare messaggi direttamente dalla vostra app, illustrandovi i passaggi necessari, gli strumenti e...

leggi tutto
it_ITIT
.