GitHub repository
All examples live in theexamples/ folder:
github.com/VZaps/vzaps-sdk-go
Each numbered folder has its own go.mod and consumes the published module github.com/vzaps/vzaps-sdk-go/vzaps.
See examples/README.md in the repository for the full folder list.
What’s included
| Folder | 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 |
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.

