OpsBuddy

Experience the Widget in Action

Interactive demo showcasing the OpsBuddy widget integration. See how it seamlessly fits into your website.

Easy Integration

Simple script tag integration. Add 4 lines of code and you're ready to go.

Customizable

Configure position and behavior to match your website's design and requirements.

Reliable

Built with performance and reliability in mind,Tested across all browsers

Quick Setup

HTML
<!-- Add the script -->
<script src="https://aurbtao-dev.tatamotors.com/embed-widget.js"></script>

<!-- Initialize the widget -->
<script>
  window.addEventListener('load', function() {
    window.embeddedWidget({
      position: "bottom-right", // or "middle-right" [Mandatory*]
      uuid : "your-uuid", // [Mandatory*]
      token : "your-token" // [Mandatory*]
    });
  });
</script>