Sessions

Each session represents one connected WhatsApp account.

Session management (creating, connecting, disconnecting, deleting) is handled entirely from the dashboard. The API is used only for messaging.

Session Lifecycle

Status Description
initializing Session created, WhatsApp client starting
qr_ready QR code available for scanning
connected WhatsApp authenticated and ready for messaging
disconnected Session was explicitly disconnected
destroyed Session permanently removed

How to Get Started

  1. Go to Sessions in the dashboard
  2. Click New Session and give it a name
  3. Scan the QR code with your WhatsApp (Linked Devices → Link a Device)
  4. Once connected, go to API Keys and generate a key linked to this session
  5. Use the API key to send messages programmatically