WhatsApp (multi-session)

One container, multiple numbers. Create a session via POST /sessions, then open a session below to get its QR.

List sessions (JSON)

Create a session via POST /sessions (body: {"id": "my_wa_1"} or empty for random id), then click the session link above to get the QR.

API

curl -X POST http://wahelix.appscenter.me/send \
  -H "Content-Type: application/json" \
  -d '{"session_id": "support_wa", "to": "1234567890", "text": "Hello!"}'