Hassle-Free Appointment Booking Widget Integration

Easily integrate our appointment booking widget into your website or application to enhance your scheduling system and provide a seamless experience for your customers.

What is the Docsarthi Widget?

The Docsarthi Widget is a powerful tool that allows you to integrate appointment booking functionality directly into your website or application. It simplifies scheduling for your clients while helping you manage appointments efficiently. With real-time availability, customizable booking forms, and automated reminders, the Docsarthi Widget ensures a smooth experience for both businesses and customers.

How It Works

Our widget seamlessly integrates into your website, enabling your customers to book appointments at their convenience. The widget syncs with your calendar to ensure real-time availability, reduces admin work by automating appointment confirmations and reminders, and provides an intuitive interface that works on all devices.

Key Features:

  • Real-time Availability: Syncs with your calendar to display available time slots.
  • Customizable Booking Forms: Customize the booking form fields to collect essential client information.
  • Automated Reminders: Sends appointment confirmations and reminders via email or SMS.
  • Mobile-Friendly: The widget is fully responsive, providing a smooth experience on all devices.
  • Secure Payments: Integrated payment gateways ensure smooth transactions for upfront payments.

Benefits:

  • Reduce Admin Work: Automates the booking process and reduces back-and-forth communication.
  • Improve Customer Satisfaction: Provides a quick, easy, and frictionless booking experience for your clients.
  • Increase Efficiency: Frees up your time by automating appointment management and allows you to focus on delivering services.

Integration Code

To integrate the Docsarthi appointment widget into your website, simply add the following code to your website's HTML:


<button class="book_appointment">Book Appointment</button>

<script src="https://docsarthi.com/widget/widget.js"></script>
<script>
     const docSarthiInstance = DocSarthi({
   themeColor: 'blue', // Adjust theme color according to your website
   apiKey: 'your_api_key', // Your API key (found in your doctor panel widget section or you can contact us)
   onSuccess: function(res) {
       console.log(res); // Appointment success callback
   },
   onFailure: function(res) {
       console.log(res); // Appointment failure callback
   }
});

// JS
document.addEventListener("click", (event) => {
   if (event.target.classList.contains("book_appointment")) {
       docSarthiInstance.show();
   }
});

// jQuery
$(document).on("click", ".book_appointment", function() {
   docSarthiInstance.show();
})
</script>
          

Need Help?

If you're not familiar with code integration, our team is happy to assist you. You can either share the code with your developer or request our help for seamless integration at a one-time cost of just ₹499.

Ready to Get Started?

Contact us today, and let’s make your appointment booking process more efficient and convenient!

Contact Us