WHMESH Messaging Hub

SMS (SMSGate LAN)


      

WhatsApp (Cloud API)


      

API (pentru alte platforme)

Endpoint unificat: POST /api/v1/send cu header X-API-Key.

curl -X POST "https://hub.whmesh.com/api/v1/send" \
  -H "X-API-Key: HUB_API_KEY" -H "Content-Type: application/json" \
  -d '{"channel":"sms","to":"+40764046029","text":"Test"}'