WhatsApp API 2026: Types, Access, Pricing & Limits

Europäische Kommission
EU-reguliert Gesetz über digitale Märkte (DMA)
Unsere Lösung konzentriert sich ausschließlich auf Messaging-Interoperabilität, keine Profilspeicherung, kein Scraping. Von den Kunden wird erwartet, dass sie die Bedingungen der einzelnen Anbieter einhalten. Mehr erfahren
WhatsApp API Guide 2026

WhatsApp API: Types, Access, Preisgestaltung and Limits

Everything the official WhatsApp Business Platform requires, and the parts it doesn't cover: how to connect a WhatsApp account for persönlicher Gebrauch 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 Kunde.Konto.connectWhatsapp();

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

const Chats = await client.chats.list({
  account_type: 'WhatsApp'
});
Connected, on behalf of the authenticated user
Definition

Was ist die WhatsApp-API?

Die WhatsApp-API 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.
NameWas es istWho 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 Cloud-API (Meta's current official surface), the discontinued On-Premise API, der / die / das WhatsApp Business App, and a third-party session API that connects an account a user already has.
TypProvisioningAm besten fürWorks with an existing account
Cloud-APINew 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 onlyNein
WhatsApp Business AppFree 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 Leitfaden.

WhatsApp API-Ökosystem

Meta bietet zwei offizielle APIs an, die es Unternehmen ermöglichen, WhatsApp in ihre Software zu integrieren. Beide sind für den Versand von Nachrichten mit hohem Volumen konzipiert und bieten Funktionen wie vorlagenbasierte Nachrichten, Medienfreigabe und Tools für den Kundensupport.

Selbst gehostet

WhatsApp Business API

Die Business API war die erste Lösung, die von Meta veröffentlicht wurde, um Unternehmen bei der Interaktion mit ihren Kunden auf WhatsApp zu unterstützen. Sie wird in der Regel selbst gehostet oder von einem zugelassenen Anbieter verwaltet, wodurch Unternehmen mehr Kontrolle über die Infrastruktur erhalten. Sie unterstützt Vorlagen für ausgehende Nachrichten, Kundenantworten und Rich-Media-Formate und eignet sich daher für Unternehmen, die WhatsApp direkt in ihr CRM-, Contact Center- oder Support-System integrieren möchten.

Am besten für Unternehmen, die WhatsApp in ihr eigenes CRM-, Contact-Center- oder Supportsystem integrieren.
Meta Cloud

WhatsApp Cloud API

Die später eingeführte Cloud-API wird vollständig von Meta gehostet. Damit müssen Unternehmen keine Server mehr verwalten oder sich um eine umfangreiche Infrastruktur kümmern. Die Cloud-API bietet ähnliche Kernfunktionen wie das Senden und Empfangen von Nachrichten, die Verwaltung von Vorlagen und die Unterstützung von Medien, ist aber für Entwickler einfacher zu implementieren. Sie wird als schnellere Möglichkeit für den programmatischen Zugriff auf WhatsApp positioniert, insbesondere für Unternehmen, die Skalierbarkeit ohne den Aufwand für das Hosting vor Ort wünschen.

Am besten für Teams, die eine schnellere Bereitstellung wünschen, ohne Server verwalten oder On-Premise-Hosting nutzen zu müssen.

Die Komplexität der WhatsApp-Integration

Während die Business- und Cloud-APIs von Meta leistungsstarke Funktionen bieten, ist ihre Integration alles andere als einfach. Entwickler müssen die Unternehmensverifizierung, Vorlagen Genehmigungen und Nachrichten Quoten verwalten, bevor sie überhaupt live gehen können. Das Hosten oder Verbinden mit der Cloud API erfordert auch die Handhabung von Webhooks, Verschlüsselung und die Einhaltung strenger Opt-in Regeln. Diese Hürden verzögern oft Projekte und schränken den Zugang für kleinere SaaS-Anbieter ein, die WhatsApp schnell zu ihren Plattformen hinzufügen möchten.

Geschäftliche Überprüfung Vorlagen genehmigungen Nachrichtenkontingente Webhook-Verarbeitung Verschlüsselung Strikte Opt-in-Regeln
Feasibility

Can you integrate WhatsApp into your own software?

Ja. 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.
Voraussetzungen

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
Geschäftliche Überprüfung 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).
Grenzen

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.
GrenzeWertNotizen
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?

