egress.
Egress options
Zavu Residential Proxy
external — default. Zavu routes the number through a managed in-country residential IP, geo-matched to the number’s country and pinned stable per session. Metered and billed per GB.Android Egress Device
android. The number egresses through a phone you control, running the Zavu Egress Node app. Uses the device’s own connection — no per-GB charge.Set the egress on a session
Passegress when creating a session, or change it later with POST /v1/whatsapp-alt/sessions/{sessionId}/egress. It takes effect on the next connect.
country is optional — when omitted, Zavu derives it from the number so the exit matches the number’s own country.
Is the managed proxy available?
Check whether the managed Zavu proxy is currently offered for your team before defaulting to it:zavuProxyAvailable is false, pair an Android egress node instead.
Pairing an Android egress node
An egress node is a phone running the Zavu Egress Node app that lends its connection to a sender’s sessions.Create the node
Register a node for a sender. The response includes a short-lived pairing payload (
token, gatewayUrl, wsPath).Pair the device
Encode
token, gatewayUrl, and wsPath into a QR and scan it from the Zavu Egress Node Android app. The token isn’t stored — re-issue it with POST /v1/whatsapp-alt/egress-nodes/{nodeId}/pairing-token to show the QR again.pending (paired but never connected), online (tunnel live), or offline (last tunnel dropped). List a sender’s nodes with GET /v1/whatsapp-alt/egress-nodes?senderId=..., and revoke one with DELETE /v1/whatsapp-alt/egress-nodes/{nodeId} (this also kills its live tunnel).
Automatic fallback (stay 100% active)
An Android device can go offline — the phone loses signal, is powered off overnight, or changes networks. When you run a session on an Android node, Zavu can automatically fall back to the managed Zavu proxy so the number stays connected, then switch back to the device when it comes online again.- While the fallback is active, traffic runs through the Zavu residential proxy and is billed per GB (see below).
- While on the Android device, there is no per-GB charge — it uses the device’s own bandwidth.
- If the device is offline and fallback is not enabled, the session waits for the device to return without dropping the link (no re-scan needed).
Per-GB billing
Traffic through the Zavu residential proxy (external, including active fallback) is metered and charged to your team balance per GB. Traffic through an Android egress device is not charged — it uses the device’s own connection.
- The per-GB rate depends on your plan: it starts at 0.99/GB). Your current rate and usage are shown in the dashboard.
- Only
externalproxy traffic is metered;androidegress reports no billable bytes. - Usage is measured in decimal GB and swept to your balance.
Next steps
Sessions
Create a session and link it to a sender.
Sending & Receiving
Send on the
whatsapp_alt channel and handle inbound webhooks.