www.tatatelebusiness.com Open in urlscan Pro
64.185.181.238  Public Scan

Submitted URL: http://www.tatatelebusiness.com/
Effective URL: https://www.tatatelebusiness.com/
Submission: On December 01 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="homeform">
  <div class="row">
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="Name" placeholder="Enter Full Name" class="floatlabel filled" name=" " onkeypress="return isCharKey(event);">
        <label for="Name">Name</label>
        <span class="error_msg" id="">Please enter Name</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="organization" placeholder="Enter Company Name" class="floatlabel filled" name=" ">
        <label for="organization">Organization</label>
        <span class="error_msg" id="">Please enter Organization</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="state" name="state" onchange="BindCities()" oninput="" class="floatlabel filled">
          <option selected="" value="">Select</option>
          <option value="Andhra Pradesh">Andhra Pradesh</option>
          <option value="Bihar">Bihar</option>
          <option value="Chhattisgarh">Chhattisgarh</option>
          <option value="Delhi NCR">Delhi NCR</option>
          <option value="Goa">Goa</option>
          <option value="Gujarat">Gujarat</option>
          <option value="Haryana">Haryana</option>
          <option value="Himachal Pradesh">Himachal Pradesh</option>
          <option value="Jharkhand">Jharkhand</option>
          <option value="Karnataka">Karnataka</option>
          <option value="Kerala">Kerala</option>
          <option value="Madhya Pradesh">Madhya Pradesh</option>
          <option value="Maharashtra">Maharashtra</option>
          <option value="Mumbai">Mumbai</option>
          <option value="Orissa">Orissa</option>
          <option value="Others">Others</option>
          <option value="Punjab">Punjab</option>
          <option value="Rajasthan">Rajasthan</option>
          <option value="Sikkim">Sikkim</option>
          <option value="Tamil Nadu">Tamil Nadu</option>
          <option value="Union Territory">Union Territory</option>
          <option value="Uttar Pradesh">Uttar Pradesh</option>
          <option value="Uttar Pradesh East">Uttar Pradesh East</option>
          <option value="Uttar Pradesh West">Uttar Pradesh West</option>
          <option value="Uttarakhand">Uttarakhand</option>
          <option value="West Bengal">West Bengal</option>
        </select>
        <label for="state">State / Circle</label>
        <span class="error_msg" id="">Please Select State</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="city" name="city" oninput="" class="floatlabel filled">
          <option selected="" value="">Select</option>
        </select>
        <label for="city">City</label>
        <span class="error_msg" id="">Please Select City</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="email" placeholder="Enter Email" class="floatlabel filled" name=" ">
        <label for="email">Email</label>
        <span class="error_msg" id="">Please enter Valid Email</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container number">
        <input type="text" id="MobileNumber" placeholder="+91" class="floatlabel filled" onkeypress="return isNumberKey(event);" maxlength="10">
        <label for="MobileNumber">Mobile Number (required)</label>
        <div class="verify">
          <a href="javascript:;" class="hide">Verify</a>
          <a href="javascript:;" id="resendotp" class="hide" onclick="SendVerifyCode()">Re-Send OTP</a>
        </div>
        <span class="error_msg" id="">Please enter valid 10 digit Mobile Number</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="Categoryname" oninput="" class="floatlabel filled" onchange="GetProductByCategoryName()">
          <option selected="" value="0">ALL</option>
          <option value="Cloud &amp; SaaS">Cloud &amp; SaaS</option>
          <option value="Collaboration">Collaboration</option>
          <option value="Cyber Security Solutions">Cyber Security Solutions</option>
          <option value="Data Services">Data Services</option>
          <option value="Marketing Solutions">Marketing Solutions</option>
          <option value="Voice Services">Voice Services</option>
        </select>
        <label for="referred_time">Select Category</label>
        <span class="error_msg" id="">Please Select Category</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="Productname" name="Productname" oninput="" class="floatlabel filled">
          <option value="0">ALL</option>
        </select>
        <label for="referred_time">Select Services</label>
        <span class="error_msg" id="">Please Select Service</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_field">
        <select class="floatlabel" id="CompanyTurnover">
          <option value=""></option>
          <option value="500 Cr"> 500 Cr</option>
          <option value="100 – 500 Cr"> 100 – 500 Cr</option>
          <option value="50 – 100 Cr"> 50 – 100 Cr</option>
          <option value="10 – 50 Cr"> 10 – 50 Cr</option>
          <option value="5 – 10 Cr"> 5 – 10 Cr</option>
          <option value="Less than 5 Cr"> Less than 5 Cr</option>
        </select>
        <label for="CompanyTurnover">Company Turnover</label>
        <span class="error_msg" id=""></span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_field">
        <select class="floatlabel" id="EmployeeCount">
          <option value=""></option>
          <option value="2000+">2000+</option>
          <option value="500 – 1,999">500 – 1,999</option>
          <option value="200 – 499">200 – 499</option>
          <option value="100 – 199">100 – 199</option>
          <option value="50 – 99">50 – 99</option>
          <option value="25 – 49">25 – 49</option>
          <option value="0 – 24">0 – 24</option>
        </select>
        <label for="EmployeeCount">Employee Count</label>
        <span class="error_msg" id=""></span>
      </div>
    </div>
    <div class="col-sm-4 hide" id="divOtp">
      <div class="input_container">
        <input type="text" id="OTP" placeholder="" class="floatlabel filled" maxlength="6">
        <label for="OTP">Enter OTP</label>
        <span class="error_msg" id="">Enter valid OTP</span>
      </div>
    </div>
    <div class="col-sm-12 mt-3">
      <div class="row align-items-center">
        <div class="col-sm-9">
          <div class="input_container mb-0">
            <div class="checkbox">
              <div class="clear">
                <div class="checkbox-group">
                  <input type="checkbox" name="" value="" id="chkAutorise">
                  <label for="chkAutorise">I consent to receive communications about Tata Tele Business Services (TTBS), in accordance with the Tata Tele Services <a href="/privacy-policy/">privacy policy</a>. I understand that I can opt-out at any
                    time.</label>
                  <span class="error_msg" id="">Please Provide Consent</span>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="col-sm-3">
          <div class="link black mt-0 text-right">
            <a href="javascript:;" class="hide" id="submit" onclick="SaveUserData()">Submit <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
            <a href="javascript:;" onclick="SendVerifyCode()" id="sendOtp">Send OTP <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
          </div>
        </div>
        <div id="divthank" style="display:none;">
          <p class="Thanks"> Your request has been submitted successfully. </p>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="homeformex">
  <div class="row">
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="exName" placeholder="Enter Full Name" class="floatlabel filled" name=" " onkeypress="return isCharKey(event);">
        <label for="exName">Name</label>
        <span class="error_msg" id="">Please enter Name</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="exorganization" placeholder="Enter Company Name" class="floatlabel filled" name=" ">
        <label for="exorganization">Organization</label>
        <span class="error_msg" id="">Please enter Organization</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container">
        <input type="text" id="exemail" placeholder="Enter Email" class="floatlabel filled" name=" ">
        <label for="exemail">Email</label>
        <span class="error_msg" id="">Please enter Valid Email</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container number">
        <input type="text" id="exMobileNumber" placeholder="+91" class="floatlabel filled" onkeypress="return isNumberKey(event);" maxlength="10">
        <label for="exMobileNumber">Mobile Number (required)</label>
        <div class="verify">
          <a href="javascript:;" class="hide">Verify</a>
          <a href="javascript:;" id="resendotpex" class="hide" onclick="SendVerifyCodeForEx()">Re-Send OTP</a>
        </div>
        <span class="error_msg" id="">Please enter valid 10 digit Mobile Number</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="exCategoryname" oninput="" class="floatlabel filled" onchange="GetProductByCategoryNameforex()">
          <option selected="" value="0">ALL</option>
          <option value="Cloud &amp; SaaS">Cloud &amp; SaaS</option>
          <option value="Collaboration">Collaboration</option>
          <option value="Cyber Security Solutions">Cyber Security Solutions</option>
          <option value="Data Services">Data Services</option>
          <option value="Marketing Solutions">Marketing Solutions</option>
          <option value="Voice Services">Voice Services</option>
        </select>
        <label for="exreferred_time">Select Category</label>
        <span class="error_msg" id="">Please Select Category</span>
      </div>
    </div>
    <div class="col-sm-4">
      <div class="input_container select_container">
        <select id="exProductname" name="Productname" oninput="" class="floatlabel filled">
          <option value="0">ALL</option>
        </select>
        <label for="exreferred_time">Select Services</label>
        <span class="error_msg" id="">Please Select Service</span>
      </div>
    </div>
    <div class="col-sm-4 hide" id="divOtpEx">
      <div class="input_container">
        <input type="text" id="OTPEx" placeholder="" class="floatlabel filled" maxlength="6">
        <label for="OTPEx">Enter OTP</label>
        <span class="error_msg" id="">Enter valid OTP</span>
      </div>
    </div>
    <div class="col-sm-12 mt-3">
      <div class="row align-items-center">
        <div class="col-sm-9">
          <div class="input_container mb-0">
            <div class="checkbox">
              <div class="clear">
                <div class="checkbox-group">
                  <input type="checkbox" name="" value="" id="chkAutoriseex">
                  <label for="chkAutoriseex">I consent to receive communications about Tata Tele Business Services (TTBS), in accordance with the Tata Tele Services <a href="/privacy-policy/">privacy policy</a>. I understand that I can opt-out at any
                    time.</label>
                  <span class="error_msg" id="">Please Provide Consent</span>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="col-sm-3">
          <div class="link black mt-0 text-right">
            <a href="javascript:;" class="hide" id="exsubmit" onclick="SaveUserDataForEx()">Submit <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
            <a href="javascript:;" onclick="SendVerifyCodeForEx()" id="sendOtpex">Send OTP <img src="/images/arrow-black.svg" alt="" width="16" height="12"></a>
          </div>
        </div>
        <div id="divthankex" style="display:none;">
          <p class="Thanks"> Your request has been submitted successfully. </p>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Business
 * Personal

 * Channel Partner
 * Careers
 * Contact Us
 * Search
   Enter
   
   Top Searches
   
    * Services for Small Businesses
    * Ultra-Lola
    * Channel Partners near me
    * Digital transformation
    * SME Services
   
   Got Questions?
   
   Share your details and we will call you back.
   
   Request a Call
 * 

 * Services
   Back
   
   
   Services
   
    * Top Services
      Back
      
      
      Top Services
      
       * Smart Internet
       * Smartflo
       * SmartOffice®
       * Zoom
      
      Awards and Recognition for Customer Centricity and Innovation
      
      Know More
    * Cloud & SaaS
      Back
      
      
      Cloud & SaaS
      
       * Google Workspace
       * Microsoft Azure
       * Microsoft 365
       * Smartflo
         Back
         
         
         Smartflo
         
          * Smartflo
          * WhatsApp Business Solution
      
       * Content Delivery Network
   
    * Collaboration
      Back
      
      
      Collaboration
      
       * Zoom
       * Conferencing
       * International Bridging Service
       * Webcasting Services
      
      Foster More Engagement and Greater Connectivity
   
    * Data Services
      Back
      
      
      Data Services
      
       * Smart Internet
       * SD-WAN iFLX
       * Smart VPN-MPLS
       * EZ Cloud Connect
       * Leased Line-P2P
       * Tata Tele Wi-Fi
       * Ultra-LOLA
       * Business Broadband
       * SmartOffice®
   
    * Voice Services
      Back
      
      
      Voice Services
      
       * Centrex
       * PRI
       * SIP Trunk
       * SmartOffice®
       * International Bridging Service
      
      Deliver Exceptional Outcomes by Centering on the Customer
   
    * Marketing Solutions
      Back
      
      
      Marketing Solutions
      
       * Toll Free Services
       * Call Register Services
       * Hosted IVR
       * Hosted OBD Service
       * SMS Solutions
      
      Harness Growth Opportunities by Realizing Your Business Purpose
   
    * Cyber Security
      Back
      
      
      Cyber Security
      
       * Email Security
       * Endpoint Security
       * Multifactor Authentication
       * Virtual Firewall
       * Web Security
      
      Protect Every Part of Your Business, Wherever it Goes
   
    * Top Services
    * Cloud & SaaS
    * Collaboration
    * Data Services
    * Voice Services
    * Marketing Solutions
    * Cyber Security
   
   Smart Internet
   
   Internet leased line bundled with cloud-based security
   
   Smartflo
   
   Ultra-flexible, advanced cloud communication suite
   
   SmartOffice®
   
   Single-box solution providing voice, data, storage and more
   
   Zoom
   
   High-quality, secure, and unified communication
   
   Awards and Recognition for Customer Centricity and Innovation
   
   CII Customer Obsession Award
   
   Excellence in Customer Engagement
   
   Inn-Tech 2021 for Smartflo
   
   Innovation & Technology Awards - Gold for Best Innovation by a Telecom
   Company
   
   Product Innovation Award for SmartOffice®
   
   Telecom Innovation Leaders Award
   
   IDC Innovation Awards 2021
   
   Marketing Automation Project - Innovation in Data Intelligence
   
    * Google Workspace
    * Microsoft Azure
    * Microsoft 365
    * Smartflo
       * Smartflo
       * WhatsApp Business Solution
   
    * Content Delivery Network
   
   Embrace Change as You Reinvent the Way You Connect
   
   Wherever you are on your cloud journey, make it work for your business with
   efficiency, agility, and innovation. It’s an imperative.
   
   How Cloud Accelerates Digital Transformation For SMEs In ITeS Industry
   
   Redefining The Retail Sector With Cloud Solutions
   
    * Zoom
    * Conferencing
    * International Bridging Service
    * Webcasting Services
   
   Foster More Engagement and Greater Connectivity
   
   Tap into a powerful growth engine for your business and promote your services
   with robust collaboration solutions. Stay ahead of the digital transformation
   curve.
   
   Deeper Learning: Collaboration Holds The Key
   
   Are You Just Meeting Or Collaborating?
   
    * Smart Internet
    * SD-WAN iFLX
    * Smart VPN-MPLS
    * EZ Cloud Connect
    * Leased Line-P2P
    * Tata Tele Wi-Fi
    * Ultra-LOLA
    * Business Broadband
    * SmartOffice®
   
   Open the Door to New Possibilities of Growth with Data
   
   Data is your ultimate competitive value and differentiator. Maximise it to
   reposition your offerings, extend capabilities and create new value.
   
   Latency Or Bandwidth Which Do I Need
   
   Remote And Secure Data Connectivity For Businesses: Managed ILL And Smart VPN
   
    * Centrex
    * PRI
    * SIP Trunk
    * SmartOffice®
    * International Bridging Service
   
   Deliver Exceptional Outcomes by Centering on the Customer
   
   Reduce costs, simplify management, improve mobility, and choose from multiple
   options to communicate your message effectively.
   
   Voice Solutions - An Integral Part Of Business Communications
   
   SIP Trunk – Integrated Communications For A More Effective Tomorrow
   
    * Toll Free Services
    * Call Register Services
    * Hosted IVR
    * Hosted OBD Service
    * SMS Solutions
   
   Harness Growth Opportunities by Realizing Your Business Purpose
   
   Bring your brand purpose to life with high-impact marketing strategies, and
   drive value and differentiation across the customer journey.
   
   How Enterprises Can Benefit From Unified Communications
   
   Wireless EPABX And IVR: The Roadmap To Greater Customer Satisfaction And
   Brand Growth
   
    * Email Security
    * Endpoint Security
    * Multifactor Authentication
    * Virtual Firewall
    * Web Security
   
   Protect Every Part of Your Business, Wherever it Goes
   
   All the industry-relevant and robust security intelligence you need to keep
   your business ahead of threats and keep it secure.
   
   Security Risks For The IT Industry And How To Manage Them Effectively
   
   Addressing The Healthcare Industry’s Serious Cybersecurity Issues

 * Solutions
   Back
   
   
   Solutions
   
    * By Industry
      Back
      
      
      By Industry
      
       * BFSI
       * IT/ITeS
       * Manufacturing
       * Services
       * Education
       * Healthcare
       * Telecom, Media & Entertainment
       * Retail
   
    * By Need
      Back
      
      
      By Need
      
       * Drive Digital Transformation
       * Enable Business Continuity
       * Secure Your Business
       * Enhance Customer Experience
       * Drive Business Growth
       * Cost Optimization
       * Improve Productivity
   
    * By Organization
      Back
      
      
      By Organization
      
       * Small
       * Medium
       * Large
   
    * By Industry
    * By Need
    * By Organization
   
    * BFSI
    * IT/ITeS
    * Manufacturing
    * Services
    * Education
    * Healthcare
    * Telecom, Media & Entertainment
    * Retail
   
   Drive the Unique Business Outcomes you Desire
   
   Every organization faces unique challenges when it comes to delivering value.
   We’ve tailored our solutions to leverage modern platforms and take you closer
   to your goals.
   
   Eliminating Risks From BFSI Operations With Endpoint Security Solutions
   
   From Adding Value To Adding Revenue - A Changed Landscape Of Outsourcing
   
    * Drive Digital Transformation
    * Enable Business Continuity
    * Secure Your Business
    * Enhance Customer Experience
    * Drive Business Growth
    * Cost Optimization
    * Improve Productivity
   
   Reimagine Your Business Growth with the Finest
   
   As your business ecosystem and value chain expand, you need a powerful suite
   to keep pace with your changing needs. Find your answers here.
   
   Digital Transformation Initiatives For The Retail And Wholesale Sectors
   
   Building An Organized And Valuable Business Continuity Plan
   
    * Small
    * Medium
    * Large
   
   Give Your Business a Chance to Explore Greater Horizons
   
   Accelerate your small, medium or large business by adopting digital
   technologies
   
   Managed ILL To Build Connectivity For Remote Workforce Of Manufacturing
   Companies
   
   Digital Tools Helping IT Companies Meet Circular Economy Goals

 * Knowledge
   Back
   
   
   Knowledge
   
    * Top Content
      Back
      
      
      Top Content
      
       * Threats To The Travel Industry After The Pandemic And How To Deal With
         Them
       * Zoom Invigorates Business Communication For Asia’s Largest Home
         Services Marketplace
       * SD-WAN In The Age Of Digital Transformation
       * Tax Filing Services – Strengthening Cybersecurity To Protect Client
         Data
       * How IoT Solutions Optimise The Logistics Industry’s Process
         Efficiencies
       * Redefining The Retail Sector With Cloud Solutions
   
    * Articles
      Back
      
      
      Articles
      
       * The Future Of Contact Centre Is Hybrid
       * What Has Held Back IoT Adoption By Small Scale Enterprises In The
         Indian Manufacturing Sector
       * Using digital tools to operate in a circular economy
       * Reimagining security in IT/ITeS industry for remote access systems
       * Smart Internet Leased Line: Remote Access to Speedy and Secure
         Connectivity for BFSI Companies
       * Digital Transformation Initiatives for the Retail and Wholesale Sectors
      
      View All
    * Case Studies
      Back
      
      
      Case Studies
      
       * Scalability and ease of management transform IT company’s daily
       * TTBS Webcasting Helps Social Pension Scheme Administrators Train Their
         Teams Online
       * Secure Connectivity For An Investment Management Firm
       * Voice And Data Connectivity For A Leading Online Shopping Marketplace
       * Global Big 4 Accounting Firm Adopts Smartflo To Eliminate CapEx And
         Facilitate Remote Working
       * TTBS Smartflo Makes BPO Services More Agile And Productive For Mist IT
      
      View All
    * Infographics
      Back
      
      
      Infographics
      
       * Disruptive technology trends that will transform businesses
       * How Is The Cloud Empowering The Education Industry
       * Improving End To End Customer Experience At Auto Dealerships
       * Understanding The Risks And Security Solutions For Cloud Usage In The
         Healthcare Industry
       * Endpoint Security Solutions for Risk Mitigation in a Post- COVID
         Economy
       * Ultra LOLA No tolerance for latency
      
      View All
    * White Papers
      Back
      
      
      White Papers
      
       * RPA in BFSI - Cutting Down Lead Times and Improving Customer
         Satisfaction
       * BPO Provider Enhances Efficiency With Multiple Security Solutions
       * Creating A Safer School-Commute Using Tracking Technology
       * Industry 4 And Manufacturing SMEs
       * Adding revenue as a global IT outsourcing partner
       * Adding revenue as a global IT outsourcing partner
      
      View All
    * Do Big Events
      Back
      
      
      Do Big
      
       * Do Big Conclave
       * Do Big Stories
       * Do Big Symposium
       * Do Big Webinar
       * CXO Round Table
      
      Let Nothing Stop You from Dreaming Big and Doing Bigger
   
    * Brochures
      Back
      
      
      Brochures
      
       * Smartflo - Ultra-Flexible, Anytime, Anywhere Cloud Communication Suite
       * Smart Internet – Get Smarter, Safer, Speedier
       * Microsoft 365 - Full Suite of Workspace Productivity Tools
       * EZ Cloud Connect – Connectivity to the Cloud Made Easy
       * SD-WAN iFLX - Intelligent, Secure, and Flexible Network Management
         Solution
       * Zoom - High-Quality, Secure, and Unified Communication Solutions
      
      View All
   
    * Top Content
    * Articles
    * Case Studies
    * Infographics
    * White Papers
    * Do Big Events
    * Brochures
   
   Threats To The Travel Industry After The Pandemic And How To Deal With Them
   
   Zoom Invigorates Business Communication For Asia’s Largest Home Services
   Marketplace
   
   SD-WAN In The Age Of Digital Transformation
   
    * Tax Filing Services – Strengthening Cybersecurity To Protect Client Data
    * How IoT Solutions Optimise The Logistics Industry’s Process Efficiencies
    * Redefining The Retail Sector With Cloud Solutions
   
   The Future Of Contact Centre Is Hybrid
   
   What Has Held Back IoT Adoption By Small Scale Enterprises In The Indian
   Manufacturing Sector
   
   Using digital tools to operate in a circular economy
   
    * Reimagining security in IT/ITeS industry for remote access systems
    * Smart Internet Leased Line: Remote Access to Speedy and Secure
      Connectivity for BFSI Companies
    * Digital Transformation Initiatives for the Retail and Wholesale Sectors
   
   Know more
   
   Scalability and ease of management transform IT company’s daily
   
   TTBS Webcasting Helps Social Pension Scheme Administrators Train Their Teams
   Online
   
   Secure Connectivity For An Investment Management Firm
   
    * Voice And Data Connectivity For A Leading Online Shopping Marketplace
    * Global Big 4 Accounting Firm Adopts Smartflo To Eliminate CapEx And
      Facilitate Remote Working
    * TTBS Smartflo Makes BPO Services More Agile And Productive For Mist IT
   
   Know more
   
   Disruptive technology trends that will transform businesses
   
   How Is The Cloud Empowering The Education Industry
   
   Improving End To End Customer Experience At Auto Dealerships
   
    * Understanding The Risks And Security Solutions For Cloud Usage In The
      Healthcare Industry
    * Endpoint Security Solutions for Risk Mitigation in a Post- COVID Economy
    * Ultra LOLA No tolerance for latency
   
   Know more
   
   RPA in BFSI - Cutting Down Lead Times and Improving Customer Satisfaction
   
   BPO Provider Enhances Efficiency With Multiple Security Solutions
   
   Creating A Safer School-Commute Using Tracking Technology
   
    * Industry 4 And Manufacturing SMEs
    * Adding revenue as a global IT outsourcing partner
    * Adding revenue as a global IT outsourcing partner
   
   Know more
    * Do Big Conclave
    * Do Big Stories
    * Do Big Symposium
    * Do Big Webinar
    * CXO Round Table
   
   Let Nothing Stop You from Dreaming Big and Doing Bigger
   
   Get future-ready technology solutions to enable, connect and grow your
   business. It’s time.
   
   Strides introduces India’s 1st biometric blood donor authenticator
   
   Unified Communications: A strong and vital link in the digital transformation
   journey of businesses
   
   Smartflo
   
   Ultra-Flexible, Anytime, Anywhere Cloud Communication Suite
   
   Smart Internet
   
   Get Smarter, Safer, Speedier
   
   Microsoft 365
   
   Full Suite of Workspace Productivity Tools
   
    * EZ Cloud Connect – Connectivity to the Cloud Made Easy
    * SD-WAN iFLX - Intelligent, Secure, and Flexible Network Management
      Solution
    * Zoom - High-Quality, Secure, and Unified Communication Solutions
   
   Know more
 * Tools
   Back
   
   
   The Security Audit your business needs today.
   
   Take An Audit
   
   --------------------------------------------------------------------------------
   
   There’s always something for your industry.
   
   Find a Solution
   
   --------------------------------------------------------------------------------
   
   The Security Audit your business needs today.
   
   Protect your business from attacks and know if your defense strategy is ready
   enough to manage threats.
   
   --------------------------------------------------------------------------------
   
   Take an Audit
   
   There’s always something for your industry.
   
   Keep pace with the accelerated rate of change and growth in your dynamic
   industry.
   
   --------------------------------------------------------------------------------
   
   Find a Solution
 * About Us
   Back
   
   
   About Us
   
    * Who We Are
      Back
      
      
      Who We Are
      
       * Our Profile
       * Awards & Recognition
       * Code of Conduct
       * WhistleBlower Policy
      
      Transforming Businesses through Digitalization
   
    * Tata Teleservices Limited
      Back
      
      
      Tata Teleservices Limited
      
       * About Tata Teleservices Limited
       * Board of Directors
       * Investor Updates
       * Annual Return
       * Annual Report
      
      Deliver Industry-first Solutions using Disruptive Technologies
   
    * Tata Teleservices (Maharashtra) Limited
      Back
      
      
      Tata Teleservices (Maharashtra) Limited
      
      About Us
      
       * Tata Teleservices (Maharashtra) Limited
       * Our Board of Directors
       * Policies
      
      Investor Information
      
       * Nomination
       * FAQs
       * Investor Contact
       * Presentations
       * FCCBs Conversion
       * Registration
      
      Investor Updates
      
       * Financial Reports
       * Newspaper Publications, Board Meeting notice and financial results
       * Annual Report
       * Annual Return
       * Shareholding Pattern
       * Corporate Governance
       * Announcements
       * Familiarisation Programme
       * Scheme of Arrangement with Bharti Airtel Ltd.
       * Credit Ratings
       * General Meetings / Postal Ballot
       * IEPF
       * Details of Authorised Persons
       * Annual Secretarial Compliance Reports
   
    * Sustainability
      Back
      
      
      Sustainability
      
       * Corporate Sustainability
       * Our CSR
       * Go Green
       * Affirmative Action
       * Picture Gallery
      
      Solutions to Empower Businesses and Make the World Truly Sustainable
   
    * Newsroom
      Back
      
      
      Newsroom
      
       * Media Coverage
       * Press Releases
      
      Leveraging our Ecosystem to Offer Best-in-class Digital Solutions
   
    * Contact Us
      Back
      
      
      Contact Us
      
       * Customer Service
       * Leadership Assurance
       * Know Your Service Manager
       * Investor Contact
      
      Get in Touch and We’ll Help You Extend Your Capability and Reach
   
    * Who We Are
    * Tata Teleservices Limited
    * Tata Teleservices (Maharashtra) Limited
    * Sustainability
    * Newsroom
    * Contact Us
   
    * Our Profile
    * Awards & Recognition
    * Code of Conduct
    * WhistleBlower Policy
   
   Transforming Businesses through Digitalization
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
    * About Tata Teleservices Limited
    * Board of Directors
    * Investor Updates
    * Annual Return
    * Annual Report
   
   Deliver Industry-first Solutions using Disruptive Technologies
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
   About Us
   
    * Tata Teleservices (Maharashtra) Limited
    * Our Board of Directors
    * Policies
   
   Investor Information
   
   --------------------------------------------------------------------------------
   
    * Nomination
    * FAQs
    * Investor Contact
    * Presentations
    * FCCBs Conversion
    * Registration
   
   Investor Updates
   
   --------------------------------------------------------------------------------
   
    * Financial Reports
    * Newspaper Publications, Board Meeting notice and financial results
    * Annual Report
    * Annual Return
    * Shareholding Pattern
    * Corporate Governance
    * Announcements
   
    * Familiarisation Programme
    * Scheme of Arrangement with Bharti Airtel Ltd.
    * Credit Ratings
    * General Meetings / Postal Ballot
    * IEPF
    * Details of Authorised Persons
    * Annual Secretarial Compliance Reports
   
    * Corporate Sustainability
    * Our CSR
    * Go Green
    * Affirmative Action
    * Picture Gallery
   
   Solutions to Empower Businesses and Make the World Truly Sustainable
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
    * Media Coverage
    * Press Releases
   
   Leveraging our Ecosystem to Offer Best-in-class Digital Solutions
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.
   
    * Customer Service
    * Leadership Assurance
    * Know Your Service Manager
    * Investor Contact
   
   Get in Touch and We’ll Help You Extend Your Capability and Reach
   
   Tata Tele Business Services (TTBS), belonging to the prestigious Tata Group
   of Companies, is the country’s leading enabler of connectivity and
   communication solutions for businesses. With services ranging from
   connectivity, collaboration, cloud, security, and marketing solutions, TTBS
   offers the largest portfolio of ICT services for businesses in India. With an
   unwavering focus on customer-centricity and innovation, TTBS continues to
   garner recognition from customers and peers alike.

 * My Account
   Back
   
   
   My Account
   
    * iManage
      Back
      
      
      iManage
      
      All Your Services, at Your Fingertips
      
      Login To iManage
    * School Bus Tracking
      Back
      
      
      School Bus Tracking
      
      Manage your fleet of school buses with a GPS based tracking system.
      
      Know More
    * Fleet Tracking
      Back
      
      
      Fleet Tracking
      
      Track vehicles on duty, driver performance, fuel consumption and many
      more.
      
      Know More
    * Workforce Tracking
      Back
      
      
      Workforce Tracking
      
      Workforce Tracking Services help you get real-time location information of
      your field force.
      
      Know More
    * Toll Free Services
      Back
      
      
      Toll Free Services
      
      Enable your clients to reach out to you for any queries with our Toll Free
      Services.
      
      Know More
   
    * iManage
    * School Bus Tracking
    * Fleet Tracking
    * Workforce Tracking
    * Toll Free Services
   
   All Your Services, at Your Fingertips
   
   Managing your services made easy with your personalised dashboard.
   
   Login To iManage
   
   School Bus Tracking
   
   Manage your fleet of school buses with a GPS based tracking system.
   
   Know More
   
   Fleet Tracking
   
   Track vehicles on duty, driver performance, fuel consumption and many more.
   
   Know More
   
   Workforce Tracking
   
   Workforce Tracking Services help you get real-time location information of
   your field force.
   
   Know More
   
   Toll Free Services
   
   Enable your clients to reach out to you for any queries with our Toll Free
   Services.
   
   Know More

 * 