Ja. 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 im Namen von 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 ist ein unabhängiger technischer Vermittler, 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 Kundenentscheidung, 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
Umsetzung

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 Kunde.Konto.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

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

// 201 Created
{
  "Objekt": "KontoErstellt",
  "Konto_ID": "e-ma1oQ..."
}
3Eine Nachricht senden
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

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

// 201 Created
{
  "Objekt": "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
{
  "Konto_ID": "e-ma1oQ...",
  "account_type": "WHATSAPP",
  "Ereignis": "message_received",
  "chat_id": "chat_182...",
  "message_id": "msg_9f2c...",
  "Nachricht": "Hi, is this order still available?",
  "Sender": { "attendee_provider_id": "33612345678@s.whatsapp.net" },
  "Zeitstempel": "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 Leitfaden.
Beginnen Sie mit dem Bau
Fähigkeiten

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.
FähigkeitWas es bewirktNotizen
Nachrichten sendenText, 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 chatNur WhatsApp
Edit / delete messagesEdit or delete a message you sentDelete: WhatsApp + LinkedIn. Edit: WhatsApp + LinkedIn Classic
Webhooks in EchtzeitPush events: received, reaction, read, edited, deleted, deliveredNo polling required
Full request and response walkthrough for sending WhatsApp messages: WhatsApp API to send messages.

Alle WhatsApp-Chats in Ihrer Software auflisten

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
{
  "Objekt": "ChatList",
  "Gegenstände": [
    {
      "id": "chat_182...",
      "Konto_ID": "e-ma1oQ...",
      "Name": "Jordan Miles",
      "unread_count": 2,
      "archived": falsch
    }
  ],
  "Cursor": "eyJsYXN0X2..."
}
Build your WhatsApp integration

Wie Unipile Entwicklern hilft, WhatsApp sofort mit ihrer Software zu verbinden

Unipile bietet SaaS-Anbietern einen alternativen Weg, WhatsApp zu integrieren, ohne den offiziellen Partner durchlauf zu müssen. Wir sind kein Meta-PartnerStattdessen bieten wir eine einheitliche Messaging-API an, die es Entwicklern ermöglicht, persönliche oder geschäftliche WhatsApp-Konten sofort über einen QR-Code-Authentifizierungsablauf zu verbinden. Dieser Ansatz macht es möglich, WhatsApp in nur wenigen Schritten neben anderen Kanälen einzubinden.

Deine App
MO
Michel Opra
LinkedIn Instagram WhatsApp Google Mail Google Kalender
Nachricht E-Mail Kalender
Aktivitäten Neu
Google Mail
Hier ist der unterschriebene Vertrag
Heute 3:08 PM
Ich habe Ihnen den Vertrag geschickt
Heute 1:02 PM
Google Kalender
Veranstaltung am Montag, 05.02.
Gestern 11:54 AM
WhatsApp Klassisch WhatsApp
Klassisch
WhatsApp Business WhatsApp
Business
WhatsApp-API

WhatsApp-Nachrichtenintegration mit Unipile

Mit Unipile können Entwickler Folgendes integrieren alle wichtigen WhatsApp-Nachrichtenfunktionen in nur wenigen Schritten direkt in ihre SaaS integrieren. Die API unterstützt einfache Textnachrichten, Medien und Echtzeitsynchronisation, damit Ihre Nutzer keine Interaktion verpassen.

Textnachrichten : sofortiges Senden und Beantworten von Nachrichten.
Sprachnotizen : Aufzeichnung und Versand von Audionachrichten direkt im Gespräch.
Gemeinsame Nutzung von Medien : Austausch von Fotos, Dokumenten und Videos.
Nachrichtenverlauf und Quittungen : Chatverlauf synchronisieren, Reaktionen auflisten und Lesebestätigungen in Echtzeit verfolgen.
Webhooks in Echtzeit : Sofortige Benachrichtigungen über Änderungen des Kontostatus, neue Nachrichten, Reaktionen und Lesebestätigungen.
Jetzt bauen
John Rodriguez
Google Mail
WhatsApp
LinkedIn LinkedIn
Google Mail Google Mail
JR
Sprachnachricht gesendet
0:45
JR
Nachricht
Danke John, ich werde die Details prüfen und mich bald bei dir melden.
Pin
Stummschalten
Archiv
Antworte John via WhatsApp
Michel Opra
John Rodriguez
Alicia Smith
Emma Ward
Gruppe Q1
Rekrutierungssitzung – Vereinigtes Königreich – 16 Personen
Michel Opra
Michel Opra
Hallo zusammen, herzlich willkommen zur Rekrutierungsveranstaltung.
Alicia Smith
Alicia Smith
Danke Michel, bitte finden Sie die Details hier.
John Rodriguez
John Rodriguez
Danke Alicia, ich werde die Details prüfen und melde mich bald wieder bei Ihnen.
Antworte der Gruppe über WhatsApp
WhatsApp-Gruppen

WhatsApp-Gruppen verwalten mit Unipile API

Mit der Unipile WhatsApp API können Entwickler integrieren Gruppenverwaltung direkt in ihre Anwendungen. Ihre Benutzer können WhatsApp-Gruppen erstellen oder ihnen beitreten, Gruppen-Nachrichten senden und darauf antworten sowie Konversationen in Echtzeit synchronisieren.

Ob bei der Koordinierung einer Rekrutierungssitzung, der Verwaltung von Verkaufsgesprächen oder der Durchführung von Community-Engagement, jede Gruppeninteraktion kann in Ihrem CRM oder ATS zentralisiert werden. Mit Unterstützung für Text-, Bild-, Dokumenten- und Sprachnotizen bleiben Teams vernetzt und produktiv, ohne Ihre Plattform verlassen zu müssen.

Gruppen erstellen und beitreten
Gruppennachrichten
Synchronisierung in Echtzeit
Jetzt bauen
Deine App
Dashboard
Inbox
Kontakte
Kalender
Erinnerungen
Produkte
Zitate
Anrufe
Michel Opra
Michel Opra
Ich danke Ihnen!
Sofia Rivera
Sofia Rivera
Hallo Sarah, ich bin Spanierin...
Daniel Martinez
Daniel Martinez
Wann haben Sie es bekommen?
Gabriel Lopez
Gabriel Lopez
Kannst du mir dabei helfen?
Elena Garcia
Elena Garcia
Liebe Sarah,
Natalia Diaz
Natalia Diaz
Es liegt also an Ihnen!
Victor Harris
Victor Harris
Ich bin Victor aus Polen.
Oscar Ward
Oscar Ward
Danke der Nachfrage!
WhatsApp-API

Liste alle auf WhatsApp-Chats in Ihre Software

Alle Chats auflisten
GET
locken. --Anfrage GET
     --url https://api1.unipile.com:13111/api/v1/chats
     --header akzeptieren: application/json'.

Die API von Unipile erleichtert den Abruf jedes WhatsApp-Chats, der mit einem Benutzerkonto verknüpft ist. Ob einzelne Nachrichten, Gruppendiskussionen oder archivierte Threads, Entwickler können abrufen Vollständige Liste der Unterhaltungen mit einer einzigen Anfrage. Dies stellt sicher, dass Ihre SaaS-Plattform alle WhatsApp-Interaktionen in Echtzeit zentralisieren kann, wodurch Benutzern eine vollständige und einheitliche Posteingangserfahrung geboten wird.

Unipile - WhatsApp API Funktionen
WhatsApp-API

WhatsApp API-Funktionen mit Unipile

Integrieren Sie WhatsApp-Messaging mit einer einzigen API in Ihr CRM, ATS oder Ihr Outreach-Tool. Synchronisieren Sie Chats, Gruppen und Kontakte in Echtzeit, im Namen Ihrer authentifizierten Benutzer, ohne Ihre Plattform verlassen zu müssen.

Alle Endpunkte erkunden
Nachrichten
KontoverbindungKonto
Anhänge
Webhaken

Nachrichten

10 Endpunkte verfügbar

Nachrichten senden und beantworten
Senden von Sprachnachrichten
Videonachrichten senden
Nachrichten, Chats und Teilnehmer auflisten
Sync-Verlauf
Reaktionen
Nachricht löschen
Quittungen lesen
Gruppe erstellen
Gruppen und Kontakte auflisten

Kontoverbindung

2 Endpunkte verfügbar

Hosted Auth: White-Label-Lösung zur Verbindung Ihrer Endbenutzer
Benutzerdefinierte Authentifizierung: Benutzer mit Anmeldedaten, Cookies, Ihrer Chrome-Erweiterung verbinden

Anhänge

2 Endpunkte verfügbar

Dateien senden Anhänge
Empfangen von Dateianhängen

Webhaken

3 Veranstaltungen verfügbar

Status des Kontos
Neue Nachricht
Neue Reaktion / Lesen / Ereignis
Gruppen

Does the WhatsApp API support group messaging?

Ja. 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
Pro Nachricht
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.
ProfilWhat 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 Multi-Channel-API für KI-Agenten.
Bewährte Praktiken

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 - Warum Unipile wählen
Meta vs. Unipile

Warum Unipile statt Bauen auf Meta wählen

Umgehe die Einschränkungen der Meta-APIs. Hier ist, wie Unipile in Bezug auf Geschwindigkeit, Aufwand und Zugriff abschneidet, damit du dich auf das Bauen konzentrieren kannst, anstatt mit der Einrichtung zu kämpfen.

Kriterien Meta-APIs Unipile
Zeit für die Integration Wochen oder Monate 2-3 Tage
Entwicklungsaufwand Hoch Niedrig (REST + SDKs)
Wartung Handbuch Vollständig verwaltet
Zugang zu Funktionen Teilweise (nach Genehmigung) Voll, sofort
Unterstützung Nur Selbstbedienung Engagiertes technisches Team
Zeit für die Integration
Meta-APIsWochen oder Monate
Unipile2-3 Tage
Entwicklungsaufwand
Meta-APIsHoch
UnipileNiedrig (REST + SDKs)
Wartung
Meta-APIsHandbuch
UnipileVollständig verwaltet
Zugang zu Funktionen
Meta-APIsTeilweise (nach Genehmigung)
UnipileVoll, sofort
Unterstützung
Meta-APIsNur Selbstbedienung
UnipileEngagiertes technisches Team
Kriterien Meta-APIs Unipile
Zeit für die Integration Wochen/Monate 2-3 Tage
Entwicklungsaufwand Hoch Niedrig (REST + SDKs)
Wartung Handbuch Vollständig verwaltet
Zugang zu Funktionen Teilweise (nach Genehmigung) Voll, jetzt
Unterstützung Nur Selbstbedienung Engagiertes technisches Team

Schnelle und vereinfachte Integration

Mit Unipile dauert das Onboarding von WhatsApp nur ein paar Minuten. Entwickler können Konten über einen sicheren QR-Code authentifizieren, sofort mit dem Senden und Empfangen von Nachrichten beginnen und während der Einrichtung von einem speziellen Support profitieren. Dieser Ansatz verkürzt die Markteinführungszeit drastisch und macht es SaaS-Herausgebern leichter, neue Messaging-Funktionen einzuführen.

Vollständige Messaging-Funktionen

Die Unipile API bietet vollen Zugriff auf die wesentlichen Funktionen von WhatsApp: Senden und Empfangen von Nachrichten, Sprachnotizen, Bildern, Videos, Dokumenten und Synchronisierung von Unterhaltungen in Echtzeit. Die gesamte Kommunikation wird in einem einheitlichen Posteingang zentralisiert, so dass nichts verpasst wird. Neben WhatsApp verbindet die gleiche API auch LinkedIn, Instagram, Telegram, Messenger, X/Twitter, Gmail und Outlook.

Einheitliches Dashboard

Ein Dashboard für alle Ihre Integrationen

Verwalten Sie alle Ihre LinkedIn-, WhatsApp-, Gmail-Konten und mehr über eine einzige, intuitive Oberfläche.

/
Acme
/
Anmeldung
Dokumentation
API-Referenz
Änderungsliste
Verbinden Sie ein neues Konto
Wählen Sie die Art des Kontos, das Sie
verbinden wollen
LinkedIn
LinkedIn
WhatsApp
WhatsApp
Instagram
Instagram
Telegramm
Telegramm
Google
Google
IMAP
IMAP
Microsoft
Microsoft
Google Kalender
Google Kalender
Outlook-Kalender
Outlook-Kalender

Konten

20 Operativ
0 Authentifizierung erforderlich
0 Dienstunterbrechung
0 Pausiert
Name ID Status Verknüpft
Operativ Verknüpft am
03/01/2025
Operativ Verknüpft am
02/15/2025
Operativ Verknüpft am
02/10/2025
Operativ Verknüpft am
03/01/2025
Operativ Verknüpft am
02/28/2025
Operativ Verknüpft am
02/20/2025
Operativ Verknüpft am
03/01/2025
Operativ Verknüpft am
02/25/2025
Operativ Verknüpft am
03/01/2025
Operativ Verknüpft am
02/22/2025
Operativ Verknüpft am
02/14/2025
Operativ Verknüpft am
02/12/2025
Operativ Verknüpft am
02/08/2025
Operativ Verknüpft am
02/05/2025
Operativ Verknüpft am
03/01/2025
Operativ Verknüpft am
02/15/2025
Operativ Verknüpft am
03/01/2025
Operativ Verknüpft am
02/22/2025
Dashboard-Demo
WhatsApp API QR-Code-Authentifizierung für die Verbindung von Geräten

Schnelle WhatsApp-API-Integration mit QR-Code-Authentifizierung

Mit Unipile dauert die Verbindung eines WhatsApp-Kontos nur wenige Minuten. Der Ablauf ist einfach, sicher und vermeidet den langen geschäftlichen Genehmigungsprozess von Meta. Und so funktioniert es:

1. QR-Code anfordern

Ihre Anwendung generiert einen einzigartigen QR-Code über die Unipile-API. Benutzer scannen ihn einfach mit WhatsApp, um die Authentifizierung zu starten.

2. Anzeige des QR-Codes

Der QR-Code kann mit Standardbibliotheken (PHP oder JS) direkt in Ihrer App angezeigt werden. Benutzer scannen ihn mit ihrem Telefon, um ihr Konto zu verknüpfen.

3. Bestätigen Sie die Authentifizierung

Sobald der Code gescannt ist, ändert sich der Kontostatus in verbunden. Sie können dieses Ereignis abhören, indem Sie entweder den Kontostatus abfragen oder einen Webhook für eine Echtzeitbestätigung einrichten.

4. Messaging starten

Sobald das Konto aktiv ist, können Sie Textnachrichten senden und empfangen sowie Bilder, Videos, Dokumente und Sprachnotizen austauschen. Webhooks benachrichtigen Sie außerdem in Echtzeit über neue Nachrichten, Reaktionen und Lesebestätigungen.

Unipile - Anwendungsfälle WhatsApp

Entdecken Sie mehr mit
unser Messaging API

Unipile hört nicht bei WhatsApp auf. Unsere einheitliche API verbindet sich auch mit LinkedIn, Instagram, Messenger, X (Twitter) und Telegram. Durch die Zentralisierung all dieser Kanäle an einem Ort können Ihre Nutzer jede Unterhaltung nahtlos verwalten. Von DMs bis hin zu Kommentaren und Gruppenchats ist alles in einem einzigen Posteingang zugänglich, was den Teams hilft, schneller zu antworten, das Engagement zu verfolgen und eine konsistente Benutzererfahrung auf allen Plattformen zu bieten.

Unipile – Integrationsunterstützung und Ressourcen
WhatsApp-API

Integrationsunterstützung und Ressourcen für den Erfolg von WhatsApp API

Unipile Mitbegründer, CTO und CEO
Integration Anruf
Sichern Sie sich ein Treffen mit unseren Gründern (CTO und CEO), um die technische und produktbezogene Strategie abzustimmen.
Verbindung mit dem Live-Support
Unser Live-Support steht Ihnen vor, während und nach der Integration zur Verfügung und unterstützt Sie bei jedem Schritt ohne zusätzliche Kosten.

Technische Einrichtung leicht gemacht

Integrieren Sie WhatsApp-Messaging-Funktionen schnell mit unserer vollständig dokumentierten API und unseren SDK-Beispielen. Ob beim Senden von Nachrichten, Freigeben von Medien oder Synchronisieren von Konversationen – unsere Werkzeuge sind darauf ausgelegt, Ihnen zu helfen, anstatt Wochen in stattlichen Tagen online zu gehen.

Expertenunterstützung für eine reibungslose Bereitstellung

Unser technisches Team arbeitet direkt mit Ihren Entwicklern zusammen, um ein nahtloses Onboarding zu gewährleisten. Von der Authentifizierung mit QR-Code über die Verwaltung von Webhooks bis hin zum Debugging von Echtzeit-Nachrichtenflüssen - die Unipile-Experten begleiten Ihre Integration bei jedem Schritt.

Kontinuierliche Verbesserungen und Kompatibilität

Wir passen unsere WhatsApp-API-Endpunkte kontinuierlich an die neuesten Updates an. Dadurch wird sichergestellt, dass Ihr Produkt von neuen Funktionen ohne unerwartete Änderungen oder Unterbrechungen profitiert. Sie bleiben auf dem neuesten Stand und sind konform, ohne dass Sie sich um die Wartung kümmern müssen.

Unipile - Abschließende Gedanken

Abschließende Überlegungen

WhatsApp hat sich mit Milliarden von aktiven Nutzern weltweit zu einem unverzichtbaren Kanal für Kundenbindung, Support und Vertrieb entwickelt. Während die offiziellen Business- und Cloud-APIs von Meta robuste Funktionen bieten, sind sie oft mit Komplexität verbunden: lange Onboarding-Zeiten, Geschäftsprüfung, Kontingente und strenge Compliance-Regeln. Für viele SaaS-Publisher führt dies zu Reibungsverlusten und Verzögerungen bei der Wertschöpfung für ihre Nutzer.

Unipile beseitigt diese Hindernisse mit einer Unified Messaging-API macht die WhatsApp-Integration schnell, sicher und entwicklerfreundlich. Durch eine einfache QR-Code-Authentifizierung können Softwareunternehmen Textnachrichten, Medienfreigaben, Sprachnotizen und Gruppengespräche in nur wenigen Minuten ermöglichen, ohne ein Meta-Partner zu werden oder Infrastruktur zu hosten. Echtzeit-Webhooks, Nachrichtensynchronisation und Multi-Channel-Kompatibilität sorgen für ein nahtloses Erlebnis über WhatsApp, LinkedIn, Instagram, Telegram, Gmail und Outlook hinweg.

Wenn Sie sich für Unipile entscheiden, können SaaS-Plattformen Folgendes bieten echte Omnichannel-KommunikationEine API, eine Integration, unbegrenztes Potenzial. Ganz gleich, ob Sie eine CRM-, ATS- oder Outreach-Lösung aufbauen, Unipile beschleunigt Ihre Time-to-Market, reduziert die Wartungskosten und gewährleistet die Einhaltung des Digital Markets Act.

Jetzt ist es an der Zeit, WhatsApp in ein leistungsstarkes Asset für Ihr Produkt zu verwandeln. Beginnen Sie noch heute mit der Entwicklung von Unipile und bieten Sie Ihren Nutzern das Kommunikationserlebnis, das sie erwarten.

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 im Namen von 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 Kundenentscheidung. Unipile is an unabhängiger technischer Vermittler 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 Preise für die WhatsApp Business API 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.
Nein. "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 nachricht_erhalten 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 Preise für die WhatsApp Business API 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.
Haben Sie noch Fragen? Unser Team ist für Sie da.
Sprechen Sie mit einem Experten

Das könnte Sie auch interessieren

LinkedIn Suche API: Verbesserter Nutzwert für Redakteure

LinkedIn Suche API: Verbesserter Nutzwert für Redakteure

LinkedIn, die weltweit größte Plattform für berufliche Netzwerke, bietet verschiedene Tools und Dienste an, die den Nutzern helfen, Kontakte zu knüpfen, sich zu engagieren und ihre Netzwerke zu erweitern. Dazu gehört auch die LinkedIn-API-Suchfunktion, die eine nahtlose Integration der Suchfunktionen von LinkedIn in Anwendungen ermöglicht. Was ist...

mehr lesen
Senden einer Nachricht LinkedIn API aus einer App

Senden einer Nachricht LinkedIn API aus einer App

Nachricht senden LinkedIn APIDie Integration der Nachrichtenfunktionen von LinkedIn in Ihre App kann das Engagement der Nutzer erheblich steigern und die Kommunikation optimieren. Dieser Leitfaden führt Sie durch die Verwendung der LinkedIn-API, um Nachrichten direkt aus Ihrer App zu senden, und beschreibt die notwendigen Schritte, Tools und...

mehr lesen
de_DEDE