GitHub repository
All examples live in theexamples/ folder:
github.com/VZaps/vzaps-sdk-java
Each numbered folder is a standalone Maven project with an explicit com.vzaps:vzaps-sdk dependency. No parent project is required when you copy one folder elsewhere.
See examples/README.md in the repository for prerequisites and the full module list.
What’s included
| Module | Topic |
|---|---|
01-auth-and-list-instances | Auth and instance listing |
02-create-instance | Create instance |
03-instance-subscription | Billing subscription |
04-session-and-pairing | Session status, QR, and pairing code |
05-configure-webhook | Webhook configuration |
06-realtime-subscribe | Realtime WebSocket subscription |
07-send-text-message | Send text message |
08-send-media-and-interactive | Media, buttons, and list |
09-send-poll-reaction-and-chat-actions | Poll, reaction, and chat actions |
10-queues | Message and operation queues |
11-typebot-and-chatwoot | TypeBot and Chatwoot |
quickstart | Minimal list + send text flow |
worker-realtime | Realtime worker with deduplication |
Option A — one example folder (recommended)
You do not need to clone the full SDK repository.- Download only the example folder, for example
07-send-text-message, using Download ZIP on GitHub, or run:
- Set credentials and run:
Option B — sparse checkout
Option C — full repository clone
Next steps
- Follow the Starter Guide for a guided walkthrough.
- See Messages for every send method.