SMARTFLO: FOR A BUSINESS WORLD WITHOUT BOUNDARIES

Reimagine your operating model with our smart, flexible, secure, and reliable
suite of cloud-based communication solutions

Explore Here

WHATSAPP BUSINESS: ELEVATE YOUR BUSINESS TO GREATER HEIGHTS

Ensure a seamless and superior customer experience with enhanced business
communication

Explore Here

GOOGLE WORKSPACE: CONNECT, CREATE AND COLLABORATE EASILY

Industry-best, flexible, innovative, and collaborative suite of digital
workspace solutions

Explore Here

MICROSOFT AZURE: A CLOUD FOR EVERY DREAM

Superior cloud infrastructure to help accelerate innovation and growth

Explore Here

ONE-STOP SHOP FOR ALL YOUR ICT NEEDS

Transform your business with our smart and intelligent digital solutions

Play Video

SMARTFLO: FOR A BUSINESS WORLD WITHOUT BOUNDARIES

Reimagine your operating model with our smart, flexible, secure, and reliable
suite of cloud-based communication solutions

Explore Here

WHATSAPP BUSINESS: ELEVATE YOUR BUSINESS TO GREATER HEIGHTS

Ensure a seamless and superior customer experience with enhanced business
communication

Explore Here

GOOGLE WORKSPACE: CONNECT, CREATE AND COLLABORATE EASILY

