Multi-Session WhatsApp API
Connect and manage multiple WhatsApp accounts with stable session health monitoring.
Connect unlimited WhatsApp sessions, automate conversations, run campaigns, and scale your communication globally.
Premium session management, automation, campaigns, inbox collaboration, and developer APIs in one command center.
Connect and manage multiple WhatsApp accounts with stable session health monitoring.
Launch high-volume campaigns with delivery pacing, segmentation, and reporting.
Resolve repetitive conversations with intelligent replies and human handoff controls.
Send messages, media, templates, and session commands from clean REST endpoints.
Track reach, replies, clicks, delivery, failed messages, and conversion impact.
Import, segment, tag, and sync contacts for personalized messaging at scale.
Connect accounts instantly with secure QR pairing and real-time reconnect alerts.
Send images, videos, documents, locations, voice notes, and rich message formats.
Designed to feel like a real SaaS product your operations, support, marketing, and engineering teams can use daily.
Integrate WhatsApp messaging into CRMs, ERPs, ecommerce stores, support desks, AI assistants, and custom products with clean endpoints.
<?php
$apiKey = 'YOUR_API_KEY';
$baseUrl = 'https://wa.libertaspro.io/api';
$sessionId = 'your-session-id';
function sendMessage($to, $message) {
global $apiKey, $baseUrl, $sessionId;
$url = "$baseUrl/sessions/$sessionId/send";
$data = json_encode(['to' => $to, 'message' => $message]);
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'Content-Type: application/json',
"X-API-Key: $apiKey"
]);
$response = curl_exec($ch);
curl_close($ch);
return json_decode($response, true);
}
$result = sendMessage('1234567890', 'Hello from PHP!');
print_r($result);
?>
Transparent plans for teams running support automation, marketing campaigns, and API-driven messaging.
“We connected 12 WhatsApp sessions and automated lead follow-ups in one afternoon. Reply times dropped from hours to seconds.”
“The APIs are clean, and the dashboard gives our support team complete visibility into every message.”
“Campaign analytics finally showed us what was working. We scaled WhatsApp revenue without hiring another operations team.”
Built with secure session controls, active monitoring, distributed infrastructure, and resilient messaging pipelines.
Respect secure WhatsApp conversations while protecting API keys, sessions, and account access.
Health checks, reconnect logic, and observability keep mission-critical sessions online.
Route workloads across resilient infrastructure for better global performance.
Track session state, delivery events, API usage, and campaign anomalies as they happen.
This platform is designed for session-based WhatsApp automation. For regulated use cases, confirm your compliance and messaging policies before sending at scale.
You can connect from 1 session on the free plan to unlimited sessions on enterprise infrastructure.
Yes. REST endpoints, sample requests, authentication examples, and SDK examples are included.
Yes. You can automate replies, reminders, drip campaigns, scheduled messages, and customer journey triggers.
Yes. Start free with 1,000 messages, 1 session, and 250 contacts before upgrading.
Connect sessions, automate conversations, launch campaigns, and give your developers a powerful WhatsApp API layer.