Official Meta Cloud API · Zero ban risk

WhatsApp in your product.
No bans. No servers.

Official Meta API, managed infrastructure, first message in under 5 minutes. For devs who build products, not servers.

Create free account Log in

No credit card. No 14-day trial. One connection free forever.

$
The problem

The market is full of hacks

×

Your number can be banned tomorrow

Unofficial APIs like Evolution and Z-API use WhatsApp Web — which Meta bans. Accounts get banned without warning, without appeal. Always at the worst possible time.

×

360dialog wanted your passport and a signed letter

Existing official APIs are built for enterprise. Days of onboarding, 3-digit prices, support that responds in weeks. Not built for you.

×

Evolution goes down at 3am on Sunday

Self-hosted means you manage servers, updates, reconnections and incidents. You have a product to build — this can't be your responsibility.

How it works

Three steps to production

01

Install

One package. Zero config. TypeScript types included.

terminal
~
$ npm install @wapper/sdk
02

Send

One method call. No payload guessing, no token juggling.

TSsend.ts
12345
const msg = await client.messages.sendText({
to: "+5511999999999",
text: "Your order has been confirmed!",
});
// msg.status → "queued"
03

Listen

Signature verified automatically. Retry on failure. You never have to think about this.

TSwebhook.ts
123456
import { verifyWebhookSignature } from "@wapper/sdk";

const valid = verifyWebhookSignature(
body, req.headers["x-wapper-signature"], secret
);
// events: "message_status" | "message_received" | "message_failed"
Features

Everything you need. Nothing you don't.

sdk

Automatic reconnection

Connection dropped? We reconnect. You never find out.

Webhooks with retry

Webhook failed? We retry 3 times with exponential backoff. Full log in the dashboard.

Multiple connections

One product, multiple numbers. Each isolated, each monitored.

Smart alerts

Connection quality dropping? You hear about it before your client does.

Granular API keys

Create keys with specific permissions. Rotate without downtime.

Operational dashboard

Status for every connection, message volume, errors — all on the first screen. Nothing to click.

Your first message is 5 minutes away.

No credit card. No manual approval. No sales call. Create an account and go.

Create free account Log in