Industry-best, flexible, innovative, and collaborative suite of digital
workspace solutions

Explore Here

MICROSOFT AZURE: A CLOUD FOR EVERY DREAM

Superior cloud infrastructure to help accelerate innovation and growth

Explore Here

ONE-STOP SHOP FOR ALL YOUR ICT NEEDS

Transform your business with our smart and intelligent digital solutions

Play Video

SMARTFLO: FOR A BUSINESS WORLD WITHOUT BOUNDARIES

Reimagine your operating model with our smart, flexible, secure, and reliable
suite of cloud-based communication solutions

Explore Here
 * 1
 * 2
 * 3
 * 4
 * 5

×
Your browser does not support the video tag.


FIND SOLUTIONS CUSTOMIZED FOR YOUR INDUSTRY
INDUSTRY NEED ORGANIZATION SIZE

 * BFSI

 * IT/ITeS

 * Manufacturing

 * Services

 * Healthcare

 * Education

 * Telecom, Media & Entertainment

 * Digital Transformation

 * Ensure Business Continuity

 * Secure Your Business

 * Enhance Customer Experience

 * Improve Productivity

 * Grow Your Business

 * Cost Optimization

 * Small

 * Medium

 * Large

Or have one of our specialists speak to you. Request a Call Back

 * Read Our Success Stories
 * Find which services can grow your business
 * Get your questions answered
 * Find related content
 * Connect with us


