WhatsApp Integration
Connect and manage WhatsApp Business API for sending notifications and alerts to users
WhatsApp Integration
Integrate WhatsApp Business API for powerful messaging capabilities. Send subscription alerts, security notifications, and support messages directly to users' WhatsApp.
Direct Messaging
Send messages directly to users' WhatsApp.
Instant Delivery
Real-time message delivery with read receipts.
Global Reach
Reach users worldwide on their preferred platform.
Connection Status
/graphqlCheck the current status of your WhatsApp Business API connection and retrieve QR codes for authentication.
GraphQL Query
query WhatsAppStatus {
whatsAppStatus {
connected
qrCode
qrCodeSvg
phoneNumber
businessName
}
}HTTP Request:
curl -X POST https://api.orbnet.com/graphql \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_ADMIN_TOKEN" \
-d '{
"query": "query WhatsAppStatus { whatsAppStatus { connected qrCode qrCodeSvg phoneNumber } }"
}'Response
{
"data": {
"whatsAppStatus": {
"connected": true,
"qrCode": null,
"qrCodeSvg": null,
"phoneNumber": "+1234567890",
"businessName": "OrbVPN Support"
}
}
}{
"data": {
"whatsAppStatus": {
"connected": false,
"qrCode": "data:image/png;base64,iVBORw0KGgo...",
"qrCodeSvg": "<svg xmlns='http://www.w3.org/2000/svg'>...</svg>",
"phoneNumber": null,
"businessName": null
}
}
}Connection Setup
Query Status
Get QR Code
Scan QR Code
Verify Connection
Use Cases
Subscription Alerts
Notify users about expiring subscriptions and renewal reminders.
Security Notifications
Send login alerts and security warnings instantly.
Support Messages
Communicate with users about their support tickets.
Payment Confirmations
Send payment receipts and transaction confirmations.
Best Practices
Message Templates
Use approved WhatsApp templates for business messages.
Opt-in Required
Ensure users have opted in to WhatsApp notifications.
Rate Limits
Respect WhatsApp's messaging rate limits.
Monitor Status
Regularly check connection status for reliability.
Related Endpoints
WhatsApp Business API
WhatsApp integration requires a WhatsApp Business API account. Contact your administrator to set up the Business API connection.
Multi-Channel Notifications
Combine WhatsApp with other channels for comprehensive user communication.