GitHub repository
All examples live in theexamples/ folder:
github.com/VZaps/vzaps-sdk-dotnet
Sample projects consume the published NuGet package (VZaps.SDK). The console sample runs numbered flows from 01 through 11.
See examples/README.md in the repository for the full project list.
What’s included
| Project | Topic |
|---|---|
VZaps.Examples.Console | Numbered flows 01 through 11 |
VZaps.Examples.Worker | Realtime WebSocket worker |
VZaps.Examples.AspNetCore | ASP.NET Core integration sample |
| Argument | Topic |
|---|---|
01 | Auth and instance listing |
02 | Create instance |
03 | Billing subscription |
04 | Session and pairing |
05 | Webhook configuration |
06 | Realtime subscription |
07 | Send text message |
08 | Media and interactive messages |
09 | Poll, reaction, and chat actions |
10 | Queues |
11 | TypeBot and Chatwoot |
Option A — console sample only (recommended)
You do not need to clone the full SDK repository.- Download only
VZaps.Examples.Consoleusing Download ZIP on GitHub, or run:
- Set credentials and run one flow:
Option B — sparse checkout
Option C — full repository clone
src/VZaps.SDK/VZaps.SDK.csproj.
Next steps
- Follow the Starter Guide for a guided walkthrough.
- See Messages for every send method.