SUCCESS STORIES

Play Video




TTBS BRINGS YOU SEAMLESS CONNECTIVITY, INDUSTRY-BEST SUPPORT

Mumbai-based Mist IT Services simplifies connectivity, improves productivity
with TTBS voice and data solutions

Read Stories


SUCCESS STORIES

Play Video




AWARD-WINNING SMARTFLO SOLUTION TO DRIVE SCALE, DELIVER GROWTH

Noida-based Rezo.AI enhances customer experience, cuts operational costs, and
simplifies communication processes with Smartflo

Read Stories


SUCCESS STORIES

Play Video




UNINTERRUPTED FLOW OF BUSINESS COMMUNICATION WITH SMARTFLO

Ahmedabad-based Anand Property Finance Ltd leverages Smartflo Cloud
Communication suite to improve productivity, boost growth

Read Stories


SUCCESS STORIES

Play Video




CUTTING-EDGE CONNECTIVITY TECH AND UNMATCHED SLA WITH TTBS VOICE & DATA

Chennai-based Voice Snap Services, leverages TTBS voice and data services to
stay ahead of the curve, improve productivity

Read Stories


OUR CLIENTS

From driving renewed value to embracing new technologies, we help our clients
accelerate digital transformation and promote growth


See All Client Case Studies


SERVICES CRAFTED TO TAKE YOUR BUSINESS AHEAD

