📅 BookEase AI
Books appointments, sends reminders, reduces no-shows by 70%.
Calendar syncPaymentSMS remindersReschedule
Use: Clinics, Salons
Code Usage
<?php
require "api/appointment-booking.php";
$bot = new Bot();
echo $bot->handle($_POST["message"]);
?>