VTU Automation
Monitors Topupmate and custom VTU databases for failed airtime/data drops, unread customer complaints, and Airtime2Cash payouts.
Stop losing customers to unnoticed transaction failures or delayed manual wallet funding. Akmond Notify continuously monitors your database and sends instant WhatsApp alerts on autopilot.
🟢 Active Database Monitor
Pre-configured engines optimized specifically for your business model.
Monitors Topupmate and custom VTU databases for failed airtime/data drops, unread customer complaints, and Airtime2Cash payouts.
Bypass costly SMS gateways. Send 2FA login OTPs, order placement receipts, and shipping notifications with 99.9% WhatsApp delivery.
Full REST API access. Trigger automated WhatsApp messages from any programming language (PHP, Python, Node.js) with cURL requests.
Integrate in seconds using standard HTTPS POST requests.
curl -X POST "https://notify.akmondpay.com/api/v1/send" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"phone": "2348012345678",
"message": "Hello! Your VTU wallet has been credited with N5,000."
}'
<?php
$payload = [
'phone' => '2348012345678',
'message' => 'Hello! Your VTU wallet has been credited with N5,000.'
];
$ch = curl_init('https://notify.akmondpay.com/api/v1/send');
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'Authorization: Bearer YOUR_API_KEY',
'Content-Type: application/json'
]);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($payload));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
curl_close($ch);
?>
const axios = require('axios');
axios.post('https://notify.akmondpay.com/api/v1/send', {
phone: '2348012345678',
message: 'Hello! Your VTU wallet has been credited with N5,000.'
}, {
headers: { 'Authorization': 'Bearer YOUR_API_KEY' }
}).then(res => console.log(res.data));
No monthly commitments. Credits never expire. Scale on your terms.
₦1,000
200 Notification Credits
₦2,250
500 Notification Credits
₦4,000
1,000 Notification Credits
Everything you need to know about Akmond Notify.
Akmond Notify connects either via direct database monitoring (Port 3306) or using our 1-click Secure HTTP Bridge script. It watches your tables in real-time and automatically triggers WhatsApp messages whenever a failed transaction or manual funding request occurs.
No! Your purchased credits stay in your account forever until you use them. There are no monthly charges or hidden maintenance fees.
Yes! You can either use our shared Akmond Master WhatsApp Node or connect your own personal WhatsApp line by scanning a QR code inside your dashboard.
Setup takes less than 5 minutes. Create your workspace now.
Get Started Free →