Find tailored solutions for your collaboration, communication, and connectivity
needs - with services that push the limits and unfold new possibilities.


SMART INTERNET

Internet leased line bundled with cloud-based security and DIY interface


SMARTFLO

Ultra-flexible, advanced cloud communication suite


SMARTOFFICE®

Single-box solution providing voice, data, storage and more


ZOOM

High-quality, secure, and unified communication solutions


WEB SECURITY

All-inclusive, enterprise-grade web security solution for businesses




Got
questions?


CONNECT WITH US TO FIND OUT WHICH SERVICE WORKS BEST FOR YOU.

Share your details and we will get in touch with you.

Request a Call

 * UNDERSTANDING THE RISKS AND SECURITY SOLUTIONS FOR CLOUD USAGE
   
   View Infographics

 * TTBS WEBCASTING HELPS SOCIAL PENSION SCHEME ADMINISTRATORS
   
   View Case Study

 * BUILDING CYBER SECURITY IN THE LOGISTICS INDUSTRY
   
   Read Article

 * SD-WAN IN THE AGE OF DIGITAL TRANSFORMATION
   
   Read White Paper


YOUR QUESTIONS, ANSWERED

I am an existing customer of Tata Tele Business Services; how can I raise a
service query?

Our team walks the extra mile to ensure that you enjoy a smooth service. For any
queries regarding Service Downtime and Billing, email us at 1515@tatatel.co.in.

