Dashboard Overview
Meta Cloud API v25.0 Engine & Real-time Analytics
Total Messages Sent
0
Live Tracking
Website OTP Dispatches
0
Instant Verification
Delivery Success Rate
100%
Meta v25.0 Verified
Active Business Numbers
1
ConnectedPre-Configured Meta Credentials
Meta API Connected
Phone Number ID:
1196628126872154
WABA ID:
888994644286106
Template:
jaspers_market_order_confirmation_v1 (en_US)
Access Token:
EAANSwNTsPVUBSKddDQKGNuA...
Live Activity Feed
Campaign Setup & Audience Upload
WhatsApp Screen Mockup
Jasper Market
Official Business Account
TODAY
Hello John Doe,
Your order #123456 has been confirmed on Jul 28, 2026.
Thank you for shopping with us!
Your order #123456 has been confirmed on Jul 28, 2026.
Thank you for shopping with us!
Client Website API Keys
Issue API keys to integrate direct WhatsApp OTP dispatches into client websites and mobile apps.
| Website / App Name | API Key Token | Status | Actions |
|---|
Interactive OTP Gateway Simulator
Verify OTP Code
Incoming Webhook Customer Messages
Meta Webhook Callback URL:
http://your-domain.com/webhook
Verification Token:
whatsapp_nexus_secret_verify_token_2026
| Time | Sender Profile | Sender Phone | Message Body | Message ID |
|---|
Website Integration Code Generator
Copy and paste these snippets into your website to send WhatsApp OTPs directly to your customers' WhatsApp numbers:
# cURL Command to send OTP via your WhatsApp Business Number
curl -X POST http://localhost:3000/api/v1/otp/send \
-H "Content-Type: application/json" \
-H "X-API-KEY: waba_live_key_998877665544332211" \
-d '{
"phone": "917558802176",
"appName": "My E-Commerce Site"
}'
POST /api/v1/otp/send
Triggers an instant WhatsApp OTP dispatch using the primary business phone number.
phone: Target recipient mobile number with country code.customCode: Optional fixed code, or system auto-generates 6 digits.appName: Client branding displayed in message parameters.
POST /api/v1/otp/verify
Validates the customer-entered verification code against active 5-minute sessions.
phone: Recipient mobile number.code: The 6-digit PIN entered by customer.
WhatsApp Business Phone Accounts
Manage multiple client business numbers. Switch the active default account used for bulk marketing & website OTPs.
Direct Meta Cloud API v25.0 Execution Tool
Execute live Meta WhatsApp Cloud API commands directly against https://graph.facebook.com/v25.0/1196628126872154/messages.
Meta API HTTP Response Output
Ready
// Click "Run Meta cURL POST Request" to execute live request against Meta Servers...
System Dispatch & API Audit Logs
| Timestamp | Type | Recipient | Status | Log Details | Meta Response Payload |
|---|