.ts files that mirror the flows documented in this guide.
GitHub repository
All examples live in theexamples/ folder:
github.com/VZaps/vzaps-sdk-typescript
The folder includes a small package.json that installs the published npm package (@vzaps/sdk) and tsx.
See examples/README.md in the repository for the full file list.
What’s included
| File | Topic |
|---|---|
01-auth-and-list-instances.ts | Auth and instance listing |
02-create-instance.ts | Create instance |
03-instance-subscription.ts | Billing subscription |
04-session-and-pairing.ts | Session status, QR, and pairing code |
05-configure-webhook.ts | Webhook configuration |
06-realtime-subscribe.ts | Realtime WebSocket subscription |
07-send-text-message.ts | Send text message |
08-send-media-and-interactive.ts | Media, buttons, and list |
09-send-poll-reaction-and-chat-actions.ts | Poll, reaction, and chat actions |
10-queues.ts | Message and operation queues |
11-typebot-and-chatwoot.ts | TypeBot and Chatwoot |
Option A — examples folder only (recommended)
You do not need to clone the full SDK repository.- Download only the
examples/folder using Download ZIP on GitHub, or run:
- Install dependencies, edit constants in the file you want to run, and execute:
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.