How do I manage my account better?

At TTBS, managing your account is simpler than ever. Click on the links below
for more information:

Bill payments | Change of plan | Update account

How can you help if I am moving to a new location?

Our team is here to support you, wherever life takes you. For queries on moving
to a new location, please email us at 1515@tatatel.co.in

I am new to TTBS; can you build a custom (tailor-made) service plan for me?

We understand the unique needs of our customers and are ever ready to customise
our services to match them. Kindly mail your requirements to dobig@tatatel.co.in
and our representatives will offer the best service plan to suit your needs.

How can TTBS help my business?

Our customers are at the heart of our business. That’s why we offer you a range
of benefits that can impact your business positively.

Click on the below benefits to know more about how you can make the most of
TTBS:


 * Digital Transformation
 * Enable Business Continuity
 * Secure My Business

 * Enhance Customer Experience
 * Drive Business Growth
 * Cost Optimization

How do I sign up for a new service?

We consistently improve our services to match the needs of our customers like
you. To sign up for a new service, request a callback.

I want to join TTBS, how do I know about current openings?

We are always seeking talented professionals who can drive our business forward.
Please visit ourcareers section to learn about our open positions.

I am a former TTBS employee, how can I get my queries about PF and Gratuity
resolved?

To get your queries about PF and Gratuity resolved, please reach out to
subhash.aakre.ernst@tatatel.co.in

