Skip to content
WhatsApp messaging platform

Connect WhatsApp in minutes

Raseel gives you one API that stays put: start in the Sandbox, move to fast QR onboarding, then upgrade to the official Meta Cloud API without rewriting your application.

Coming soon

The platform is being built. We do not publish metrics or testimonials before they are real.

Live examplePOST /v1/messages
curl
curl -X POST https://whats.azzamkh.sa/api/v1/messages \
  -H "Authorization: Bearer $API_KEY" \
  -H "Idempotency-Key: $(uuidgen)" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "+9665XXXXXXXX",
    "type": "text",
    "text": { "body": "Your code is 481902" }
  }'

The same request works across Sandbox, QR and Meta. The provider is an internal detail, never part of the API contract.

Three paths to production

Pick the one that fits your stage, and move between them later without changing code.

Sandbox

Shared test numbers to validate the integration in minutes, with no setup and no review.

QR fast start

Link your existing number by scanning a QR code. This path is not officially supported by Meta, and we treat it as replaceable infrastructure.

Meta Cloud API

The official long-term path: approved templates, published throughput limits, and Meta support.