Blesta Module coming soon
On this page
Overview
A Blesta plugin to send WhatsApp notifications for invoices, payments and orders, configured from the Blesta admin.
Availability
Status: coming soon. The dedicated Blesta plugin is in development. You can integrate today without waiting — see below.
Integrate today
Add a small event handler in Blesta (or a cron task) that fires on invoice/order events. From that point call the BOOKBEY API with any of our SDKs — for example the PHP SDK:
require 'BookbeyWhatsApp.php';
$wa = new BookbeyWhatsApp('YOUR_API_KEY', 'https://bookbey.com/public/api');
$wa->sendText($customerPhone, "Your order is confirmed!");
Or call the REST endpoint directly — see the REST API guide.
Get notified on release
Open a ticket from Client area → Support asking to be told when the Blesta plugin ships, and we'll prioritise based on demand.
Need help? Open a ticket from Client area → Support. Your API base URL is https://bookbey.com/public/api.