I wish to invest in TTBS, tell me how?

We will be delighted to have you as one of our investors. Kindly mail your
investment details to investor.relations@tatatel.co.in and our representative
will connect with you at the earliest.

I am an existing investor; how do I get my queries addressed?

We have immense respect for the investors who have believed in us and our
company. Kindly share your queries at investor.relations@tatatel.co.in and our
representative will respond at the earliest.

Where can I view Annual Reports and quarterly earnings update?

We ensure that our investors are updated on every aspect of our business growth.
Kindly click here, to view Annual Reports for Tata Teleservices Limited and
click here to view annual reports for Tata Teleservices Maharashtra Limited.

As an existing Channel Partner, how can I address queries regarding incentive
payouts?

We ensure that we walk hand in hand with our Channel Partners to achieve mutual
growth. Kindly mail us your queries at partner.connect@tatatel.co.in and our
representative will respond with a resolution at the earliest.

Where can I find sales and marketing material?

We understand that promoting your business is vital for business expansion and
we are happy to be with you in your journey. To view the different sales and
marketing material, click here >>

How do I sign up to be a Channel Partner?

We look forward to create a network of Channel Partners to build a more
connected business community. To join our ever-growing network of Channel
Partners, click here >>


CONNECT WITH US

 * New to Us?
 * Existing Customer?


REQUEST A
CALL BACK

We will be happy to address your queries over a call.

Click Here


CONNECT ON
WHATSAPP

