@open-wa/client
User-facing API client for open-wa WhatsApp automation

Generated from
packages/client/README.mdbyapps/docs/scripts/gen-workspace-readme-docs.js. Do not edit this page directly.
@open-wa/client
User-facing API client for Open-WA WhatsApp automation.
Part of the @open-wa v5 monorepo.
Features
- Type-Safe: Full TypeScript support with Zod-based schemas.
- Async/Await: Clean, modern API for sending messages, media, and more.
- Easy Integration: Connects seamlessly to
@open-wa/wa-automateservers.
Install
pnpm add @open-wa/clientExample
import { create } from '@open-wa/client';
const client = await create({
sessionId: 'main-session'
});
await client.sendText('1234567890@c.us', 'Hello from v5!');Documentation
See the Developer Guide on our docs site.
License
H-DNH V1.0 — Hippocratic + Do Not Harm

Was this helpful?
Wally and his cute companion coffee mug are coding day and night to keep this up-to-date!