Live Chat
1800 266 1800

Mon - Fri
10 am 6 pm

Connect on Whatsapp Connect on Whatsapp


CONNECT
TOLL-FREE

Call us on 1800 266 1800
or email us

dobig@tatatel.co.in

Email us at
dobig@tatatel.co.in

Call 1800 266 1800




REQUEST A
CALL BACK

We will be happy to address your queries over a call.

Click Here


CONNECT ON
WHATSAPP

Live Chat
1800 266 1515

Mon - Fri
10 am 6 pm

Connect on Whatsapp


CONNECT
TOLL-FREE

Call us on 1800 266 1515
or email us

1515@tatatel.co.in

Email us at
1515@tatatel.co.in

Call 1800 266 1800



CONNECT ON WHATSAPP

×
Name Please enter Name
Mobile Number Please enter valid 10 digit Mobile Number
Submit

Something went wrong.

×

THANK YOU FOR SUBMITTING YOUR DETAILS. PLEASE CHECK YOUR WHATSAPP MESSENGER


PLEASE FILL IN YOUR DETAILS AND WE'LL CALL YOU BACK!

Name Please enter Name
Organization Please enter Organization
Select Andhra PradeshBiharChhattisgarhDelhi NCRGoaGujaratHaryanaHimachal
PradeshJharkhandKarnatakaKeralaMadhya
PradeshMaharashtraMumbaiOrissaOthersPunjabRajasthanSikkimTamil NaduUnion
TerritoryUttar PradeshUttar Pradesh EastUttar Pradesh WestUttarakhandWest Bengal
State / Circle Please Select State
Select City Please Select City
Email Please enter Valid Email
Mobile Number (required)
Verify Re-Send OTP
Please enter valid 10 digit Mobile Number
ALLCloud & SaaSCollaborationCyber Security SolutionsData ServicesMarketing
SolutionsVoice Services Select Category Please Select Category
ALL Select Services Please Select Service
500 Cr 100 – 500 Cr 50 – 100 Cr 10 – 50 Cr 5 – 10 Cr Less than 5 Cr Company
Turnover
2000+ 500 – 1,999 200 – 499 100 – 199 50 – 99 25 – 49 0 – 24 Employee Count
Enter OTP Enter valid OTP
I consent to receive communications about Tata Tele Business Services (TTBS), in
accordance with the Tata Tele Services privacy policy. I understand that I can
opt-out at any time. Please Provide Consent
Submit Send OTP

Your request has been submitted successfully.

GREAT! YOUR DETAILS HAVE BEEN SUBMITTED SUCCESSFULLY.
YOU WILL SOON HEAR FROM US.


PLEASE FILL IN YOUR DETAILS AND WE'LL CALL YOU BACK!

Name Please enter Name
Organization Please enter Organization
Email Please enter Valid Email
Mobile Number (required)
Verify Re-Send OTP
Please enter valid 10 digit Mobile Number
ALLCloud & SaaSCollaborationCyber Security SolutionsData ServicesMarketing
SolutionsVoice Services Select Category Please Select Category
ALL Select Services Please Select Service
Enter OTP Enter valid OTP
I consent to receive communications about Tata Tele Business Services (TTBS), in
accordance with the Tata Tele Services privacy policy. I understand that I can
opt-out at any time. Please Provide Consent
Submit Send OTP

Your request has been submitted successfully.

GREAT! YOUR DETAILS HAVE BEEN SUBMITTED SUCCESSFULLY.
YOU WILL SOON HEAR FROM US.


CLOUD & SAAS

 * Google Workspace
 * Microsoft Azure
 * Microsoft 365
 * Smartflo
 * Content Delivery Network


COLLABORATION

 * Zoom
 * Conferencing
 * International Bridging Service
 * Webcasting Services


VOICE SERVICES

 * Centrex
 * PRI
 * SIP Trunk
 * SmartOffice®
 * International Bridging Service


DATA SERVICES

 * Smart Internet
 * SD-WAN iFLX
 * Smart VPN-MPLS
 * EZ Cloud Connect
 * Leased Line-P2P
 * Tata Tele Wi-Fi
 * Ultra-LOLA
 * Business Broadband
 * SmartOffice®


MARKETING SOLUTIONS

 * Toll Free Services
 * Call Register Services
 * Hosted IVR
 * Hosted OBD Service
 * SMS Solutions


CYBER SECURITY

 * Email Security
 * Endpoint Security
 * Multifactor Authentication
 * Virtual Firewall
 * Web Security


EXPLORE MORE

 * DLT Details
 * UCC Complaint Registration


COMPANY

 * About Us
 * Careers
 * Tata Teleservices Ltd.
 * Tata Teleservices (Maharashtra) Ltd.
 * Tata Tele Broadband


FIND WHAT YOU WANT

 * Knowledge
 * Media Releases
 * iManage
 * Channel Partners
 * Collection Agencies
 * Drop Box List
 * Terms & Conditions

--------------------------------------------------------------------------------


SMARTFLO

Virtual Number Missed Call Service Provider Call Center Cloud Telephony
Click2Call Smart Hosted PBX
Auto Dialer Call Management Software Business Phone System Number Masking Call
Tracking Software
Automated Phone Calls Cloud Phone System Call Answering Service VoIP Number


INTERNET LEASED LINE

Leased Line Mumbai Leased Line Pune Leased Line Delhi Leased Line Chennai Leased
Line Bangalore




FIND US ON SOCIAL MEDIA



TATA is a registered trademark of TATA Sons Ltd.   © 2022 Tata Teleservices Ltd.

We use cookies

to give you a better experience. By using our website you agree to our policies.


Sweet! Sorry, I’m on a diet



HAVE ANY QUERIES?CHAT WITH US.